On Wed, Oct 1, 2014 at 5:36 AM, David Verbeiren
wrote:
> DPDK rings don't need one TX queue per PMD thread and don't support multiple
> queues (set_multiq function is undefined). To fix operation with DPDK rings,
> this patch ignores EOPNOTSUPP error on netdev_set_multiq() and ignores, for
> DPDK
DPDK rings don't need one TX queue per PMD thread and don't support multiple
queues (set_multiq function is undefined). To fix operation with DPDK rings,
this patch ignores EOPNOTSUPP error on netdev_set_multiq() and ignores, for
DPDK ring netdevs, the provided queue id (= PMD thread core id) in
ne