Re: [dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload

2017-12-27 Thread Yuanhan Liu
linux.org; Tan, Jianfeng ; Hu, Jiayu > > > > Subject: [dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload > > > > In virtio, Generic Segmentation Offload (GSO) is the feature for the > > backend, which means the backend can receive packets with any GSO > > typ

Re: [dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload

2017-12-24 Thread Yao, Lei A
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jiayu Hu > Sent: Tuesday, November 28, 2017 1:29 PM > To: dev@dpdk.org > Cc: y...@fridaylinux.org; Tan, Jianfeng ; Hu, Jiayu > > Subject: [dpdk-dev] [PATCH] vhost: support Generic Segment

Re: [dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload

2017-12-06 Thread Hu, Jiayu
Hi Maxime, > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Wednesday, December 6, 2017 4:34 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: y...@fridaylinux.org; Tan, Jianfeng > Subject: Re: [dpdk-dev] [PATCH] vhost: support Generic Segm

Re: [dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload

2017-12-06 Thread Maxime Coquelin
Hi Jiayu, On 11/28/2017 06:28 AM, Jiayu Hu wrote: In virtio, Generic Segmentation Offload (GSO) is the feature for the backend, which means the backend can receive packets with any GSO type. Virtio-net enables the GSO feature by default, and vhost-net supports it. To make live migration from vh

[dpdk-dev] [PATCH] vhost: support Generic Segmentation Offload

2017-11-27 Thread Jiayu Hu
In virtio, Generic Segmentation Offload (GSO) is the feature for the backend, which means the backend can receive packets with any GSO type. Virtio-net enables the GSO feature by default, and vhost-net supports it. To make live migration from vhost-net to vhost-user possible, this patch enables GS