virtio-net: get rid of unnecessary container of rq stats
authorJason Wang <jasowang@redhat.com>
Tue, 31 Jul 2018 09:43:39 +0000 (17:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Jul 2018 17:02:01 +0000 (10:02 -0700)
commitd46eeeaf99bcfab884e3d658e2ba1356939ea783
tree8fb0358405084cc6e910006c6c4393229fe26471
parentca9e83b4a55bfa1cc1395b48c3bf70381833526b
virtio-net: get rid of unnecessary container of rq stats

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 <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c