Re: [dpdk-dev] [PATCH v6 1/3] gro: add UDP/IPv4 GRO support

2020-09-20 Thread Hu, Jiayu
> -Original Message- > From: yang_y...@163.com > Sent: Thursday, September 17, 2020 11:50 AM > To: dev@dpdk.org > Cc: Hu, Jiayu ; tho...@monjalon.net; > yangy...@inspur.com; yang_y...@163.com > Subject: [PATCH v6 1/3] gro: add UDP/IPv4 GRO support > > From: Yi Yang > > UDP/IPv4 GRO can

[dpdk-dev] [PATCH v6 1/3] gro: add UDP/IPv4 GRO support

2020-09-16 Thread yang_y_yi
From: Yi Yang UDP/IPv4 GRO can help improve VM-to-VM UDP performance when UFO or GSO is enabled in VM, GRO must be supported if UFO or GSO is enabled, otherwise, performance can't get big improvement if only GSO is there. With this enabled in DPDK, OVS DPDK can leverage it to improve VM-to-VM UD