Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Add Tx intermediate queue for vhost ports.

2017-06-07 Thread Bodireddy, Bhanuprakash
Hi Eelco, >On 23/04/17 17:41, Bhanuprakash Bodireddy wrote: > > > This commit adds the intermediate queue for vHost-user ports. It > >improves the throughput in multiple virtual machines deployments and > also >in cases with VM doing packet forwarding in kernel stack. > > > > This patch is align

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Add Tx intermediate queue for vhost ports.

2017-05-26 Thread Loftus, Ciara
> > This commit adds the intermediate queue for vHost-user ports. It > improves the throughput in multiple virtual machines deployments and > also in cases with VM doing packet forwarding in kernel stack. > > This patch is aligned with intermediate queue implementation for dpdk > ports that can b

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Add Tx intermediate queue for vhost ports.

2017-05-15 Thread Bodireddy, Bhanuprakash
Hi Eelco, > > This commit adds the intermediate queue for vHost-user ports. It > >improves the throughput in multiple virtual machines deployments and > also >in cases with VM doing packet forwarding in kernel stack. > > > > This patch is aligned with intermediate queue implementation for dpdk

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Add Tx intermediate queue for vhost ports.

2017-05-09 Thread Eelco Chaudron
On 23/04/17 17:41, Bhanuprakash Bodireddy wrote: > This commit adds the intermediate queue for vHost-user ports. It > improves the throughput in multiple virtual machines deployments and > also in cases with VM doing packet forwarding in kernel stack. > > This patch is aligned with intermediate q

[ovs-dev] [RFC PATCH] netdev-dpdk: Add Tx intermediate queue for vhost ports.

2017-04-23 Thread Bhanuprakash Bodireddy
This commit adds the intermediate queue for vHost-user ports. It improves the throughput in multiple virtual machines deployments and also in cases with VM doing packet forwarding in kernel stack. This patch is aligned with intermediate queue implementation for dpdk ports that can be found here: h