[ovs-dev] [PATCH v4 0/2] dpif-netdev: Rework of queue management.

Ilya Maximets i.maximets at samsung.com
Tue Jan 26 06:12:32 UTC 2016


Introducing the new model of rx queue management and
fixing unexpected behavior connected with bad distribution
of tx queues.
Complete descriptions are in commit-messages.

Version 4:
	* Condition variable returned.
	* Style fixes.

Version 3:
	* Changed synchronization between main and pmd thread to
	  avoid pausing and resuming the threads.

Version 2:
	* "dpif-netdev: Unique and sequential tx_qids" rebased
	  on top of "dpif-netdev: Rework of rx queue management."
	* fixed little race between pmd and main threads.
	* Comments improved.
	* thread-safety directives added.

Ilya Maximets (2):
  dpif-netdev: Rework of rx queue management.
  dpif-netdev: Unique and sequential tx_qids.

 lib/dpif-netdev.c | 261 ++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 174 insertions(+), 87 deletions(-)

-- 
2.5.0




More information about the dev mailing list