From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] enic: expose RX missed packets counter Date: Wed, 30 Mar 2016 20:18:47 +0200 Message-ID: <2714338.5KyKr3liD1@xps13> References: <1459361251-2935-1-git-send-email-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id A44422C57 for ; Wed, 30 Mar 2016 20:20:44 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id p65so194310291wmp.1 for ; Wed, 30 Mar 2016 11:20:44 -0700 (PDT) In-Reply-To: <1459361251-2935-1-git-send-email-johndale@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-30 11:07, John Daley: > Update the 'imissed' counter with the number of packets dropped > by the NIC. > > Fixes: fefed3d1e62c ("enic: new driver") > > Signed-off-by: John Daley > Reviewed-by: Nelson Escobar Applied, thanks