Add required rte_byteorder in rte_ip_frag.h.
Remove useless includes in *.c files.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
*/
#include <stddef.h>
-#include <stdint.h>
-#include <rte_byteorder.h>
#include <rte_jhash.h>
#ifdef RTE_MACHINE_CPUFLAG_SSE4_2
#include <rte_hash_crc.h>
#endif /* RTE_MACHINE_CPUFLAG_SSE4_2 */
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
#define PRIME_VALUE 0xeaad8405
#include <rte_malloc.h>
#include <rte_mbuf.h>
#include <rte_ip.h>
+#include <rte_byteorder.h>
enum {
IP_LAST_FRAG_IDX, /**< index of last fragment */
*/
#include <stddef.h>
-#include <stdint.h>
#include <stdio.h>
#include <rte_memory.h>
#include <rte_log.h>
-#include <rte_byteorder.h>
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
#define IP_FRAG_HASH_FNUM 2
*/
#include <stddef.h>
-#include <stdint.h>
#include <errno.h>
-#include <rte_byteorder.h>
#include <rte_memcpy.h>
#include <rte_mempool.h>
#include <rte_debug.h>
-#include <rte_mbuf.h>
-#include <rte_ip.h>
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
/* Fragment Offset */
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-
#include <stddef.h>
-#include <stdint.h>
-#include <rte_byteorder.h>
-#include <rte_mbuf.h>
#include <rte_debug.h>
#include <rte_tailq.h>
-#include <rte_malloc.h>
-#include <rte_ip.h>
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
/*
*/
#include <stddef.h>
-#include <stdint.h>
#include <errno.h>
-#include <rte_byteorder.h>
#include <rte_memcpy.h>
-#include <rte_ip.h>
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
/**
*/
#include <stddef.h>
-#include <stdint.h>
-#include <rte_malloc.h>
#include <rte_memcpy.h>
-#include <rte_byteorder.h>
-#include <rte_mbuf.h>
-#include <rte_ip.h>
-#include "rte_ip_frag.h"
#include "ip_frag_common.h"
/**