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

2020-09-26 Thread Hu, Jiayu
Acked-by: Jiayu Hu > -Original Message- > From: yang_y...@163.com > Sent: Thursday, September 24, 2020 4:58 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; tho...@monjalon.net; > yangy...@inspur.com; yang_y...@163.com > Subject: [PATCH v7 1/3] gro: add UDP/IPv4 GRO support > > From: Yi Yang >

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

2020-09-24 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