* [net-next PATCH] ixgbe: Drop unnecessary call to rcu_barrier
@ 2015-03-30 16:41 Alexander Duyck
2015-03-30 18:35 ` Jeff Kirsher
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Duyck @ 2015-03-30 16:41 UTC (permalink / raw)
To: netdev; +Cc: jeffrey.t.kirsher
The ixgbe driver hasn't used call_rcu to free the rings for some time now.
Since that is the case the call to rcu_barrier can be dropped since calls
to kfree_rcu don't require it.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
---
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index 395dc6bb5d82..d628c0173e29 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@ -8977,8 +8977,6 @@ static void __exit ixgbe_exit_module(void)
pci_unregister_driver(&ixgbe_driver);
ixgbe_dbg_exit();
-
- rcu_barrier(); /* Wait for completion of call_rcu()'s */
}
#ifdef CONFIG_IXGBE_DCA
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-30 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 16:41 [net-next PATCH] ixgbe: Drop unnecessary call to rcu_barrier Alexander Duyck
2015-03-30 18:35 ` Jeff Kirsher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).