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

Ilya Maximets i.maximets at samsung.com
Thu Jun 15 11:36:42 UTC 2017


Version 3:
	* Added comment about 'static_txq_id's adjustment.
	* Added additional parentheses around 'dynamic_txqs'
	  comparison operand because of warning from GCC 6.3.1.

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 | 176 ++++++++++++++++++++++++++++++++++++++++--------------
 tests/pmd.at      |   2 +-
 2 files changed, 131 insertions(+), 47 deletions(-)

-- 
2.7.4



More information about the dev mailing list