Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Brandeburg, Jesse
On Thu, 17 May 2012, Samuel Thibault wrote: > Brandeburg, Jesse, le Thu 17 May 2012 17:04:04 -0700, a écrit : > > > BTW, it also happens easily when request_irq takes some time to > > > complete: since we enable E1000_TCTL_EN before that, the card can have > > > time to fill the ring before irqs

Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Samuel Thibault
Brandeburg, Jesse, le Thu 17 May 2012 17:04:04 -0700, a écrit : > On Thu, 17 May 2012, Samuel Thibault wrote: > > > Samuel Thibault, le Fri 18 May 2012 01:28:21 +0200, a écrit : > > > Dave, Tushar N, le Thu 17 May 2012 23:22:31 +, a écrit : > > > > I am interested in to see if you have actual

Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Brandeburg, Jesse
On Thu, 17 May 2012, Samuel Thibault wrote: > Samuel Thibault, le Fri 18 May 2012 01:28:21 +0200, a écrit : > > Dave, Tushar N, le Thu 17 May 2012 23:22:31 +, a écrit : > > > I am interested in to see if you have actual test case and more > > > importantly test data that shows that kernel a

Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Samuel Thibault
Samuel Thibault, le Fri 18 May 2012 01:28:21 +0200, a écrit : > Dave, Tushar N, le Thu 17 May 2012 23:22:31 +, a écrit : > > I am interested in to see if you have actual test case and more importantly > > test data that shows that kernel and device indexes are not synchronized > > any more. >

Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Samuel Thibault
Dave, Tushar N, le Thu 17 May 2012 23:22:31 +, a écrit : > I am interested in to see if you have actual test case and more importantly > test data that shows that kernel and device indexes are not synchronized any > more. Well, it's not with an actual physical device, but with the kvm emulat

Re: [E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Dave, Tushar N
I am interested in to see if you have actual test case and more importantly test data that shows that kernel and device indexes are not synchronized any more. -Tushar >-Original Message- >From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] >On Behalf Of Samuel Thib

[E1000-devel] [PATCH] e1000: Reset rx ring index on receive overrun

2012-05-17 Thread Samuel Thibault
At high traffic rate, the rx ring may get completely filled before we manage to consume it. After it is filled, the kernel and device indexes are not synchronized any more, so we have to reset them, otherwise the kernel will be stuck waiting for the wrong slot to be filled. Signed-off-by: Samuel

[E1000-devel] (no subject)

2012-05-17 Thread FastService Loan Investment Inc .
Apply for Corporate, real-estate or personal loan at 3% -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respon

[E1000-devel] (no subject)

2012-05-17 Thread FastService Loan Investment Inc .
Apply for Corporate, real-estate or personal loan at 3% -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respon

[E1000-devel] (no subject)

2012-05-17 Thread FastService Loan Investment Inc .
Apply for Corporate, real-estate or personal loan at 3% -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respon

Re: [E1000-devel] Strange latency spikes/TX network stalls on Sun Fire X4150(x86) and e1000e

2012-05-17 Thread Denys Fedoryshchenko
Also i notice, limit constantly changing over time (even i am not touching it). centaur ~ # grep "" /sys/class/net/eth0/queues/tx-0/byte_queue_limits/* /sys/class/net/eth0/queues/tx-0/byte_queue_limits/hold_time:1000 /sys/class/net/eth0/queues/tx-0/byte_queue_limits/inflight:0 /sys/class/net/eth0

Re: [E1000-devel] Strange latency spikes/TX network stalls on Sun Fire X4150(x86) and e1000e

2012-05-17 Thread Denys Fedoryshchenko
Found commit that cause problem: author Tom Herbert Mon, 28 Nov 2011 16:33:16 + (16:33 +) committer David S. Miller Tue, 29 Nov 2011 17:46:19 + (12:46 -0500) commit 3f0cfa3bc11e7f00c9994e0f469cbc0e7da7b00c treed6670a4f94b2b9dedacc38edb6f0e1306b889f6btree | snapsho