Le jeudi 01 avril 2010 à 20:59 -0700, Tom Herbert a écrit :
....
Instead of this complex logic (yet fine), you might try :
if (old_table) {
synchronize_rcu();
vfree(old_table);
}
(and remove free_work from struct rps_dev_flow_table)
We dont write this file that often, we can afford the synchronize_rcu()
here...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html