Re: [dpdk-dev] [PATCH] gro: fix missing includes

2017-08-04 Thread Thomas Monjalon
> > The GRO header file depends on stdint and mbuf. > > > > Spotted with devtools/check-includes.sh > > > > Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied

Re: [dpdk-dev] [PATCH] gro: fix missing includes

2017-08-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, August 4, 2017 11:12 AM > To: Hu, Jiayu > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] gro: fix missing includes > > The GRO header file de

[dpdk-dev] [PATCH] gro: fix missing includes

2017-08-04 Thread Thomas Monjalon
The GRO header file depends on stdint and mbuf. Spotted with devtools/check-includes.sh Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") Signed-off-by: Thomas Monjalon --- lib/librte_gro/rte_gro.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_gro/r