From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 03C7A69D4; Wed, 26 Apr 2017 17:37:05 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 08:37:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,255,1488873600"; d="scan'208";a="1161264510" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 26 Apr 2017 08:36:54 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Apr 2017 16:36:54 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx155.ger.corp.intel.com ([169.254.14.202]) with mapi id 14.03.0319.002; Wed, 26 Apr 2017 16:36:53 +0100 From: "De Lara Guarch, Pablo" To: Adrien Mazarguil , "dev@dpdk.org" CC: "stable@dpdk.org" , "Marohn, Byron" Thread-Topic: [PATCH v3 09/14] efd: fix missing include in exported header Thread-Index: AQHSvoXB8InUvh4HEECK/F5XbcAbp6HXyL2g Date: Wed, 26 Apr 2017 15:36:53 +0000 Message-ID: References: <141c3de9963bf12ea857c05d807a330ce2472306.1493208189.git.adrien.mazarguil@6wind.com> In-Reply-To: <141c3de9963bf12ea857c05d807a330ce2472306.1493208189.git.adrien.mazarguil@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2UwZjhiNmMtY2FjOS00ODQwLThkNWMtN2ExNWNmNTY2MmExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im9SOHE1ZjVvUXhPUUMwWWJ0T1F0cDZZNEJJM2FWTmhzSEVaMmxlc0VSMWM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v3 09/14] efd: fix missing include in exported header X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 15:37:06 -0000 > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Wednesday, April 26, 2017 1:07 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Marohn, Byron; De Lara Guarch, Pablo > Subject: [PATCH v3 09/14] efd: fix missing include in exported header >=20 > This commit addresses the following compilation errors: >=20 > In file included from /tmp/check-includes.sh.8373.c:1:0: > build/include/rte_efd.h:133:9: error: unknown type name 'uint8_t' > [...] >=20 > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") >=20 > Cc: stable@dpdk.org > Cc: Byron Marohn > Cc: Pablo de Lara Guarch > Signed-off-by: Adrien Mazarguil Acked-by: Pablo de Lara