DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] net/cpfl: fix datapath function configuration
@ 2023-09-19  8:32 Wenjun Wu
  2023-09-19  8:49 ` [PATCH v2] " Wenjun Wu
  2023-09-26  6:04 ` [PATCH v3] " Wenjun Wu
  0 siblings, 2 replies; 5+ messages in thread
From: Wenjun Wu @ 2023-09-19  8:32 UTC (permalink / raw)
  To: dev, yuying.zhang, beilei.xing, qi.z.zhang; +Cc: Wenjun Wu

Vector datapath is not support any advanced features for now, so disable
vector path if TX checksum offload or RX scatter is enabled.

Fixes: 2f39845891e6 ("net/cpfl: add AVX512 data path for single queue model")

Signed-off-by: Wenjun Wu <wenjun1.wu@intel.com>
---
 drivers/net/cpfl/cpfl_rxtx_vec_common.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/net/cpfl/cpfl_rxtx_vec_common.h b/drivers/net/cpfl/cpfl_rxtx_vec_common.h
index d8e9191196..9d48620cee 100644
--- a/drivers/net/cpfl/cpfl_rxtx_vec_common.h
+++ b/drivers/net/cpfl/cpfl_rxtx_vec_common.h
@@ -25,7 +25,11 @@
 		RTE_ETH_RX_OFFLOAD_TIMESTAMP)
 #define CPFL_TX_NO_VECTOR_FLAGS (		\
 		RTE_ETH_TX_OFFLOAD_TCP_TSO |	\
-		RTE_ETH_TX_OFFLOAD_MULTI_SEGS)
+		RTE_ETH_TX_OFFLOAD_MULTI_SEGS |	\
+		RTE_ETH_TX_OFFLOAD_IPV4_CKSUM |		\
+		RTE_ETH_TX_OFFLOAD_SCTP_CKSUM |		\
+		RTE_ETH_TX_OFFLOAD_UDP_CKSUM |	\
+		RTE_ETH_TX_OFFLOAD_TCP_CKSUM)
 
 static inline int
 cpfl_rx_vec_queue_default(struct idpf_rx_queue *rxq)
-- 
2.34.1


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

end of thread, other threads:[~2023-09-26  6:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19  8:32 [PATCH v1] net/cpfl: fix datapath function configuration Wenjun Wu
2023-09-19  8:49 ` [PATCH v2] " Wenjun Wu
2023-09-26  6:04 ` [PATCH v3] " Wenjun Wu
2023-09-26  6:00   ` Xing, Beilei
2023-09-26  6:04     ` Zhang, Qi Z

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