Re: [dpdk-dev] [PATCH] devtools: fix symbol check when adding experimental section

2018-12-04 Thread Gao Feng
Sorry for the noise. Please ignore this reply. It is caused by wrong command. Best Regards Feng At 2018-12-05 10:50:26, "" wrote: >From: David Marchand > >The incriminated commit did relax the condition to catch all sections >but dropped the + removal which can trigger false detection of the >

[dpdk-dev] [PATCH] devtools: fix symbol check when adding experimental section

2018-12-04 Thread gfree . wind
From: David Marchand The incriminated commit did relax the condition to catch all sections but dropped the + removal which can trigger false detection of the special EXPERIMENTAL section when adding symbols and the section in the same patch. Fixes: 7281cf520f89 ("devtools: relax rule for identif