From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BE27E8E58 for ; Thu, 24 Sep 2015 12:28:40 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 24 Sep 2015 03:28:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,580,1437462000"; d="scan'208";a="796327916" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 24 Sep 2015 03:28:39 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX152.ger.corp.intel.com ([169.254.6.126]) with mapi id 14.03.0248.002; Thu, 24 Sep 2015 11:28:38 +0100 From: "Dumitrescu, Cristian" To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/3] ip_pipeline: add MP/MC and frag/ras support to SWQs Thread-Index: AQHQ9q7qlHoSnPAOv0OqdUuk8sAY4Z5LeGng Date: Thu, 24 Sep 2015 10:28:38 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478D8765@IRSMSX108.ger.corp.intel.com> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1443088539-28194-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1443088539-28194-1-git-send-email-piotrx.t.azarewicz@intel.com> Accept-Language: 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 Subject: Re: [dpdk-dev] [PATCH v2 0/3] ip_pipeline: add MP/MC and frag/ras support to SWQs 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: Thu, 24 Sep 2015 10:28:41 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Thursday, September 24, 2015 12:56 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/3] ip_pipeline: add MP/MC and frag/ras > support to SWQs >=20 >=20 > v2 changes: > - rte_port_ring: > - fixed checkpatch errors > - interlace the implementation of multi into the implementation of > single > - reduced the amount of code duplication >=20 Acked-by: Cristian Dumitrescu