DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH V3 0/2] gro: add UDP GRO and VXLAN UDP GRO support
@ 2020-09-02  9:26 yang_y_yi
  2020-09-02  9:26 ` [dpdk-dev] [PATCH V3 1/2] gro: add " yang_y_yi
  2020-09-02  9:26 ` [dpdk-dev] [PATCH V3 2/2] gro: add VXLAN " yang_y_yi
  0 siblings, 2 replies; 5+ messages in thread
From: yang_y_yi @ 2020-09-02  9:26 UTC (permalink / raw)
  To: dev; +Cc: jiayu.hu, thomas, yangyi01, yang_y_yi

From: Yi Yang <yangyi01@inspur.com>

In case that UFO or GSO is enabled, GRO is very necessary,
especially for UDP, it is more so. Many NICs can't support
VXLAN UDP UFO/USO and VLAN UFO/USO, so UDP performance
improvement depends on GSO and GRO to a great extent.

This patch series added VLAN UDP GRO and VXLAN UDP GRO
support.

Changelog
---------
v2 -> v3: Remove UDP header length check

v1 -> v2: split into two patches

Yi Yang (2):
  gro: add UDP GRO support
  gro: add VXLAN UDP GRO support

 lib/librte_gro/Makefile         |   2 +
 lib/librte_gro/gro_udp4.c       | 435 +++++++++++++++++++++++++++++++
 lib/librte_gro/gro_udp4.h       | 294 +++++++++++++++++++++
 lib/librte_gro/gro_vxlan_udp4.c | 556 ++++++++++++++++++++++++++++++++++++++++
 lib/librte_gro/gro_vxlan_udp4.h | 152 +++++++++++
 lib/librte_gro/meson.build      |   2 +-
 lib/librte_gro/rte_gro.c        | 192 +++++++++++---
 lib/librte_gro/rte_gro.h        |   8 +-
 8 files changed, 1607 insertions(+), 34 deletions(-)
 create mode 100644 lib/librte_gro/gro_udp4.c
 create mode 100644 lib/librte_gro/gro_udp4.h
 create mode 100644 lib/librte_gro/gro_vxlan_udp4.c
 create mode 100644 lib/librte_gro/gro_vxlan_udp4.h

-- 
1.8.3.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  9:26 [dpdk-dev] [PATCH V3 0/2] gro: add UDP GRO and VXLAN UDP GRO support yang_y_yi
2020-09-02  9:26 ` [dpdk-dev] [PATCH V3 1/2] gro: add " yang_y_yi
2020-09-03  7:42   ` Hu, Jiayu
2020-09-04  1:26     ` yang_y_yi
2020-09-02  9:26 ` [dpdk-dev] [PATCH V3 2/2] gro: add VXLAN " yang_y_yi

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