From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FwVEl5tac5VKo+zYYfd/VhLuMKCzUPbwhcc93h2AO70=; b=aSn/oplOe1zQkFxNe+JDRHbhBjBe/BlkLOk5ECaCTTGb9uKAdlf2BQKulQ1NMC31hE l6+2MZWB5376AakTTAv+rYvIHJtcPB1tpeq6UFFJrWJ4kxDLQu0LtDHneC8TfXEZsXIj /47nhdDym0VRnJYh9BFTpnOpPQyr/XqXgtEM8IlVGQnsbuDmmr8SZKP0uaiVGSCH/s7k 4L9GvsHAmlw6LvVDenRETKIIdqHtkDCwHma3Aq2PmNOdTAtgjhgLyiBK3rg9YPN2jLso kk3LXR+65sMIKLeUoMWpaefMKI+Ji2XihIxQIqMcT/A9x8GXrKJz+0EzUJBtbNFdCOIh 3Mag== X-Gm-Message-State: ALoCoQkswNCi8zDwjOEHgAePkuJHN6/4XQYZvzRY5/HdFwxnV05pvwkHQic41zOKIuEpveAisR/H X-Received: by 10.180.184.232 with SMTP id ex8mr20817931wic.15.1445267802670; Mon, 19 Oct 2015 08:16:42 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gq1sm2483803wib.19.2015.10.19.08.16.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 08:16:42 -0700 (PDT) From: Thomas Monjalon To: Piotr Azarewicz Date: Mon, 19 Oct 2015 17:15:38 +0200 Message-ID: <7708521.kVeCgGCGp1@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443088539-28194-3-git-send-email-piotrx.t.azarewicz@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> <1443088539-28194-3-git-send-email-piotrx.t.azarewicz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 2/3] port: fix ras 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: Mon, 19 Oct 2015 15:16:44 -0000 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