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 2A7D68DA9 for ; Tue, 22 Sep 2015 13:36:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 22 Sep 2015 04:36:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,572,1437462000"; d="scan'208";a="774435791" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 22 Sep 2015 04:36:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX103.ger.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0248.002; Tue, 22 Sep 2015 12:35:17 +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: AQHQ9L22cBRdJ8kTrEqxaT0KiM6tFZ5Ia+1w Date: Tue, 22 Sep 2015 11:35:17 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478D65FB@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> <20150921153439.74a3a777@urahara> In-Reply-To: <20150921153439.74a3a777@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:36:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Tuesday, September 22, 2015 1:35 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 > > +static int > > +rte_port_ring_multi_reader_rx(void *port, struct rte_mbuf **pkts, > uint32_t n_pkts) > > +{ >=20 > Please break arguments on line so that line length is not over 80 charact= ers. Thanks, Steve.