From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 2/2] virtio-net: get rid of unnecessary container of rq stats Date: Tue, 31 Jul 2018 10:03:21 -0700 (PDT) Message-ID: <20180731.100321.2201791423933345752.davem__39976.3145520867$1533056502$gmane$org@davemloft.net> References: <1533030219-9904-1-git-send-email-jasowang@redhat.com> <1533030219-9904-2-git-send-email-jasowang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1533030219-9904-2-git-send-email-jasowang@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: jasowang@redhat.com Cc: netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, mst@redhat.com List-Id: virtualization@lists.linuxfoundation.org From: Jason Wang Date: Tue, 31 Jul 2018 17:43:39 +0800 > We don't maintain tx counters in rx stats any more. There's no need > for an extra container of rq stats. > > Cc: Toshiaki Makita > Signed-off-by: Jason Wang Applied.