[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49FF5376.805@gmail.com>
Date: Mon, 04 May 2009 22:43:34 +0200
From: Jarek Poplawski <jarkao2@...il.com>
To: Tom Herbert <therbert@...gle.com>
CC: netdev@...r.kernel.org, David Miller <davem@...emloft.net>
Subject: Re: [PATCH v2] Receive Packet Steering
Jarek Poplawski wrote, On 05/04/2009 08:22 PM:
> Tom Herbert wrote, On 05/04/2009 06:03 AM:
>
>> This is an update of the receive packet steering patch (RPS) based on received
>> comments (thanks for all the comments). Improvements are:
>
> ...
>
>> +/* Called from hardirq (IPI) context */
>> +static void trigger_softirq(void *data)
>> +{
>> + struct softnet_data *queue = data;
>> + __napi_schedule(&queue->backlog);
>> +}
>
>
> Isn't full napi_schedule() needed here?
Hmm... It seems to be OK yet.
Jarek P.
--
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