Re: [ovs-dev] [dpdk patch v3 4/6] netdev-dpdk: Add indicator for flushing tx queue.

2014-09-11 Thread Pravin Shelar
On Tue, Sep 9, 2014 at 5:00 PM, Alex Wang wrote: > Previous commit makes OVS create one tx queue for each cpu > core. An upcoming patch will allow multiple pmd threads be > created and pinned to cpu cores. So each pmd thread will use > the tx queue corresponding to its core id. > > Moreover, the

[ovs-dev] [dpdk patch v3 4/6] netdev-dpdk: Add indicator for flushing tx queue.

2014-09-09 Thread Alex Wang
Previous commit makes OVS create one tx queue for each cpu core. An upcoming patch will allow multiple pmd threads be created and pinned to cpu cores. So each pmd thread will use the tx queue corresponding to its core id. Moreover, the pmd threads running on different numa node than the dpdk int