Re: [dpdk-dev] [PATCH 2/2] net/vhost: fix parameters string

2018-10-30 Thread Maxime Coquelin
On 10/25/18 11:46 AM, Tiwei Bie wrote: Add the missing params to the param string. Fixes: 39cac2adcad0 ("net/vhost: add client option") Fixes: 4ce97c6f6b4f ("net/vhost: add an option to enable dequeue zero copy") Fixes: 447e0d379756 ("net/vhost: add parameter to enable IOMMU feature") Fixes:

[dpdk-dev] [PATCH 2/2] net/vhost: fix parameters string

2018-10-25 Thread Tiwei Bie
Add the missing params to the param string. Fixes: 39cac2adcad0 ("net/vhost: add client option") Fixes: 4ce97c6f6b4f ("net/vhost: add an option to enable dequeue zero copy") Fixes: 447e0d379756 ("net/vhost: add parameter to enable IOMMU feature") Fixes: 6d6e95cec455 ("net/vhost: add parameter to e