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 E59F85A35 for ; Tue, 15 Sep 2015 15:49:48 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 15 Sep 2015 06:49:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,536,1437462000"; d="scan'208";a="562114824" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 15 Sep 2015 06:49:46 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by IRSMSX153.ger.corp.intel.com ([169.254.9.13]) with mapi id 14.03.0224.002; Tue, 15 Sep 2015 14:49:46 +0100 From: "Dumitrescu, Cristian" To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1 0/3] ip_pipeline: add MP/MC and frag/ras support to SWQs Thread-Index: AQHQ77gXH0Mr4850hU6qrkKuqcHsD549mxDA Date: Tue, 15 Sep 2015 13:49:45 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478BBB3F@IRSMSX108.ger.corp.intel.com> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1442322395-23365-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 v1 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: Tue, 15 Sep 2015 13:49:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Tuesday, September 15, 2015 4:07 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 0/3] ip_pipeline: add MP/MC and frag/ras > support to SWQs >=20 > This patch set enhancement ip_pipeline application: > - librte_port: add support for multi-producer/multi-consumer ring ports > - librte_port: bug fixes for ring ports with IPv4/IPv6 reassembly support > - ip_pipeline application: integrate MP/MC and fragmentation/reassembly > support > to SWQs >=20 Acked-by: Cristian Dumitrescu