From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B2E1F152A for ; Mon, 9 Jan 2017 13:04:56 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 09 Jan 2017 04:04:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="806733211" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2017 04:04:54 -0800 To: Chenghu Yao , helin.zhang@intel.com, jingjing.wu@intel.com References: <1483932664-38718-1-git-send-email-yao.chenghu@zte.com.cn> <6e209fe8-98c6-6c2b-d41b-8955c3f61fd2@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Mon, 9 Jan 2017 12:04:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <6e209fe8-98c6-6c2b-d41b-8955c3f61fd2@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix segment num in reassemble process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 12:04:57 -0000 On 1/9/2017 11:55 AM, Ferruh Yigit wrote: > On 1/9/2017 3:31 AM, Chenghu Yao wrote: >> When freeing up last mbuf, start->nb_segs should be decremented >> by one. See also ixgbe process. >> >> Signed-off-by: Chenghu Yao > > Fixes: 0e0da28cd888 ("i40e: add vector scatter Rx") > > CC:stable@dpdk.org > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.