From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/7] ether: don't mark input multicast for deprecation Date: Thu, 12 Nov 2015 17:52:24 +0100 Message-ID: <2206525.9MQsTNsirq@xps13> References: <1446771879-3979-1-git-send-email-stephen@networkplumber.org> <1446771879-3979-2-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 67B539209 for ; Thu, 12 Nov 2015 17:53:37 +0100 (CET) Received: by wmdw130 with SMTP id w130so162720673wmd.0 for ; Thu, 12 Nov 2015 08:53:37 -0800 (PST) In-Reply-To: <1446771879-3979-2-git-send-email-stephen@networkplumber.org> 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-11-05 17:04, Stephen Hemminger: > The number of received multicast frames is useful and already > available in many/most drivers. Therefore don't mark it as > deprecated. There are other useful stats in xstats. The idea of this basic stats structure is to provide only the really mandatory and basic counters. A multicast counter is not so basic and won't be implemented everywhere. This patch won't be applied. We'll need a consensus to definitively remove the deprecated stats.