From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Ryzhov Subject: [PATCH 0/2] Clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset Date: Fri, 27 Nov 2015 13:31:05 +0300 Message-ID: <1448620267-69222-1-git-send-email-iryzhov@nfware.com> Cc: Igor Ryzhov To: dev@dpdk.org Return-path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 6E3A4374D for ; Fri, 27 Nov 2015 11:31:30 +0100 (CET) Received: by lfaz4 with SMTP id z4so124629286lfa.0 for ; Fri, 27 Nov 2015 02:31:30 -0800 (PST) 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" The rx_mbuf_alloc_failed counter was only cleared by virtio driver. Now it is cleared by common rte_eth_stats_clear function for all drivers at once. Igor Ryzhov (2): ethdev: clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset virtio: remove unnecessary rx_mbuf_alloc_failed counter clearing drivers/net/virtio/virtio_ethdev.c | 2 -- lib/librte_ether/rte_ethdev.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) -- 2.4.9 (Apple Git-60)