Re: [ovs-dev] [dpdk patch 7/8] ovs-numa: Add support for cpu-mask configuration.
On Mon, Aug 11, 2014 at 9:56 PM, Alex Wang wrote: > Later patch will use this patch to configure the pmd thread > cpu affinity. > > Signed-off-by: Alex Wang > --- > lib/ovs-numa.c | 87 > > lib/ovs-numa.h |7 + > 2 files changed
[ovs-dev] [dpdk patch 7/8] ovs-numa: Add support for cpu-mask configuration.
Later patch will use this patch to configure the pmd thread cpu affinity. Signed-off-by: Alex Wang --- lib/ovs-numa.c | 87 lib/ovs-numa.h |7 + 2 files changed, 82 insertions(+), 12 deletions(-) diff --git a/lib/ovs-numa.c b/li