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: 07db4a975094 ("examples/distributor: new sample app")

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
2015-11-27 21:43:35 +01:00
..
2015-05-19 17:35:33 +02:00
2015-06-12 11:10:10 +02:00
2015-06-24 12:01:14 +02:00
2015-08-10 16:25:30 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-09-03 19:22:48 +02:00
2015-07-13 19:27:31 +02:00
2015-06-24 12:01:14 +02:00
2015-06-12 11:10:10 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-03-10 11:47:46 +01:00
2015-05-11 15:51:14 +02:00