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 3B2972A5F for ; Sat, 28 Nov 2015 12:01:27 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 28 Nov 2015 03:01:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,356,1444719600"; d="scan'208";a="849049930" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 28 Nov 2015 03:01:25 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX151.ger.corp.intel.com ([169.254.4.95]) with mapi id 14.03.0248.002; Sat, 28 Nov 2015 11:01:25 +0000 From: "Iremonger, Bernard" To: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] doc: correct Rings-based PMD section in the NIC Drivers guides Thread-Index: AQHRKS8yBH1gXaIAn0CdPEGfu8A2OZ6xRVpw Date: Sat, 28 Nov 2015 11:01:24 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F8B8E3@IRSMSX108.ger.corp.intel.com> References: <1448640460-25249-1-git-send-email-bernard.iremonger@intel.com> <1448640460-25249-3-git-send-email-bernard.iremonger@intel.com> <20151127161721.GC27472@bricha3-MOBL3> In-Reply-To: <20151127161721.GC27472@bricha3-MOBL3> 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 v3 2/2] doc: correct Rings-based PMD section in the NIC Drivers guides 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: Sat, 28 Nov 2015 11:01:27 -0000 Hi Bruce, > > > > Fixes: correct the sample code in the pcap_ring.rst file. >=20 > This is not a standard fixes line. Please add the following alias to your > .gitconfig and then use "git fixline " to produce a correct fi= xes > line identifying the commit being fixed. >=20 > [alias] > fixline =3D log -1 --abbrev=3D12 --format=3D'Fixes: %h (\"%s\")' >=20 >=20 > /Bruce I have added the alias to my .gitconfig. I have added correct fixes lines to the pathches. Regards, Bernard.