numam-dpdk/examples/distributor
Michael Qiu 538020aaed examples/distributor: fix build with icc 2015
examples/distributor/main.c(338): error #167:
	argument of type "struct rte_mbuf *"
	is incompatible with parameter of type "const char *"

The first param passed to _mm_prefetch is wrong,
need convert "struct rte_mbuf *" to "void *".

Fixes: 07db4a9750 ("examples/distributor: new sample app")

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
2015-11-27 21:43:35 +01:00
..
main.c examples/distributor: fix build with icc 2015 2015-11-27 21:43:35 +01:00
Makefile examples/distributor: new sample app 2014-11-16 22:54:56 +01:00