numam-dpdk/lib/librte_lpm
Adrien Mazarguil f04519d809 lib: add missing include dependencies
Exported header files for use by applications should be self sufficient and
allow out of order inclusion. Moreover, they must include all the system
headers they need for types and macros.

This commit prevents the following errors:

 error: `RTE_MAX_LCORE' undeclared here (not in a function)
 error: `RTE_LPM_VALID_EXT_ENTRY_BITMASK' undeclared
  (first use in this function)
 error: #error "Unsupported cache line size"
 error: `asm' undeclared (first use in this function)
 error: implicit declaration of function `[...]'
 error: unknown type name `[...]'
 error: field `mac_addr' has incomplete type
 error: `CHAR_BIT' undeclared here (not in a function)
 error: `struct [...]' declared inside parameter list
 error: unknown type name `uint8_t'

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2016-09-13 15:35:28 +02:00
..
Makefile lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm6.c lpm6: fix possible garbage in lookup 2016-05-02 15:15:45 +02:00
rte_lpm6.h lpm6: fix missing header dependency 2016-05-02 12:37:49 +02:00
rte_lpm_altivec.h lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm_neon.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_lpm_sse.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_lpm_version.map lpm: extend IPv4 next hop field 2016-03-09 22:57:43 +01:00
rte_lpm.c lpm: fix freeing in compatibility mode 2016-05-02 12:37:48 +02:00
rte_lpm.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00