[PATCH v4 08/23] gro: include headers directly
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 3 12:39:35 CEST 2026
On Wed, Aug 05, 2026 at 10:09:02PM -0700, Stephen Hemminger wrote:
> The gro library was getting headers such as VXLAN implicitly
> via rte_ethdev.h.
> This will change, so include the needed headers directly.
> Use iwyu to make sure all headers are covered.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> lib/gro/gro_tcp4.c | 9 ++++++++-
> lib/gro/gro_tcp6.c | 9 ++++++++-
> lib/gro/gro_vxlan_tcp4.c | 10 +++++++++-
> lib/gro/gro_vxlan_udp4.c | 9 ++++++++-
> lib/gro/rte_gro.c | 9 ++++++++-
> 5 files changed, 41 insertions(+), 5 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list