patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] mbuf: remove unneeded EAL header include
@ 2021-01-29 20:33 David Marchand
  2021-02-01  7:51 ` Ruifeng Wang
  2021-02-04 10:05 ` [dpdk-stable] [PATCH v2 1/2] mbuf: remove unneeded atomic " David Marchand
  0 siblings, 2 replies; 4+ messages in thread
From: David Marchand @ 2021-01-29 20:33 UTC (permalink / raw)
  To: dev
  Cc: konstantin.ananyev, bruce.richardson, stable, Olivier Matz,
	Ruifeng Wang, Phil Yang, Andrew Rybchenko, Thomas Monjalon

There is no need for the direct inclusion of the generic/ header [1]
now that we don't use the rte_atomic API anymore.

1: https://git.dpdk.org/dpdk/commit/?id=3eb860b08eb7

Fixes: e41d27a68df6 ("mbuf: remove atomic reference counters")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/librte_mbuf/rte_mbuf_core.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_mbuf/rte_mbuf_core.h b/lib/librte_mbuf/rte_mbuf_core.h
index a85cabdd18..9d1609336a 100644
--- a/lib/librte_mbuf/rte_mbuf_core.h
+++ b/lib/librte_mbuf/rte_mbuf_core.h
@@ -20,7 +20,6 @@
 
 #include <rte_compat.h>
 #include <rte_byteorder.h>
-#include <generic/rte_atomic.h>
 
 #ifdef __cplusplus
 extern "C" {
-- 
2.23.0


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

end of thread, other threads:[~2021-02-04 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 20:33 [dpdk-stable] [PATCH] mbuf: remove unneeded EAL header include David Marchand
2021-02-01  7:51 ` Ruifeng Wang
2021-02-04 10:05 ` [dpdk-stable] [PATCH v2 1/2] mbuf: remove unneeded atomic " David Marchand
2021-02-04 13:35   ` [dpdk-stable] [dpdk-dev] " Andrew Rybchenko

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).