Re: [dpdk-dev] [PATCH v2] devtools: fix check symbol change script

2020-03-23 Thread David Marchand
On Mon, Mar 23, 2020 at 12:56 PM Nithin Dabilpuram wrote: > > Fix check symbol change script to detect new diff file when > it is in between "--- /dev/null" to "b/lib/...". > Current awk line expects line to start with "a/..." > which is not always true for all diffs. > As a result if in_map was

[dpdk-dev] [PATCH v2] devtools: fix check symbol change script

2020-03-23 Thread Nithin Dabilpuram
Fix check symbol change script to detect new diff file when it is in between "--- /dev/null" to "b/lib/...". Current awk line expects line to start with "a/..." which is not always true for all diffs. As a result if in_map was '1' earlier, it will not be changed to '0' and we get check patch error