netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] Implement udp tunnel port for txgbe
@ 2025-04-17  8:03 Jiawen Wu
  2025-04-17  8:03 ` [PATCH net-next v3 1/2] net: txgbe: Support to set UDP tunnel port Jiawen Wu
  2025-04-17  8:03 ` [PATCH net-next v3 2/2] net: wangxun: restrict feature flags for tunnel packets Jiawen Wu
  0 siblings, 2 replies; 7+ messages in thread
From: Jiawen Wu @ 2025-04-17  8:03 UTC (permalink / raw)
  To: netdev, andrew+netdev, davem, edumazet, kuba, pabeni, horms,
	dlemoal, jdamato, saikrishnag, vadim.fedorenko,
	przemyslaw.kitszel, ecree.xilinx, rmk+kernel
  Cc: mengyuanlou, Jiawen Wu

Setting UDP tunnel port is supported on TXGBE devices, to implement
hardware offload for various tunnel packets.

v3:
 - Link to v2: https://lore.kernel.org/all/20250414091022.383328-1-jiawenwu@trustnetic.com/
 - Use .sync_table to simplify the flow
 - Remove SLEEP flag and add OPEN_ONLY flag

v2:
 - Link to v1: https://lore.kernel.org/all/20250410074456.321847-1-jiawenwu@trustnetic.com/
 - Remove pointless checks
 - Adjust definition order

Jiawen Wu (2):
  net: txgbe: Support to set UDP tunnel port
  net: wangxun: restrict feature flags for tunnel packets

 drivers/net/ethernet/wangxun/libwx/wx_lib.c   | 27 +++++++++++++
 drivers/net/ethernet/wangxun/libwx/wx_lib.h   |  3 ++
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c |  1 +
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   | 39 +++++++++++++++++++
 .../net/ethernet/wangxun/txgbe/txgbe_type.h   |  3 ++
 5 files changed, 73 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2025-04-18  2:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17  8:03 [PATCH net-next v3 0/2] Implement udp tunnel port for txgbe Jiawen Wu
2025-04-17  8:03 ` [PATCH net-next v3 1/2] net: txgbe: Support to set UDP tunnel port Jiawen Wu
2025-04-17 23:57   ` Jakub Kicinski
2025-04-18  1:44     ` Jiawen Wu
2025-04-18  2:19       ` Jakub Kicinski
2025-04-18  2:36         ` Jiawen Wu
2025-04-17  8:03 ` [PATCH net-next v3 2/2] net: wangxun: restrict feature flags for tunnel packets Jiawen Wu

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