exynos-linux-stable/drivers/net/xen-netback
Mart van Santen a767c86673 xen-netback: vif counters from int/long to u64
[ Upstream commit ebf692f85ff78092cd238166d8d7ec51419f9c02 ]

This patch fixes an issue where the type of counters in the queue(s)
and interface are not in sync (queue counters are int, interface
counters are long), causing incorrect reporting of tx/rx values
of the vif interface and unclear counter overflows.
This patch sets both counters to the u64 type.

Signed-off-by: Mart van Santen <mart@greenhost.nl>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-09 22:01:55 +01:00
..
common.h xen-netback: vif counters from int/long to u64 2017-12-09 22:01:55 +01:00
hash.c xen-netback: Use GFP_ATOMIC to allocate hash 2017-10-21 17:21:33 +02:00
interface.c xen-netback: vif counters from int/long to u64 2017-12-09 22:01:55 +01:00
Makefile xen-netback: separate guest side rx code into separate module 2016-10-06 20:37:35 -04:00
netback.c xen/netback: set default upper limit of tx/rx queues to 8 2017-11-15 15:53:11 +01:00
rx.c xen-netback: fix type mismatch warning 2016-10-13 11:02:25 -04:00
xenbus.c xen-netback: protect resource cleaning on XenBus disconnect 2017-07-05 14:40:21 +02:00