From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 2/3] port: fix ras ring ports Date: Mon, 19 Oct 2015 17:15:38 +0200 Message-ID: <7708521.kVeCgGCGp1@xps13> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1443088539-28194-1-git-send-email-piotrx.t.azarewicz@intel.com> <1443088539-28194-3-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-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id DC69C9E5 for ; Mon, 19 Oct 2015 17:16:43 +0200 (CEST) Received: by wicll6 with SMTP id ll6so10642708wic.0 for ; Mon, 19 Oct 2015 08:16:42 -0700 (PDT) In-Reply-To: <1443088539-28194-3-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-09-24 11:55, Piotr Azarewicz: > Bug fixes for ring ports with IPv4/IPv6 reassembly support. > Previous implementation can't work properly due to incorrect choosing > process function. > Also, assuming that, when processing ip packet, ip header is know we can > set l3_len parameter here. > > Signed-off-by: Piotr Azarewicz Please add a "Fixes:" tag. Thanks