From: Roopa Prabhu
Date: Fri, 15 Apr 2016 20:36:25 -0700
> From: Roopa Prabhu
>
> This patch passes netlink attr data ptr directly to dev_get_stats
> thus elimiating a stats copy.
>
> Suggested-by: David Miller
> Signed-off-by: Roopa Prabhu
Applied.
From: Roopa Prabhu
This patch passes netlink attr data ptr directly to dev_get_stats
thus elimiating a stats copy.
Suggested-by: David Miller
Signed-off-by: Roopa Prabhu
---
net/core/rtnetlink.c | 23 ---
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/net/c