Re: [PATCH] NET : move Qdisc_class_ops and Qdisc_ops in appropriate sections

2007-11-14 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Wed, 14 Nov 2007 08:39:24 +0100 > [PATCH] NET : move Qdisc_class_ops and Qdisc_ops in appropriate sections > > Qdisc_class_ops are const, and Qdisc_ops are mostly read. > > Using "const" and "__read_mostly"

[PATCH] NET : move Qdisc_class_ops and Qdisc_ops in appropriate sections

2007-11-13 Thread Eric Dumazet
Hi David Please find this patch against net-2.6.25 Thank you [PATCH] NET : move Qdisc_class_ops and Qdisc_ops in appropriate sections Qdisc_class_ops are const, and Qdisc_ops are mostly read. Using "const" and "__read_mostly" qualifiers helps to reduce false sharing.