[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1509045106-31808-1-git-send-email-manish.kurup@verizon.com>
Date: Thu, 26 Oct 2017 15:11:46 -0400
From: Manish Kurup <kurup.manish@...il.com>
To: jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
davem@...emloft.net, netdev@...r.kernel.org
Cc: aring@...atatu.com, mrv@...atatu.com, kurup.manish@...il.com,
Manish Kurup <manish.kurup@...izon.com>
Subject: [PATCH net-next 0/2] Completed requested changes
Hi everyone,
I've made all requested changes to the act_vlan TC action, tested them, and
here's the new changeset. Could you please review and let me know
if I can commit this? Thanks a lot!
Here're the fixes:
*> Fixed all helper functions to use RCU (rtnl_dereference).
*> Fixed indentation, extra line nits
*> Moved rcu_head to the end of the struct
*> Converted to reverse-christmas-tree
*> Removed mismatched spin_lock()
*> Removed spin_lock_bh() in tcf_vlan_init, rtnl_dereference() should suffice.
Thanks for all the comments!
Manish Kurup (2):
net sched act_vlan: Change stats update to use per-core stats
net sched act_vlan: VLAN action rewrite to use RCU lock/unlock and
update
include/net/tc_act/tc_vlan.h | 46 ++++++++++++++++++++++------
net/sched/act_vlan.c | 71 ++++++++++++++++++++++++++++----------------
2 files changed, 82 insertions(+), 35 deletions(-)
--
2.7.4
Powered by blists - more mailing lists