On Tue, May 14, 2019 at 09:14:50AM +0200, Luca Ceresoli wrote: > Errors are negative numbers. Using %u shows them as very large positive > numbers such as 4294967277 that don't make sense. Use the %d format > instead, and get a much nicer -19.
Hi Luca Do you consider this a fix? If so, it should be against David net tree, and have [PATCH net] in the subject. It would also be good to add a Fixes: tag. Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew