]> git.droids-corp.org - dpdk.git/commitdiff
gso: remove unneeded header includes
authorSean Morrissey <sean.morrissey@intel.com>
Mon, 20 Jun 2022 10:40:21 +0000 (10:40 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jun 2022 14:46:56 +0000 (16:46 +0200)
These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
lib/gso/gso_common.c
lib/gso/gso_common.h
lib/gso/gso_tcp4.h
lib/gso/gso_tunnel_tcp4.h
lib/gso/gso_tunnel_udp4.h
lib/gso/gso_udp4.h

index 0fad1132fc5ee644f84e409a0f038a686e6b650d..378bf2c6aaac19969aa9882dcbaafffe67abab38 100644 (file)
@@ -6,7 +6,6 @@
 #include <errno.h>
 
 #include <rte_memcpy.h>
-#include <rte_mempool.h>
 
 #include "gso_common.h"
 
index 2c258b22bf7715bbcfc203f3024823ae8b09f425..9456d596d3c55ac3ed54b4f3352a13784792f0f8 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <stdint.h>
 
-#include <rte_mbuf.h>
 #include <rte_ip.h>
 #include <rte_tcp.h>
 #include <rte_udp.h>
index 10d4b3acdd41862d0d7b797e40dd5f8bc443e62b..7527fa51c948d0677dd6532854b4c076b6b788d8 100644 (file)
@@ -6,7 +6,6 @@
 #define _GSO_TCP4_H_
 
 #include <stdint.h>
-#include <rte_mbuf.h>
 
 /**
  * Segment an IPv4/TCP packet. This function doesn't check if the input
index c522ed27f246aedd068720a867fa18712762657c..3a7ea238c8dc07f62cb7067de942b4b5e2ad232a 100644 (file)
@@ -6,7 +6,6 @@
 #define _GSO_TUNNEL_TCP4_H_
 
 #include <stdint.h>
-#include <rte_mbuf.h>
 
 /**
  * Segment a tunneling packet with inner TCP/IPv4 headers. This function
index c49b43fe3ec64785e71604092119357200187233..214a69ccd5fcaf5e2a33820f8ed37e67d68e0e91 100644 (file)
@@ -6,7 +6,6 @@
 #define _GSO_TUNNEL_UDP4_H_
 
 #include <stdint.h>
-#include <rte_mbuf.h>
 
 /**
  * Segment a tunneling packet with inner UDP/IPv4 headers. This function
index b2a2908e54b6500545c01abef712e99ecf011d2c..8baa0ba6dbde3d31e17a91e874365200ad088a88 100644 (file)
@@ -6,7 +6,6 @@
 #define _GSO_UDP4_H_
 
 #include <stdint.h>
-#include <rte_mbuf.h>
 
 /**
  * Segment an UDP/IPv4 packet. This function doesn't check if the input