* [V0 0/1] Add VXLAN TSO function
@ 2026-05-20 6:41 Feifei Wang
2026-05-20 6:41 ` [V0 1/1] " Feifei Wang
0 siblings, 1 reply; 2+ messages in thread
From: Feifei Wang @ 2026-05-20 6:41 UTC (permalink / raw)
To: dev
V0:The RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO flag is added to support the VXLAN TSO function
Feifei Wang (1):
Add VXLAN TSO function
drivers/net/hinic3/hinic3_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.47.0.windows.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [V0 1/1] Add VXLAN TSO function
2026-05-20 6:41 [V0 0/1] Add VXLAN TSO function Feifei Wang
@ 2026-05-20 6:41 ` Feifei Wang
0 siblings, 0 replies; 2+ messages in thread
From: Feifei Wang @ 2026-05-20 6:41 UTC (permalink / raw)
To: dev; +Cc: Feifei Wang
The RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO flag is added to support the VXLAN TSO function
---
drivers/net/hinic3/hinic3_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/hinic3/hinic3_ethdev.c b/drivers/net/hinic3/hinic3_ethdev.c
index f4eb788..fbadb1e 100644
--- a/drivers/net/hinic3/hinic3_ethdev.c
+++ b/drivers/net/hinic3/hinic3_ethdev.c
@@ -696,7 +696,7 @@ hinic3_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *info)
RTE_ETH_TX_OFFLOAD_VLAN_INSERT | RTE_ETH_TX_OFFLOAD_IPV4_CKSUM |
RTE_ETH_TX_OFFLOAD_UDP_CKSUM | RTE_ETH_TX_OFFLOAD_TCP_CKSUM |
RTE_ETH_TX_OFFLOAD_SCTP_CKSUM |
- RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM |
+ RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM | RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO |
RTE_ETH_TX_OFFLOAD_TCP_TSO | RTE_ETH_TX_OFFLOAD_MULTI_SEGS;
if (nic_dev->feature_cap & NIC_F_HTN_CMDQ)
hinic3_dev_tnl_tso_support(info, nic_dev);
--
2.47.0.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-20 6:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 6:41 [V0 0/1] Add VXLAN TSO function Feifei Wang
2026-05-20 6:41 ` [V0 1/1] " Feifei Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox