[dpdk-dev] [PATCH 2/2] kni: add missing include dependencies

2015-05-28 Thread Marc Sune
On 25/05/15 14:23, Bruce Richardson wrote: > 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 mempoo

[dpdk-dev] [PATCH 2/2] kni: add missing include dependencies

2015-05-25 Thread Bruce Richardson
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-of