[dpdk-dev] [PATCH] examples/vmdq: Fix core id issue for TX burst

2014-06-17 Thread Thomas Monjalon
2014-06-12 15:10, Ouyang Changchun: > This patch fixes a core id issue in sample vmdq, in case core mask doesn't > start > with lcore_id 0 but 20, for instance, it should use core_id instead of > lcore_id. > > Signed-off-by: Ouyang Changchun > Tested-by: Waterman Cao Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH] examples/vmdq: Fix core id issue for TX burst

2014-06-12 Thread Ouyang Changchun
This patch fixes a core id issue in sample vmdq, in case core mask doesn't start with lcore_id 0 but 20, for instance, it should use core_id instead of lcore_id. Signed-off-by: Ouyang Changchun Tested-by: Waterman Cao This patch includes 1 file, and has been tested by Intel. Please see informat