mbox

[0/4] support UDP fragmentation offload

Message ID 20230413053337.4190536-1-zhichaox.zeng@intel.com (mailing list archive)
Headers

Message

Zhichao Zeng April 13, 2023, 5:33 a.m. UTC
  This patch set supports UDP fragmentation offload for ice and iavf.

Zhichao Zeng (4):
  net: calculate correct UDP pseudo header for UFO
  app/testpmd: support UFO in checksum engine
  net/ice: enable UDP fragmentation offload
  net/iavf: enable UDP fragmentation offload

 app/test-pmd/csumonly.c      | 17 ++++++++++++-----
 drivers/net/iavf/iavf_rxtx.c |  2 +-
 drivers/net/iavf/iavf_rxtx.h |  2 ++
 drivers/net/ice/ice_rxtx.c   | 15 ++++++++++++---
 lib/net/rte_ip.h             |  4 ++--
 lib/net/rte_net.h            |  5 +++--
 6 files changed, 32 insertions(+), 13 deletions(-)