Re: [dpdk-dev] [PATCH V3 1/2] gro: add UDP GRO support

2020-09-03 Thread yang_y_yi
At 2020-09-03 15:42:48, "Hu, Jiayu" wrote: >Hi Yi, > >Some comments are inline. > >In addition, have you tested UDP GRO function and measure performance? Yes, I tested GRO and GSO together. The test case is VM sends 8K UDP packet by vhostuserclient, OVS DPDK GSOed it as size 1450 packets, send t

Re: [dpdk-dev] [PATCH V3 1/2] gro: add UDP GRO support

2020-09-03 Thread Hu, Jiayu
Hi Yi, Some comments are inline. In addition, have you tested UDP GRO function and measure performance? Thanks, Jiayu > -Original Message- > From: yang_y...@163.com > Sent: Wednesday, September 2, 2020 5:27 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; tho...@monjalon.net; > yangy...@inspur.

[dpdk-dev] [PATCH V3 1/2] gro: add UDP GRO support

2020-09-02 Thread yang_y_yi
From: Yi Yang UDP GRO can help improve VM-to-VM UDP performance when VM is enabled UFO or GSO, GRO must be supported if GSO or UFO is enabled, otherwise, performance gain will be hurt. With this enabled in DPDK, OVS DPDK can leverage it to improve VM-to-VM UDP performance, this will make sure IP