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 9BD36C320 for ; Tue, 19 May 2015 13:23:29 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 19 May 2015 04:23:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,457,1427785200"; d="scan'208";a="731700402" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 19 May 2015 04:23:28 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.215]) by IRSMSX107.ger.corp.intel.com ([169.254.10.94]) with mapi id 14.03.0224.002; Tue, 19 May 2015 12:23:26 +0100 From: "Mcnamara, John" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] Coding standards Thread-Index: AQHQjZHXIFg4ghV1+ESYT6MY5hyoq52DLy7w Date: Tue, 19 May 2015 11:23:27 +0000 Message-ID: References: <1431531022-29697-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1431531022-29697-1-git-send-email-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] Coding standards 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: Tue, 19 May 2015 11:23:30 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, May 13, 2015 4:30 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] Coding standards >=20 > When reviewing please remember: This document is designed to put in > writing the > *existing* code guidelines for DPDK that are implied by the existing code= . > It is *not* intended that we should have to make any across-the-board cod= e > changes as the basis of this document until after it has been merged in - > so if you are suggesting something that is not already prevalent in DPDK > code, please hold that thought until after we get the existing style > locked down! :-) I think that the above paragraph is the important part. This document lays = out the coding standards as they were (or should have been) applied to the = original DPDK code. This document can be viewed as the baseline coding stan= dards. Changes or improvements can be submitted as patches and debated on t= he ML. Acked-by: John McNamara