From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] gro: fix missing includes Date: Sat, 05 Aug 2017 01:19:55 +0200 Message-ID: <3015907.ykFeW2AlYC@xps> References: <20170804101227.3698-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" , "Hu, Jiayu" To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1FEFF3772 for ; Sat, 5 Aug 2017 01:19:57 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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