From: David Marchand Date: Mon, 1 Feb 2021 18:08:52 +0000 (+0100) Subject: devtools: remove ethdev ABI exception X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1a3022b2ae6e7018f48ad57e14511f98f91980ee;p=dpdk.git 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 Acked-by: Ferruh Yigit Acked-by: Maxime Coquelin --- diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index ab5db240e7..6c0b38984e 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -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