Re: [dpdk-dev] [PATCH] vhost: fix multiple queue not being enabled for older kernels

2017-03-01 Thread Maxime Coquelin
On 02/23/2017 09:45 AM, Yuanhan Liu wrote: Some macros (say VIRTIO_NET_F_MQ) are needed for enabling multiple queue, however they are introduced since kernel v3.8, meaning build error happens if we build DPDK vhost on those platforms. 71dfdbe66a66 ("vhost: fix build with kernel < 3.8") meant t

[dpdk-dev] [PATCH] vhost: fix multiple queue not being enabled for older kernels

2017-02-23 Thread Yuanhan Liu
Some macros (say VIRTIO_NET_F_MQ) are needed for enabling multiple queue, however they are introduced since kernel v3.8, meaning build error happens if we build DPDK vhost on those platforms. 71dfdbe66a66 ("vhost: fix build with kernel < 3.8") meant to fix it, but in a wrong way: it completely dis