]> git.baikalelectronics.ru Git - kernel.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)
commit9de890d832269a897d05956218aa6a7052ac384b
treedc3d187bfa1dc6c1594306c0670dd8296f264bcb
parent3001169c619c3bf7306ad0ad3507f3615f83a1ea
net: vrf: Add missing Rx counters

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

Fixes: 0aa0bb3116d6 ("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