From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/1] ethdev: remove the imissed deprecation tag Date: Tue, 03 Nov 2015 00:41:47 +0100 Message-ID: <1457832.t4UKAhaH1r@xps13> References: <1445337258-6101-1-git-send-email-maryam.tahhan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maryam Tahhan Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 60F0E8E6C for ; Tue, 3 Nov 2015 00:42:58 +0100 (CET) Received: by wicll6 with SMTP id ll6so59892884wic.0 for ; Mon, 02 Nov 2015 15:42:58 -0800 (PST) In-Reply-To: <1445337258-6101-1-git-send-email-maryam.tahhan@intel.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" 2015-10-20 11:34, Maryam Tahhan: > Remove the deprecation tag and notice for imissed as it is a generic > register that accounts for packets that were dropped by the HW, > because there are no available mbufs (RX queues are full). imissed is > different to ierrors and can help with general debug. > > Fixes: 49f386542af4 ("ethdev: remove driver specific stats") > > Signed-off-by: Maryam Tahhan > --- > v2: > - Clarify why imissed is no longer deprecated. > - Improve definition of imissed in the documentation. > --- Applied, thanks