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 831A88DA1 for ; Tue, 22 Sep 2015 13:34:50 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 22 Sep 2015 04:34:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,572,1437462000"; d="scan'208";a="794689761" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 22 Sep 2015 04:34:49 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX106.ger.corp.intel.com ([169.254.8.110]) with mapi id 14.03.0248.002; Tue, 22 Sep 2015 12:34:48 +0100 From: "Dumitrescu, Cristian" To: Stephen Hemminger , "Azarewicz, PiotrX T" Thread-Topic: [dpdk-dev] [PATCH v1 1/3] port: add mp/mc ring ports Thread-Index: AQHQ9L4YcBRdJ8kTrEqxaT0KiM6tFZ5Ia8NQ Date: Tue, 22 Sep 2015 11:34:48 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478D65E2@IRSMSX108.ger.corp.intel.com> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> <20150921153728.26a000f6@urahara> In-Reply-To: <20150921153728.26a000f6@urahara> Accept-Language: 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v1 1/3] port: add mp/mc ring ports 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, 22 Sep 2015 11:34:50 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Tuesday, September 22, 2015 1:37 AM > To: Azarewicz, PiotrX T > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 1/3] port: add mp/mc ring ports >=20 > On Tue, 15 Sep 2015 15:06:33 +0200 > Piotr Azarewicz wrote: >=20 > > + /* > > + * If we didnt manage to send all packets in single burst, > move >=20 > Checkpatch complains: > WARNING: 'didnt' may be misspelled - perhaps 'didn't'? > #413: FILE: lib/librte_port/rte_port_ring.c:827: > + * If we didnt manage to send all packets in single burst, > move Thanks for the catch, Stephen.