]> git.karo-electronics.de Git - linux-beck.git/commit
net: vrf: Add missing Rx counters
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 3 Jan 2017 17:37:55 +0000 (09:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Jan 2017 12:42:54 +0000 (13:42 +0100)
commita4d205a595217a45450ad402cbc5326c37dc0359
tree31abf236b52c2643ea6eb904c7c27ee196aea99e
parentefc455f08ea8c31db60e3a9b307f6abb8ef63ede
net: vrf: Add missing Rx counters

[ Upstream commit 926d93a33e59b2729afdbad357233c17184de9d2 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/vrf.c