DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception
@ 2021-02-01 18:08 David Marchand
  2021-02-01 19:03 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Marchand @ 2021-02-01 18:08 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, dodji, Ray Kinsella, Neil Horman, Maxime Coquelin,
	Bruce Richardson, Steven Webster, Thomas Monjalon

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>
---
 devtools/libabigail.abignore | 2 --
 1 file changed, 2 deletions(-)

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
 
-- 
2.23.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-05 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 18:08 [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception David Marchand
2021-02-01 19:03 ` Ferruh Yigit
2021-02-05 16:48   ` Thomas Monjalon
2021-02-01 20:39 ` Maxime Coquelin
2021-02-02  8:49 ` Kinsella, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).