From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 640B158FE for ; Tue, 25 Apr 2017 18:13:51 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 09:13:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,250,1488873600"; d="scan'208";a="1123342588" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 25 Apr 2017 09:13:49 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 17:13:48 +0100 From: "Singh, Jasvinder" To: Adrien Mazarguil , "dev@dpdk.org" Thread-Topic: [PATCH v2 04/13] net: fix missing include in exported header Thread-Index: AQHSvZ49iBq7cllWkUmD6rGcn3Q9wqHWQbuQ Date: Tue, 25 Apr 2017 16:13:47 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D31B5863F@IRSMSX103.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzAwODJhYTUtNWMxMi00NzRlLWEwY2MtNTc1MjIyZWUxMjhmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxONGxcL1BmTGtLWDRrK0FSXC8zbjBCTVRTcEtXbG54SWpHMUR1cmVMV2diST0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 04/13] net: fix missing include in exported header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 16:13:51 -0000 -----Original Message----- From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]=20 Sent: Tuesday, April 25, 2017 9:30 AM To: dev@dpdk.org Cc: Singh, Jasvinder Subject: [PATCH v2 04/13] net: fix missing include in exported header This commit addresses the following errors: In file included from /tmp/check-includes.sh.18889.c:1:0: build/include/rte_net_crc.h:86:1: error: unknown type name 'uint32_t' [...] Fixes: 986ff526fb84 ("net: add CRC computation API") Cc: Jasvinder Singh Signed-off-by: Adrien Mazarguil Acked-by: Jasvinder Singh Thanks.