[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071114211437.7f4c79d2@catlap>
Date: Wed, 14 Nov 2007 21:14:37 +0100
From: Marek Kierdelewicz <marek@...a.pl>
To: netdev@...r.kernel.org
Subject: skb processing in SMP kernel
Hi there,
I'm looking at file /usr/src/linux/net/core/dev.c
function "int netif_rx(struct sk_buff *skb)"
and following line:
queue = &__get_cpu_var(softnet_data);
Is it possible to put skb into the queue of another CPU then the one
servicing the interrupt? (Disclaimer: Yeah, I know it's probably not
the smartest thing to do because of locks and cache line bounces). How
could it be accomplished? Any lead, comment, link appreciated.
pozdrawiam
--
Marek Kierdelewicz
Kierownik Działu Systemów Sieciowych, KoBa
Manager of Network Systems Department, KoBa
tel. (85) 7406466; fax. (85) 7406467
e-mail: admin@...a.pl
-
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