Re: [PATCH net] net: vrf: Add missing Rx counters

2017-01-03 Thread David Miller
From: David Ahern Date: Tue, 3 Jan 2017 09:37:55 -0800 > 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 > Signed-off-by: David Ahern Applied and

[PATCH net] net: vrf: Add missing Rx counters

2017-01-03 Thread David Ahern
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 Signed-off-by: David Ahern --- drivers/net/vrf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive