[dpdk-dev] [PATCH 2/2] net/virtio: enable any layout feature

2016-09-29 Thread Michael S. Tsirkin
On Thu, Sep 29, 2016 at 09:00:47PM +0300, Michael S. Tsirkin wrote: > On Mon, Sep 26, 2016 at 02:40:56PM +0800, Yuanhan Liu wrote: > > The feature VIRTIO_F_ANY_LAYOUT was actually supported by commit > > dd856dfcb9e7 ("virtio: use any layout on Tx"). But it's not enabled. > > Here this patch enable

[dpdk-dev] [PATCH 2/2] net/virtio: enable any layout feature

2016-09-29 Thread Michael S. Tsirkin
On Mon, Sep 26, 2016 at 02:40:56PM +0800, Yuanhan Liu wrote: > The feature VIRTIO_F_ANY_LAYOUT was actually supported by commit > dd856dfcb9e7 ("virtio: use any layout on Tx"). But it's not enabled. > Here this patch enables it. > > Signed-off-by: Yuanhan Liu Well this will break cross-version m

[dpdk-dev] [PATCH 2/2] net/virtio: enable any layout feature

2016-09-26 Thread Yuanhan Liu
The feature VIRTIO_F_ANY_LAYOUT was actually supported by commit dd856dfcb9e7 ("virtio: use any layout on Tx"). But it's not enabled. Here this patch enables it. Signed-off-by: Yuanhan Liu --- drivers/net/virtio/virtio_ethdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/virt

[dpdk-dev] [PATCH 2/2] net/virtio: enable any layout feature

2016-09-26 Thread Stephen Hemminger
Acked-by: Stephen Hemminger