[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <471871E5.7060900@openvz.org>
Date: Fri, 19 Oct 2007 12:59:17 +0400
From: Pavel Emelyanov <xemul@...nvz.org>
To: David Miller <davem@...emloft.net>
CC: Linux Netdev List <netdev@...r.kernel.org>, devel@...nvz.org
Subject: [PATCH 0/4] Diet struct sk_buff a bit
The __u16 queue_mapping field only makes sense in the
CONFIG_NETDEVICES_MULTIQUEUE=y case only.
Despite this field may be set explicitly to some non-zero
value (in net/core/pktgen.c), the exact value affects
nothing in case the config option in question is N (mainly
it is used in netif_subqueue_stopped(), which will always
return 0 in this case).
So cleanup the code a bit and move this field under the
config option.
Signed-off-by: Pavel Emelyanov <xemul@...nvz.org>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists