From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: clarify API comment for imissed stats Date: Tue, 04 Oct 2016 11:37:29 +0200 Message-ID: <2540449.3t4mAiE7Ta@xps13> References: <1473408921-13036-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 9E8D568CA for ; Tue, 4 Oct 2016 11:37:33 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id f193so156296842wmg.0 for ; Tue, 04 Oct 2016 02:37:33 -0700 (PDT) In-Reply-To: <1473408921-13036-1-git-send-email-olivier.matz@6wind.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-09-09 10:15, Olivier Matz: > The "imissed" stats represent RX packets dropped by the HW, > so we should not talk about mbufs as the hardware is not aware > of this structure. Buffer seems to be a better word. > > Fixes: 4eadb8ba11b7 ("ethdev: do not deprecate imissed counter") > > Signed-off-by: Olivier Matz Applied, thanks