Home
last modified time | relevance | path

Searched hist:"16756 d3e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dpause.c16756d3e Tue Apr 13 22:46:14 CDT 2021 Jakub Kicinski <kuba@kernel.org> ethtool: pause: make sure we init driver stats

The intention was for pause statistics to not be reported
when driver does not have the relevant callback (only
report an empty netlink nest). What happens currently
we report all 0s instead. Make sure statistics are
initialized to "not set" (which is -1) so the dumping
code skips them.

Fixes: 9a27a33027f2 ("ethtool: add standard pause stats")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>