On Wed, 14 Nov 2007 21:14:37 +0100
Marek Kierdelewicz <[EMAIL PROTECTED]> wrote:
> 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 t
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 probabl