Re: [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception

2021-02-05 Thread Thomas Monjalon
01/02/2021 20:03, Ferruh Yigit: > On 2/1/2021 6:08 PM, David Marchand wrote: > > Now that the ethernet driver dev_ops structure definition is not > > exported anymore, there is no need for an exception. > > abidiff will only consider structures defined in the installed headers > > (passed with --he

Re: [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception

2021-02-02 Thread Kinsella, Ray
On 01/02/2021 18:08, David Marchand wrote: > Now that the ethernet driver dev_ops structure definition is not > exported anymore, there is no need for an exception. > abidiff will only consider structures defined in the installed headers > (passed with --headers-dirX options). > > Fixes: df96fd

Re: [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception

2021-02-01 Thread Maxime Coquelin
On 2/1/21 7:08 PM, David Marchand wrote: > Now that the ethernet driver dev_ops structure definition is not > exported anymore, there is no need for an exception. > abidiff will only consider structures defined in the installed headers > (passed with --headers-dirX options). > > Fixes: df96fd0d

Re: [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception

2021-02-01 Thread Ferruh Yigit
On 2/1/2021 6:08 PM, David Marchand wrote: Now that the ethernet driver dev_ops structure definition is not exported anymore, there is no need for an exception. abidiff will only consider structures defined in the installed headers (passed with --headers-dirX options). Fixes: df96fd0d7395 ("ethd

[dpdk-dev] [PATCH] devtools: remove ethdev ABI exception

2021-02-01 Thread David Marchand
Now that the ethernet driver dev_ops structure definition is not exported anymore, there is no need for an exception. abidiff will only consider structures defined in the installed headers (passed with --headers-dirX options). Fixes: df96fd0d7395 ("ethdev: make driver-only headers private") Signe