]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: vrf: Add missing Rx counters
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 3 Jan 2017 17:37:55 +0000 (09:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 23:51:40 +0000 (18:51 -0500)
commit926d93a33e59b2729afdbad357233c17184de9d2
treedc3d187bfa1dc6c1594306c0670dd8296f264bcb
parent3b48ab2248e61408910e792fe84d6ec466084c1a
net: vrf: Add missing Rx counters

The move from rx-handler to L3 receive handler inadvertantly dropped the
rx counters. Restore them.

Fixes: 74b20582ac38 ("net: l3mdev: Add hook in ip and ipv6")
Reported-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c