devtools: remove ethdev ABI exception
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") Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
daeb7c7f41
commit
1a3022b2ae
@ -13,8 +13,6 @@
|
||||
name_regexp = _pmd_info$
|
||||
|
||||
; Explicit ignore for driver-only ABI
|
||||
[suppress_type]
|
||||
name = eth_dev_ops
|
||||
[suppress_function]
|
||||
name_regexp = rte_vdev_(|un)register
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user