[ovs-dev] [PATCH v2] ovs-numa: fixed cmask parse with 0x prefix

2016-07-27 Thread Wei Shen
Fixed a minor bug that would print out a confusing warning about core mask, "ovs_numa|WARN|Invalid cpu mask: x", when dpdl-lcore-mask has 0x prefix, e.g. 0x123, which is the convention used in INSTALL.DPDK.md. Signed-off-by: Wei Shen --- lib/ovs-numa.c | 5 + 1 file changed, 5

[ovs-dev] [PATCH] ovs-numa: fixed cmask parse with 0x prefix

2016-07-26 Thread Wei Shen
Fixed a minor bug that would print out a confusing warning about core mask, "ovs_numa|WARN|Invalid cpu mask: x", when dpdl-lcore-mask has 0x prefix, e.g. 0x123, which is the convention used in INSTALL.DPDK.md. --- lib/ovs-numa.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/ovs-numa.