> -----Original Message----- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, March 12, 2015 6:05 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 0/6] DPDK: simplify configuration > > This series improves OVS configuration with DPDK in three ways: > > * netdev-dpdk is patched to work on smaller systems (without 1GB hugepages) > or with smaller NICs (without lots of transmission queues). > * the 'other_config:nonpmd-cpu-mask' key is introduced: it can be used to > limit OVS non PMD threads to a particular set of cores. > * the 'other_config:n-pmd-cores' key is introduced: it allows setting the > number of PMD threads without specifing a CPU mask.
Hi, I've reviewed this patchset - few comments/questions on it... I haven't tested yet - but I'm wondering what is the impact to the dpdk -c parameter. Is it no longer used for OVS? At present the NON_PMD_CORE_ID define overrides the db settings (which is clearly documented). Is it needed now that a db key is available? Perhaps it would make things simpler that the define is overridden when a key is specified? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev