Re: [dpdk-dev] [PATCH 1/2] devtools: report the incorrect section when complaining

2018-11-28 Thread Neil Horman
On Wed, Nov 28, 2018 at 02:07:25PM +0100, David Marchand wrote: > On Wed, Nov 28, 2018 at 1:35 PM Neil Horman wrote: > > > On Wed, Nov 28, 2018 at 11:28:52AM +0100, David Marchand wrote: > > > It does not hurt reporting the incriminated section. > > > > > > Before: > > > ERROR: symbol rte_meter_t

Re: [dpdk-dev] [PATCH 1/2] devtools: report the incorrect section when complaining

2018-11-28 Thread David Marchand
On Wed, Nov 28, 2018 at 1:35 PM Neil Horman wrote: > On Wed, Nov 28, 2018 at 11:28:52AM +0100, David Marchand wrote: > > It does not hurt reporting the incriminated section. > > > > Before: > > ERROR: symbol rte_meter_trtcm_rfc4115_color_aware_check is added in a > > section other than the EXPERI

Re: [dpdk-dev] [PATCH 1/2] devtools: report the incorrect section when complaining

2018-11-28 Thread Neil Horman
On Wed, Nov 28, 2018 at 11:28:52AM +0100, David Marchand wrote: > It does not hurt reporting the incriminated section. > > Before: > ERROR: symbol rte_meter_trtcm_rfc4115_color_aware_check is added in a > section other than the EXPERIMENTAL section of the version map > > After: > ERROR: symbol rt

[dpdk-dev] [PATCH 1/2] devtools: report the incorrect section when complaining

2018-11-28 Thread David Marchand
It does not hurt reporting the incriminated section. Before: ERROR: symbol rte_meter_trtcm_rfc4115_color_aware_check is added in a section other than the EXPERIMENTAL section of the version map After: ERROR: symbol rte_meter_trtcm_rfc4115_color_aware_check is added in +EXPERIMENTAL section other