[PATCH iproute2 v2] macsec: Nr. of packets and octets for macsec tx stats were swapped.

2016-11-22 Thread daniel . hopf
Resent from other mail address due to our company mail [clients|servers] stupidly forcing line-breaks on plain-text e-mails. Also changed the subject format as suggested by Sabrina and Rami. Acked-by: Rami Rosen Acked-by: Sabrina Dubroca Signed-off-by: Daniel Hopf --- ip/ipmacsec.c | 8

[PATCH] iproute2: Nr. of packets and octets for macsec tx stats were swapped.

2016-11-22 Thread Daniel . Hopf
Signed-off-by: Daniel Hopf --- ip/ipmacsec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ip/ipmacsec.c b/ip/ipmacsec.c index c9252bb..aa89a00 100644 --- a/ip/ipmacsec.c +++ b/ip/ipmacsec.c @@ -634,10 +634,10 @@ static void print_one_stat(const char **names

ip -s macsec show: Statistics for OutOctets... and OutPkts... switched

2016-11-21 Thread Daniel . Hopf
Dear community, I'm using the following ip utility: ubuntu2@ubuntu2:~$ ip -V ip utility, iproute2-ss161009 ubuntu2@ubuntu2:~$ uname -r 4.8.0-22-generic During tests with the recent MACsec implementation I noticed that the statistics for OutOctets[Protected|Encrypted] and OutPkts[Protected|Encr