Re: [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-20 Thread Brandeburg, Jesse
On Sun, 19 May 2013, Or Gerlitz wrote: > On Sun, May 19, 2013 at 1:25 PM, Eliezer Tamir > wrote: > > This is an updated version of the code we posted on February. > > Last time you've placed a copy of the patchset in the rfc branch of > git://github.com/jbrandeb/lls.git - can you repost there V2

Re: [E1000-devel] [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-20 Thread Jeff Kirsher
On Sun, 2013-05-19 at 22:20 +0300, Eliezer Tamir wrote: > On 19/05/2013 22:06, Or Gerlitz wrote: > > On Sun, May 19, 2013 at 1:25 PM, Eliezer Tamir > > wrote: > >> This is an updated version of the code we posted on February. > > > > Last time you've placed a copy of the patchset in the rfc branch

Re: [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-20 Thread Eliezer Tamir
On 19/05/2013 22:56, Or Gerlitz wrote: On Sun, May 19, 2013 at 10:25 PM, Eliezer Tamir < eliezer.ta...@linux.intel.com> wrote: On 19/05/2013 22:06, Or Gerlitz wrote: Last time you've placed a copy of the patchset in the rfc branch of git://github.com/jbrandeb/lls.**git

Re: [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-19 Thread Eliezer Tamir
On 19/05/2013 22:06, Or Gerlitz wrote: Last time you've placed a copy of the patchset in the rfc branch of git://github.com/jbrandeb/lls.git - can you repost there V2 too? Or. BTW did you try the last version on your HW? -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-19 Thread Eliezer Tamir
On 19/05/2013 22:06, Or Gerlitz wrote: On Sun, May 19, 2013 at 1:25 PM, Eliezer Tamir wrote: This is an updated version of the code we posted on February. Last time you've placed a copy of the patchset in the rfc branch of git://github.com/jbrandeb/lls.git - can you repost there V2 too? Or.

Re: [PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-19 Thread Or Gerlitz
On Sun, May 19, 2013 at 1:25 PM, Eliezer Tamir wrote: > This is an updated version of the code we posted on February. Last time you've placed a copy of the patchset in the rfc branch of git://github.com/jbrandeb/lls.git - can you repost there V2 too? Or. -- To unsubscribe from this list: send t

[PATCH v2 net-next 0/4] net: low latency Ethernet device polling

2013-05-19 Thread Eliezer Tamir
Dave, Please consider applying to net-next. Thanks, Eliezer This is an updated version of the code we posted on February. Patch 1 adds ndo_ll_poll and the IP code to use it. Patch 2 is an example of how TCP can use ndo_ll_poll. Patch 3 shows how this method would be implemented for the ixgbe d