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
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.