From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] ip_pipeline: add MP/MC and frag/ras support to SWQs Date: Wed, 25 Nov 2015 23:08:10 +0100 Message-ID: <2079153.hphK0fkaEJ@xps13> References: <1445351774-4459-1-git-send-email-piotrx.t.azarewicz@intel.com> <1446039045-7789-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Piotr Azarewicz Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 585E495BF for ; Wed, 25 Nov 2015 23:09:30 +0100 (CET) Received: by wmww144 with SMTP id w144so197457601wmw.1 for ; Wed, 25 Nov 2015 14:09:30 -0800 (PST) In-Reply-To: <1446039045-7789-1-git-send-email-piotrx.t.azarewicz@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-28 14:30, Piotr Azarewicz: > 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 > > v2 changes: > - rte_port_ring: > - fixed checkpatch errors > - interlace the implementation of multi into the implementation of single > - reduced the amount of code duplication > > v3 changes: > - new functions added in the .map > - add a "Fixes:" tag in commit comment > > v4 changes: > - fix usage RTE_MBUF_METADATA_* macros > > Acked-by: Cristian Dumitrescu > > Piotr Azarewicz (3): > port: add mp/mc ring ports > port: fix ras/frag ring ports > examples/ip_pipeline: add mp/mc and frag/ras swq Applied, thanks