[ovs-dev] [PATCH v2 0/3] Incremental addition/deletion of PMD threads.

Ilya Maximets i.maximets at samsung.com
Tue May 30 14:12:23 UTC 2017


Version 2:
	* Dropped patch [1/4] as already applied to master.
	* Fixed checkpatch warning in patch [2/4].
	* 'reconfigure_pmd_threads' modified for better maintainability
	  as suggested by Daniele Di Proietto in patch [2/4]:
	      1. delete old pmd threads
	      2. reconfigure if 'static_tx_qid's adjustment needed
	      3. add new pmd threads
	* Fixed locking of HW tx queues in case of big amount of
	  available cores in patch [3/4].
	* Dropped RFC tag for patch [4/4].

Ilya Maximets (3):
  dpif-netdev: Incremental addition/deletion of PMD threads.
  dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.
  dpif-netdev: Don't uninit emc on reload.

 lib/dpif-netdev.c | 173 +++++++++++++++++++++++++++++++++++++++---------------
 tests/pmd.at      |   2 +-
 2 files changed, 128 insertions(+), 47 deletions(-)

-- 
2.7.4



More information about the dev mailing list