[dpdk-dev] [PATCH] vhost: support UDP Fragmentation Offload

Maxime Coquelin maxime.coquelin at redhat.com
Tue Dec 5 15:57:26 CET 2017



On 11/21/2017 07:56 AM, Jiayu Hu wrote:
> In virtio, UDP Fragmentation Offload (UFO) includes two parts: host UFO
> and guest UFO. Guest UFO means the frontend can receive large UDP packets,
> and host UFO means the backend can receive large UDP packets. This patch
> supports host UFO and guest UFO for vhost-user.
> 
> Signed-off-by: Jiayu Hu<jiayu.hu at intel.com>
> ---
>   lib/librte_mbuf/rte_mbuf.h    |  7 +++++++
>   lib/librte_vhost/vhost.h      |  2 ++
>   lib/librte_vhost/virtio_net.c | 10 ++++++++++
>   3 files changed, 19 insertions(+)

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime


More information about the dev mailing list