Re: igb(4) panic: already enqueue

2013-09-28 Thread Konstantin Belousov
On Sun, Sep 29, 2013 at 12:30:38AM +0300, Konstantin Belousov wrote: > On a relatively old test machine, dual-socket X7DWU supermicro, Xeon > X5272, with on-board 82575EB igb controllers, running the stress2 > udp blast test immediately causes the following > > panic: buf=0xf8001aa5c800 alread

igb(4) panic: already enqueue

2013-09-28 Thread Konstantin Belousov
On a relatively old test machine, dual-socket X7DWU supermicro, Xeon X5272, with on-board 82575EB igb controllers, running the stress2 udp blast test immediately causes the following panic: buf=0xf8001aa5c800 already enqueue at 1445 prod=1315 cons=1445 cpuid = 3 KDB: stack backtrace: db_trace_

Re: Multiqueue support for bpf

2013-09-28 Thread George Neville-Neil
Bump Has anyone else reviewed this code? I have looked it over but not run it. Visually it looks fine to me. Best, George On Sep 4, 2013, at 4:04 , Takuya ASADA wrote: > Hi, > > This is 2nd version of multiqueue bpf patch, I think I fixed things what > you commented on previous mail. > Her