lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ