From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 11BDA7EB4 for ; Wed, 26 Apr 2017 10:21:31 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 26 Apr 2017 01:21:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,253,1488873600"; d="scan'208";a="849936643" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.144.52]) ([10.252.144.52]) by FMSMGA003.fm.intel.com with ESMTP; 26 Apr 2017 01:21:25 -0700 To: "Zhang, Helin" , "Legacy, Allain (Wind River)" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "Peters, Matt (Wind River)" References: <20170421231352.133855-1-allain.legacy@windriver.com> <20170425122845.154835-1-allain.legacy@windriver.com> From: Ferruh Yigit Message-ID: Date: Wed, 26 Apr 2017 09:21:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: mbuf alloc failed counter not incremented 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: Wed, 26 Apr 2017 08:21:32 -0000 On 4/25/2017 6:31 PM, Zhang, Helin wrote: > > >> -----Original Message----- >> From: Allain Legacy [mailto:allain.legacy@windriver.com] >> Sent: Tuesday, April 25, 2017 8:29 PM >> To: Zhang, Helin; Wu, Jingjing >> Cc: dev@dpdk.org; Peters, Matt (Wind River) >> Subject: [PATCH v3] net/i40e: mbuf alloc failed counter not incremented >> >> From: Matt Peters >> >> When an mbuf alloc fails during the mempool get operation for the i40e bulk >> alloc receive function, the rx_mbuf_alloc_failed counter is not incremented to >> record the error. >> >> This fix ensures consistency with the other i40e receive procedures and other >> net drivers. >> >> Signed-off-by: Matt Peters >> Signed-off-by: Allain Legacy > Acked-by: Helin Zhang Applied to dpdk-next-net/master, thanks.