Re: [PATCH net-next] cxgb4: remove the unneeded locks

2018-10-03 Thread David Miller
From: Ganesh Goudar Date: Wed, 3 Oct 2018 18:26:32 +0530 > cxgb_set_tx_maxrate will be called holding rtnl lock, > hence remove all unneeded locks. > > Signed-off-by: Ganesh Goudar Applied.

[PATCH net-next] cxgb4: remove the unneeded locks

2018-10-03 Thread Ganesh Goudar
cxgb_set_tx_maxrate will be called holding rtnl lock, hence remove all unneeded locks. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/sched.c | 68 +++--- drivers/net/ethernet/chelsio/cxgb4/sched.h | 2 - 2 files changed, 15 insertions(+), 55