[ovs-discuss] vhost-user multiqueue

2018-11-22 Thread 梁永正
Hi I have met a problem.In function reconfigure_datapath, port->dynamic_txqs = netdev_n_txq(port->netdev) < wanted_txqs; seems always be zero. If I want to enable multiqueue of the vhost-user device.Does the pmd-threads must be the same number with the queues? Looking forward to your reply!__

Re: [ovs-discuss] vhost-user multiqueue

2018-12-10 Thread Flavio Leitner
On Fri, Nov 23, 2018 at 03:25:02PM +0800, 梁永正 wrote: > Hi > > I have met a problem.In function reconfigure_datapath, port->dynamic_txqs = > netdev_n_txq(port->netdev) < wanted_txqs; seems always be zero. > > If I want to enable multiqueue of the vhost-user device.Does the pmd-threads > must b

[ovs-discuss] vhost-user multiqueue PMD RSS

2017-06-11 Thread Hui Jing
Hi all, I am new to OVS-DPDK and trying to figure out the mechanism of vhost-user multiqueue scenario. I understand that the PMD thread is created for polling the queues of vhost-user or physical NIC and the affinity bind PMD to queues. However, the PMD transmission side confused me, I would like

Re: [ovs-discuss] vhost-user multiqueue PMD RSS

2017-06-11 Thread Darrell Ball
https://software.intel.com/en-us/articles/configure-vhost-user-multiqueue-for-ovs-with-dpdk From: on behalf of Hui Jing Date: Sunday, June 11, 2017 at 5:04 AM To: "ovs-discuss@openvswitch.org" Subject: [ovs-discuss] vhost-user multiqueue PMD RSS Hi all, I am new to OVS-DPDK and

Re: [ovs-discuss] vhost-user multiqueue PMD RSS

2017-06-11 Thread Darrell Ball
Subject: Re: [ovs-discuss] vhost-user multiqueue PMD RSS Hi Darrell Ball, Thanks for your reply with the link. Actually, my question comes from there when I was reading the article. In the article, Everything makes perfect sense when it says each PMD handle a single queue of the NIC. I am wondering

Re: [ovs-discuss] vhost-user multiqueue PMD RSS

2017-06-12 Thread Hui Jing
> design > > is to select a queue from the tx port queues starting from low ID, that > has the > > least contending PMD threads. > > > > > > *From: *Hui Jing > *Date: *Sunday, June 11, 2017 at 2:33 PM > *To: *Darrell Ball > *Subject: *Re: [ovs-di