Re: [PATCH] vif queue counters from int to long

2016-12-29 Thread Wei Liu
On Fri, Dec 23, 2016 at 04:09:23PM +0100, Mart van Santen wrote: > > Hello, > > This patch fixes an issue where counters in the queue have type int, > while the counters of the vif itself are specified as long. This can > cause incorrect reporting of tx/rx values of the vif interface. > More exte

Re: [PATCH] vif queue counters from int to long,[PATCH] vif queue counters from int to long

2016-12-26 Thread David Miller
From: Mart van Santen Date: Fri, 23 Dec 2016 16:09:23 +0100 > This patch fixes an issue where counters in the queue have type int, > while the counters of the vif itself are specified as long. This can > cause incorrect reporting of tx/rx values of the vif interface. > More extensively reported o

[PATCH] vif queue counters from int to long

2016-12-23 Thread Mart van Santen
Hello, This patch fixes an issue where counters in the queue have type int, while the counters of the vif itself are specified as long. This can cause incorrect reporting of tx/rx values of the vif interface. More extensively reported on xen-devel mailinglist. Signed-off-by: Mart van Santen -