numam-dpdk/lib/librte_kni
Bruce Richardson 365f618238 kni: fix missing header dependencies
The file rte_kni.h depends upon a number of other headers, some of which
are missing from the #include lines. The following #includes are added:
 * rte_memory.h - for the definition of phys_addr_t
 * rte_mempool.h - for the definition of mempool struct and the mempool
   create function.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Marc Sune <marc.sune@bisdn.de>
2015-05-29 20:27:23 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_kni_fifo.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_kni_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_kni.c kni: optimize Rx burst 2015-02-24 02:26:24 +01:00
rte_kni.h kni: fix missing header dependencies 2015-05-29 20:27:23 +02:00