On 03/06/2013 16:05, Eric Dumazet wrote:
> On Mon, 2013-06-03 at 11:01 +0300, Eliezer Tamir wrote:
>> --- a/net/core/sysctl_net_core.c
>> +++ b/net/core/sysctl_net_core.c
>> @@ -19,6 +19,7 @@
>>   #include <net/ip.h>
>>   #include <net/sock.h>
>>   #include <net/net_ratelimit.h>
>> +#include <net/ll_poll.h>
>>
>>   static int one = 1;
>>
>> @@ -284,6 +285,15 @@ static struct ctl_table net_core_table[] = {
>>              .proc_handler   = flow_limit_table_len_sysctl
>>      },
>>   #endif /* CONFIG_NET_FLOW_LIMIT */
>> +#ifdef CONFIG_NET_LL_RX_POLL
>> +    {
>> +            .procname       = "low_latency_poll",
>> +            .data           = &sysctl_net_ll_poll,
>> +            .maxlen         = sizeof(unsigned long),
>> +            .mode           = 0644,
>> +            .proc_handler   = proc_dointvec
>
> proc_doulongvec_minmax

Thank you.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to