commit | 267c095aa2d9126059c1f5a65c660d5a71833e3f | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Fri Jan 18 14:30:22 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 22 12:04:14 2019 -0800 |
tree | e313bef170cd0c8faa8696a1aa54a00d31f54720 | |
parent | dadeb61dcc9acf6a6cafde3ff4931ef88d2e6677 [diff] |
bonding: add 3ad stats Count the following types of 3ad packets per slave: - rx/tx lacpdu - rx/tx marker - rx/tx marker response - rx illegal lacpdus (right now counted on wrong length) - rx unknown lacpdu type - rx unknown marker type The counters are using atomic64 since this is not fast path. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>