From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] net/i40evf: fix reporting of imissed packets Date: Wed, 8 Feb 2017 14:12:45 +0000 Message-ID: <3769db40-27a5-90e9-27fc-4b7c38b3f709@intel.com> References: <1481055381-14243-1-git-send-email-tcrugnale@sandvine.com> <23ab0bd6-be41-893c-87e6-1ed43897dd2b@intel.com> <9BB6961774997848B5B42BEC655768F810CD5C4B@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , dpdk stable To: "Wu, Jingjing" , Tom Crugnale , "Zhang, Helin" Return-path: In-Reply-To: <9BB6961774997848B5B42BEC655768F810CD5C4B@SHSMSX103.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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)