Re: [dpdk-dev] [PATCH 3/3] net/virtio_user: fix wrongly set features

2016-12-08 Thread Yuanhan Liu
On Fri, Dec 02, 2016 at 02:31:15PM +, Jianfeng Tan wrote: > Before the commit 86d59b21468a ("net/virtio: support LRO"), features > in virtio PMD, is decided and properly set at device initialization > and will not be changed. But afterward, features could be changed in > virtio_dev_configure(),

[dpdk-dev] [PATCH 3/3] net/virtio_user: fix wrongly set features

2016-12-02 Thread Jianfeng Tan
Before the commit 86d59b21468a ("net/virtio: support LRO"), features in virtio PMD, is decided and properly set at device initialization and will not be changed. But afterward, features could be changed in virtio_dev_configure(), and will be re-negotiated if it's changed. In virtio_user, host feat