Re: [ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support

2016-01-22 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Flavio Leitner > Sent: Thursday, January 21, 2016 1:27 PM > To: dev@openvswitch.org > Cc: Flavio Leitner > Subject: [ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support >

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support

2016-01-21 Thread Flavio Leitner
Sorry, please drop this patch since it is based on DPDK-2.2.0 and master currently requires DPDK-2.1.0. -- fbl On Thu, 21 Jan 2016 11:27:24 -0200 Flavio Leitner wrote: > Most of the network cards today supports multiple receive > and transmit queues (MQ). The core idea is that on packet > rec

[ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support

2016-01-21 Thread Flavio Leitner
Most of the network cards today supports multiple receive and transmit queues (MQ). The core idea is that on packet reception, a NIC can send different packets to different queues to distribute processing among CPUs running in parallel. The packet distribution is based on a result of a filter appl