Re: [dpdk-dev] [PATCH] gso: add VXLAN UDP GSO support

2020-09-26 Thread yang_y_yi
Jiayu, also please help review this GSO patch, thanks a lot. At 2020-07-01 14:46:43, yang_y...@163.com wrote: >From: Yi Yang > >Many NICs can't offload VXLAN UFO, so it is very important >to do VXLAN UDP GSO by software to improve VM-to-VM UDP >performance, especially for the ca

[dpdk-dev] [PATCH] gso: add VXLAN UDP GSO support

2020-06-30 Thread yang_y_yi
From: Yi Yang Many NICs can't offload VXLAN UFO, so it is very important to do VXLAN UDP GSO by software to improve VM-to-VM UDP performance, especially for the case that VM MTU is just 1500 but not 9000. With this enabled in DPDK, OVS DPDK can leverage it to improve VM-to-VM UDP performance, pe