Re: [PATCH v4 net-next] net: systemport: Support 64bit statistics

2017-07-27 Thread Florian Fainelli
On 07/27/2017 05:43 PM, Jianming.qiao wrote: > When using Broadcom Systemport device in 32bit Platform, ifconfig can > only report up to 4G tx,rx status, which will be wrapped to 0 when the > number of incoming or outgoing packets exceeds 4G, only taking > around 2 hours in busy network environment

[PATCH v4 net-next] net: systemport: Support 64bit statistics

2017-07-27 Thread Jianming.qiao
When using Broadcom Systemport device in 32bit Platform, ifconfig can only report up to 4G tx,rx status, which will be wrapped to 0 when the number of incoming or outgoing packets exceeds 4G, only taking around 2 hours in busy network environment (such as streaming). Therefore, it makes hard for ne