From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7E3ED37B2 for ; Mon, 14 Dec 2015 10:32:39 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 Dec 2015 01:32:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,426,1444719600"; d="scan'208";a="873088388" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 14 Dec 2015 01:32:00 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX104.ger.corp.intel.com ([169.254.5.138]) with mapi id 14.03.0248.002; Mon, 14 Dec 2015 09:31:59 +0000 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v4] doc: add contributors guide Thread-Index: AQHRI5F2CTxc3oA68UyzEwdNhV8pwZ7JpfUAgAC0fJA= Date: Mon, 14 Dec 2015 09:31:59 +0000 Message-ID: References: <1444927893-19845-1-git-send-email-john.mcnamara@intel.com> <1448023573-25103-1-git-send-email-john.mcnamara@intel.com> <1559545.nMrvn59G5L@xps13> In-Reply-To: <1559545.nMrvn59G5L@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v4] doc: add contributors guide 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: Mon, 14 Dec 2015 09:32:40 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Sunday, December 13, 2015 10:35 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] doc: add contributors guide >=20 > Thanks for this very useful doc, John. >=20 > 2015-11-20 12:46, John McNamara: > > +* Run ``make install``, ``make examples`` and ``make test`` and build > > +the shared and combined libraries > > + to ensure the changes haven't broken existing code: > > + > > + .. code-block:: console > > + > > + export RTE_TARGET=3Dx86_64-native-linuxapp-gcc > > + > > + make T=3D$RTE_TARGET install > > + make T=3D$RTE_TARGET install CONFIG_RTE_BUILD_SHARED_LIB=3Dy \ > > + CONFIG_RTE_BUILD_COMBINE_LIBS=3Dy > > + make T=3D$RTE_TARGET examples > > + make T=3D$RTE_TARGET test >=20 > These commands are superseded by a new syntax and may be replaced by the > use of the script test-build.sh. Hi, I'll make these, and the other changes. I'll put the checkpatch and build t= esting in their own sections since they are referred to from more than one = place and it will probably be useful to link to them directly. John. --=20