Re: [PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet

2015-02-01 Thread Guy Harris
On Dec 22, 2014, at 12:41 PM, David Miller wrote: > From: Dan Collins > Date: Fri, 19 Dec 2014 16:49:25 +1300 > >> Make TPACKET_V3 signal poll when block is closed rather than for every >> packet. Side effect is that poll will be signaled when block retire >> timer expires which didn't previou

Re: [PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet

2014-12-22 Thread David Miller
From: Dan Collins Date: Fri, 19 Dec 2014 16:49:25 +1300 > Make TPACKET_V3 signal poll when block is closed rather than for every > packet. Side effect is that poll will be signaled when block retire > timer expires which didn't previously happen. Issue was visible when > sending packets at a very

[PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet

2014-12-18 Thread Dan Collins
Make TPACKET_V3 signal poll when block is closed rather than for every packet. Side effect is that poll will be signaled when block retire timer expires which didn't previously happen. Issue was visible when sending packets at a very low frequency such that all blocks are retired before packets are

Re: [PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet

2014-12-18 Thread David Miller
From: Dan Collins Date: Fri, 19 Dec 2014 13:32:19 +1300 > + * Dan Collins : Fixed TPACKET_V3 to wake poll when block is closed > + * rather than for every packet. Since we now use real version control with commit messages, this comment at the top of th

[PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet

2014-12-18 Thread Dan Collins
From: Dan Make TPACKET_V3 signal poll when block is closed rather than for every packet. Side effect is that poll will be signaled when block retire timer expires which didn't previously happen. Issue was visible when sending packets at a very low frequency such that all blocks are retired before