Re: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support

2017-03-30 Thread Maxime Coquelin
...@6wind.com; dev@dpdk.org Cc: Maxime Coquelin Subject: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support This series adds support to new Virtio's MTU feature[1]. The MTU value is set via QEMU parameters. If the feature is negotiated (i.e supported by both host and guest, and vali

Re: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support

2017-03-27 Thread Yao, Lei A
; Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support > > This series adds support to new Virtio's MTU feature[1]. The MTU > value is set via QEMU parameters. > > If the feature is negotiated (i.e supported by both host and guest,

Re: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support

2017-03-22 Thread Maxime Coquelin
On 03/22/2017 09:58 AM, Yuanhan Liu wrote: On Sun, Mar 12, 2017 at 05:33:57PM +0100, Maxime Coquelin wrote: This series adds support to new Virtio's MTU feature[1]. The MTU value is set via QEMU parameters. Series applied to dpdk-next-virtio, with following minor changes: - don't use upper

Re: [dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support

2017-03-22 Thread Yuanhan Liu
On Sun, Mar 12, 2017 at 05:33:57PM +0100, Maxime Coquelin wrote: > This series adds support to new Virtio's MTU feature[1]. The MTU > value is set via QEMU parameters. Series applied to dpdk-next-virtio, with following minor changes: - don't use upper case for subject - squashed patch 5 to 4 - sq

[dpdk-dev] [PATCH v3 0/9] virtio/vhost: Add MTU feature support

2017-03-12 Thread Maxime Coquelin
This series adds support to new Virtio's MTU feature[1]. The MTU value is set via QEMU parameters. If the feature is negotiated (i.e supported by both host and guest, and valid MTU value is set in QEMU via its host_mtu parameter), QEMU shares the configured MTU value throught dedicated Vhost proto