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 4F25BDE0; Wed, 8 Feb 2017 15:12:48 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 08 Feb 2017 06:12:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="222816220" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga004.fm.intel.com with ESMTP; 08 Feb 2017 06:12:46 -0800 To: "Wu, Jingjing" , Tom Crugnale , "Zhang, Helin" References: <1481055381-14243-1-git-send-email-tcrugnale@sandvine.com> <23ab0bd6-be41-893c-87e6-1ed43897dd2b@intel.com> <9BB6961774997848B5B42BEC655768F810CD5C4B@SHSMSX103.ccr.corp.intel.com> Cc: "dev@dpdk.org" , dpdk stable From: Ferruh Yigit Message-ID: <3769db40-27a5-90e9-27fc-4b7c38b3f709@intel.com> Date: Wed, 8 Feb 2017 14:12:45 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810CD5C4B@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/i40evf: fix reporting of imissed packets 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, 08 Feb 2017 14:12:48 -0000 On 2/7/2017 3:35 PM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Thursday, December 8, 2016 2:30 AM >> To: Tom Crugnale ; Wu, Jingjing >> ; Zhang, Helin >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v3] net/i40evf: fix reporting of imissed packets >> >> On 12/6/2016 8:16 PM, Tom Crugnale wrote: >>> Missed packets on RX were erroneously being assigned to the ierrors >>> struct member. Change it to be assigned to imissed. >>> >>> Fixes: 4861cde4 ("i40e: new poll mode driver") >>> >>> Signed-off-by: Tom Crugnale > I agree with this change. > Acked-by: Jingjing Wu Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks. (function name change already done by another patch)