[dpdk-dev] [PATCH 3/5] net/ixgbe: remove duplicate function declaration
Reshma Pattan
reshma.pattan at intel.com
Tue Jan 14 12:29:43 CET 2020
remove duplicate declarations of ixgbe_xmit_fixed_burst_vec
from ixgbe_rxtx.c
Fixes: 646412f9ff ("net/ixgbe: remove limit of Tx burst size")
CC: Zhiyong Yang <zhiyong.yang at intel.com>
Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
---
drivers/net/ixgbe/ixgbe_rxtx.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c
index 4a85d3498..2be32603c 100644
--- a/drivers/net/ixgbe/ixgbe_rxtx.c
+++ b/drivers/net/ixgbe/ixgbe_rxtx.c
@@ -87,11 +87,6 @@
#define rte_ixgbe_prefetch(p) do {} while (0)
#endif
-#if defined(RTE_ARCH_X86) || defined(RTE_ARCH_ARM64)
-uint16_t ixgbe_xmit_fixed_burst_vec(void *tx_queue, struct rte_mbuf **tx_pkts,
- uint16_t nb_pkts);
-#endif
-
/*********************************************************************
*
* TX functions
--
2.21.0
More information about the dev
mailing list