Re: [dpdk-dev] [PATCH v7 2/3] gro: add VXLAN 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 2/3] gro: add VXLAN UDP/IPv4 GRO support > > From: Yi Ya

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

2020-09-26 Thread Jiayu Hu
On Sun, Sep 27, 2020 at 11:14:44AM +0800, yang_y_yi wrote: > Ok, thanks Jiayu, but I don't know before which "}" whitespace should be > inserted, can you paste your check report here? > > BTW, I used chekpatch.pl in Linux 5.5.9, it doesn't report this,I also tried > checkpatch.pl in Linus kernel g

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

2020-09-26 Thread yang_y_yi
Ok, thanks Jiayu, but I don't know before which "}" whitespace should be inserted, can you paste your check report here? BTW, I used chekpatch.pl in Linux 5.5.9, it doesn't report this,I also tried checkpatch.pl in Linus kernel git tree, the same result, so out of curiosity, can you send me yo

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

2020-09-26 Thread Hu, Jiayu
Hi Yi, Just a small issue, and please see it inline. After change it, you can add my ack in the serial patches. Thanks, Jiayu > -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...@i

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

2020-09-24 Thread yang_y_yi
From: Yi Yang VXLAN 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