Le mercredi 19 mai 2010 à 08:05 -0400, Neil Horman a écrit :
RPS is enabled on a per device (or more precisely per subqueue) basis, and disabled
by default, so if cgroup classifier is needed, it should work as is.
Speaking of net/sched/cls_cgroup.c, I am contemplating following
sequence :
rcu_read_lock();
classid = task_cls_state(current)->classid;
rcu_read_unlock();
RCU is definitly so special (should I say magic ?), that we use it even
if not needed. It makes us happy...
--
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