[tipc-discussion] [PATCH net 1/1] tipc: fix link statistics counter errors

2016-11-25 Thread Jon Maloy
In commit e4bf4f76962b ("tipc: simplify packet sequence number handling") we changed the internal representation of the packet sequence number counters from u32 to u16, reflecting what is really sent over the wire. Since then some link statistics counters have been displaying incorrect values, par

Re: [tipc-discussion] [PATCH net 1/1] tipc: fix link statistics counter errors

2016-11-27 Thread David Miller
From: Jon Maloy Date: Fri, 25 Nov 2016 10:35:02 -0500 > In commit e4bf4f76962b ("tipc: simplify packet sequence number > handling") we changed the internal representation of the packet > sequence number counters from u32 to u16, reflecting what is really > sent over the wire. > > Since then some