[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49FF325B.4050802@gmail.com>
Date: Mon, 04 May 2009 20:22:19 +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
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?
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