On Wed, Jun 5, 2013 at 9:23 AM, Eric Dumazet <eric.dumazet@xxxxxxxxx> wrote:On Wed, 2013-06-05 at 13:34 +0300, Eliezer Tamir wrote:Adds an ndo_ll_poll method and the code that supports it.
This method can be used by low latency applications to busy-poll
Ethernet device queues directly from the socket code.
sysctl_net_ll_poll controls how many microseconds to poll.
Default is zero (disabled).
Individual protocol support will be added by subsequent patches.
Signed-off-by: Alexander Duyck <alexander.h.duyck@xxxxxxxxx>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>
Tested-by: Willem de Bruijn <willemb@xxxxxxxxxx>
Signed-off-by: Eliezer Tamir <eliezer.tamir@xxxxxxxxxxxxxxx>
---
Are you sure this version was tested by Willem ?
I hadn't tested the latest revisions, indeed. Am testing this one right now.