Re: [PATCH v3 net-next 0/4] net: low latency sockets follow ups

2013-06-13 Thread David Miller
From: Eliezer Tamir Date: Thu, 13 Jun 2013 17:46:13 +0300 > Here are three clean up patches, plus one that adds a socket option for LLS. > > Patch 1 converts low latency sockets to sched_clock. > Patch 2 removes the config menu for NET_LL_RX_POLL and defaults to y. > Patch 3 converts

[PATCH v3 net-next 0/4] net: low latency sockets follow ups

2013-06-13 Thread Eliezer Tamir
David, Here are three clean up patches, plus one that adds a socket option for LLS. Patch 1 converts low latency sockets to sched_clock. Patch 2 removes the config menu for NET_LL_RX_POLL and defaults to y. Patch 3 converts sysctl_net_ll_poll into an unsigned int Patch 4 adds an SO_LL socket

[PATCH v3 net-next 0/4] net: low latency sockets follow ups

2013-06-13 Thread Eliezer Tamir
David, Here are three clean up patches, plus one that adds a socket option for LLS. Patch 1 converts low latency sockets to sched_clock. Patch 2 removes the config menu for NET_LL_RX_POLL and defaults to y. Patch 3 converts sysctl_net_ll_poll into an unsigned int Patch 4 adds an SO_LL socket

Re: [PATCH v3 net-next 0/4] net: low latency sockets follow ups

2013-06-13 Thread David Miller
From: Eliezer Tamir eliezer.ta...@linux.intel.com Date: Thu, 13 Jun 2013 17:46:13 +0300 Here are three clean up patches, plus one that adds a socket option for LLS. Patch 1 converts low latency sockets to sched_clock. Patch 2 removes the config menu for NET_LL_RX_POLL and defaults to y.