From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A156930D for ; Wed, 2 Jul 2014 19:58:31 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 02 Jul 2014 10:58:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,589,1400050800"; d="scan'208";a="556535128" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 02 Jul 2014 10:58:00 -0700 Received: from irsmsx107.ger.corp.intel.com (163.33.3.99) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 2 Jul 2014 18:57:40 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.62]) by IRSMSX107.ger.corp.intel.com ([169.254.10.112]) with mapi id 14.03.0123.003; Wed, 2 Jul 2014 18:57:40 +0100 From: "Richardson, Bruce" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/7] build fixes Thread-Index: AQHPlgbhrFfHHa0K80Wbw0RoatvQuJuND7NA Date: Wed, 2 Jul 2014 17:57:39 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B02CF134F1@IRSMSX103.ger.corp.intel.com> References: <1404313375-2205-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1404313375-2205-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-dev] [PATCH 0/7] build fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 17:58:32 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, July 02, 2014 8:03 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/7] build fixes >=20 > When enabling pcap PMD or debug options, there are many compiler errors. > There is also another error on BSD. >=20 > These errors are due to many recent developments (link bonding, > rate limitation, ixgbe upgrade, vmxnet3, FILE argument for debug). > So my comments are: > - I don't test every build configuration when accepting patches > - Many developers don't test debug configurations > We should try to improve this process in the future. >=20 > Please give quick feedbacks on this serie. > It requires a new release candidate. >=20 > Thanks for reading >=20 >=20 > Thomas Monjalon (7): Acked-by: Bruce Richardson Tested compilation on Fedora Linux and FreeBSD 10 both in default configura= tion and with all debug options set for PMDs. No compile errors encountered= with main compilation. However, two further minor issues spotted: * Running "gmake" in the examples directory gives errors for applications t= hat only work in Linux. * The common_bsdapp file has all debug options turned on for the i40e drive= r by default.