From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5564AA046B for ; Fri, 26 Jul 2019 04:41:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F09691C3BA; Fri, 26 Jul 2019 04:41:47 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4AA431C384; Fri, 26 Jul 2019 04:41:44 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 19:41:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,309,1559545200"; d="scan'208";a="181733157" Received: from npg-dpdk-virtio-tbie-2.sh.intel.com (HELO ___) ([10.67.104.66]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2019 19:41:41 -0700 Date: Fri, 26 Jul 2019 10:39:50 +0800 From: Tiwei Bie To: David Marchand Cc: dev@dpdk.org, ferruh.yigit@intel.com, stable@dpdk.org, Maxime Coquelin , Zhihong Wang Message-ID: <20190726023950.GA19522@___> References: <1564046068-21905-1-git-send-email-david.marchand@redhat.com> <1564046068-21905-5-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1564046068-21905-5-git-send-email-david.marchand@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH 4/8] net/virtio: remove unused Tx error counter X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, Jul 25, 2019 at 11:14:24AM +0200, David Marchand wrote: > This Tx counter has never been used. > > Fixes: 9658d17da27b ("virtio: maintain stats per queue") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > --- > drivers/net/virtio/virtio_ethdev.c | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Tiwei Bie