Re: [dpdk-dev] [PATCH] check-symbol-change: fix regex to match on end of map file

2018-11-18 Thread Thomas Monjalon
02/11/2018 12:50, Neil Horman: > On Thu, Nov 01, 2018 at 11:53:00PM +0100, Thomas Monjalon wrote: > > 01/11/2018 14:54, Neil Horman: > > > the regex to determine the end of the map file chunk in a patch seems to > > > be wrong, It was using perl regex syntax, which awk doesn't appear to > > > supp

Re: [dpdk-dev] [PATCH] check-symbol-change: fix regex to match on end of map file

2018-11-02 Thread Neil Horman
On Thu, Nov 01, 2018 at 11:53:00PM +0100, Thomas Monjalon wrote: > 01/11/2018 14:54, Neil Horman: > > the regex to determine the end of the map file chunk in a patch seems to > > be wrong, It was using perl regex syntax, which awk doesn't appear to > > support (I'm still not sure how it was workin

Re: [dpdk-dev] [PATCH] check-symbol-change: fix regex to match on end of map file

2018-11-01 Thread Thomas Monjalon
01/11/2018 14:54, Neil Horman: > the regex to determine the end of the map file chunk in a patch seems to > be wrong, It was using perl regex syntax, which awk doesn't appear to > support (I'm still not sure how it was working previously). Regardless, > it wasn't triggering and as a result symbol

[dpdk-dev] [PATCH] check-symbol-change: fix regex to match on end of map file

2018-11-01 Thread Neil Horman
the regex to determine the end of the map file chunk in a patch seems to be wrong, It was using perl regex syntax, which awk doesn't appear to support (I'm still not sure how it was working previously). Regardless, it wasn't triggering and as a result symbols were getting added to the mapdb that