From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: missing __rte_deprecated on rte_eth_stats.imcasts ? Date: Sun, 22 Nov 2015 18:53:42 -0500 Message-ID: <20151122235342.GA28210@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id 719338E6C for ; Mon, 23 Nov 2015 00:53:44 +0100 (CET) Content-Disposition: inline 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" I was reading through the deprecations in rte_eth_stats to see if I could fix the pktgen. Of course many fields were marked with __rte_deprecated . However I found this one field which said deprecated in its comment, but it lacked __rte_deprecated . Is the comment wrong, or is the field definition wrong, or did I miss something? uint64_t imcasts; /**< Deprecated; Total number of multicast received packets. */ Matthew.