[E1000-devel] Driver issue ixgbe-3.22.3 on RHEL 2.6.32-504.el6.x86_64

2014-12-10 Thread Remco Mank
Hi, We having problems with the ixgbe-3.22.3 when we want compile this on RHEL 6.0 server with kernel 2.6.32-504.el6.x86_64. See below for the details. Please provide us the information how to fix this. Other people having the same issue with is version of the kernel and ixgbe drivers. I've tes

[E1000-devel] ixgbe use only one queue for outgoing vlan when AtrSampleRate=0

2014-12-10 Thread Viktor Khomyuk
Hello! When option AtrSampleRate is set to 0 and when vlan interface (eth3.4002) is using for outgouing traffic only one (TX) interrupt is using. Without AtrSampleRate=0,0 all 8 interrupts are using. Do You know why this happens? Incoming interface eth2 grep eth2 /proc/interrupts 141: 45174 0 0

Re: [E1000-devel] Driver issue ixgbe-3.22.3 on RHEL 2.6.32-504.el6.x86_64

2014-12-10 Thread Krzysztof Pawłowski
I have submited bug about ixgbevf and i think they both share the same problem: http://sourceforge.net/p/e1000/bugs/441/ On 12/10/2014 10:53 AM, Remco Mank wrote: > Hi, > > We having problems with the ixgbe-3.22.3 when we want compile this on RHEL > 6.0 server with kernel 2.6.32-504.el6.x86_64.

Re: [E1000-devel] rx_no_dma_resources woes

2014-12-10 Thread Stefan Puiu
Hi, On Tue, Dec 9, 2014 at 7:22 PM, Skidmore, Donald C wrote: > Hi Stefan, > > Ubuntu is a tricky one. I keep reminding our management that I'm noticing > more people in the community are using it especially LTS. They (Ubuntu) make > it hard though without versioning like SLES and RHEL, doing

Re: [E1000-devel] Driver issue ixgbe-3.22.3 on RHEL 2.6.32-504.el6.x86_64

2014-12-10 Thread Fujinaka, Todd
I'm guessing this is RHEL6.6? Our out-of-tree driver on sourceforge does not compile on RHEL6.6 at this time. A new version is due to be released shortly (measured in quarters, not milliseconds) but it shouldn't be too long now. We fixed the problem internally months ago, but didn't feel the nee

Re: [E1000-devel] Driver issue ixgbe-3.22.3 on RHEL 2.6.32-504.el6.x86_64

2014-12-10 Thread Keller, Jacob E
Hi, This problem has already been resolved, and it will be fixed in the next release of the driver. Regards, Jake > -Original Message- > From: Krzysztof Pawłowski [mailto:krzysztof.pawlow...@firma.interia.pl] > Sent: Wednesday, December 10, 2014 2:49 AM > To: e1000-de...@lists.sf.net >

Re: [E1000-devel] ixgbe use only one queue for outgoing vlan when AtrSampleRate=0

2014-12-10 Thread Skidmore, Donald C
Hey Viktor, If you set ATRSampleRate to zero you are disabling ATR. ATR attempts to keep the incoming flows on the queue/CPU that they are transmitted on. The idea being to keep the flow on the same CPU as the application. Thanks, -Don Skidmore > -Original Message- > From: Viktor Kh

Re: [E1000-devel] rx_no_dma_resources woes

2014-12-10 Thread Skidmore, Donald C
Hey Stefan, I'll respond inline below: Thanks, -Don Skidmore > -Original Message- > From: Stefan Puiu [mailto:stefan.p...@gmail.com] > Sent: Wednesday, December 10, 2014 7:35 AM > To: Skidmore, Donald C > Cc: e1000-devel@lists.sourceforge.net > Subject: Re: [E1000-devel] rx_no_dma_resou

Re: [E1000-devel] ixgbe use only one queue for outgoing vlan when AtrSampleRate=0

2014-12-10 Thread Viktor Khomyuk
Thank You for answer. I have application with 8 threads that are running on all 8 cpus, but ixgbe use only 1 interrupts. Why? Is it possible to use multiple interrupts (based on different src/dst ip and ports) with disabled ATR? 11.12.2014 1:13, Skidmore, Donald C пишет: > Hey Viktor, > > If you