Re: [E1000-devel] X710 issues

2014-12-15 Thread Matyas Koszik
Hi, I've upraded to 1.1.23, and still seeing the issues reported, but with less frequency. There're also new messages logged. Dec 15 10:22:11 88 kernel: i40e :03:00.1: FD filter space full, new ntuple rules will not be added Dec 15 10:22:11 88 kernel: i40e :03:00.1: FD Sideband/ntuple

[E1000-devel] filtering on mac dst address

2014-12-15 Thread alex nln
Hello, as far as I know it is not possible to filter traffic transmitted from VF according to the *destination* mac address, right? I just wanted to make sure that I did not miss anything. I refer to 82599 controller. Does it work the same for other Intel controllers (e.g 82576)? Thanks

[E1000-devel] 100% softirq on one CPU causing high packet loss

2014-12-15 Thread micah anderson
Hi, I've got a 82580 on a linux router, running Debian Wheezy with kernel 3.2.63. At certain points of high traffic, presumably when packets/second are very high, I begin to get very high packet loss. I am able to connect to the router through a different interface, where the machine is fully res

Re: [E1000-devel] filtering on mac dst address

2014-12-15 Thread Skidmore, Donald C
I'm a little confused on what you're asking for here. You want the VF driver to filter traffic it is transmitting to a certain queue or drop the packet all together? Thanks, -Don Skidmore > -Original Message- > From: alex nln [mailto:alex...@yahoo.com] > Sent: Monday, December 15,

Re: [E1000-devel] X710 issues

2014-12-15 Thread Fujinaka, Todd
I just found out that the drivers are still a little too chatty; there are more debug messages in the dmesg than are necessary for most users. Those can be ignored, and the debug messages are muted in the next driver release. Unfortunately, I'm not sure when the next release will be scheduled as

Re: [E1000-devel] [linux-nics] Potential bugs found in e100

2014-12-15 Thread Fujinaka, Todd
Thanks for looking into this. At this time we are not sure when we can have someone look into your issues, so please send us patches so that we may test those. Some of the code execution paths may not be applicable and we will ACK/NAK the patches as necessary. Please make sure to test your patc

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

2014-12-15 Thread Skidmore, Donald C
I would expect this to work. To be clear you are: - creating a vlan - turning off flow director - receiving traffic from multiple IP address - but seeing all the traffic all go to just the first queue. You don't by any change have set up and ntuple rules have you? Thanks, -Don Skidmore > -

Re: [E1000-devel] [PATCH] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode

2014-12-15 Thread Hiroshi Shimamoto
> > Subject: Re: [E1000-devel] [PATCH] ixgbe, ixgbevf: Add new mbox API to > > enable MC promiscuous mode > > > > On 11/27/2014 02:39 AM, Hiroshi Shimamoto wrote: > > > From: Hiroshi Shimamoto > > > > > > The limitation of the number of multicast address for VF is not enough > > > for the large s

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

2014-12-15 Thread Viktor Khomyuk
16.12.2014 6:48, Skidmore, Donald C пишет: > I would expect this to work. > > To be clear you are: > - creating a vlan > - turning off flow director > - receiving traffic from multiple IP address > - but seeing all the traffic all go to just the first queue. - creating a vlan - turning off flow di

Re: [E1000-devel] filtering on mac dst address

2014-12-15 Thread alex nln
VF is not trusted so I mean to drop the frame in the NIC based on destination MAC, after it left the VF and before it hit the edge switch, Thanks On Tuesday, December 16, 2014 1:47 AM, "Skidmore, Donald C" wrote: I'm a little confused on what you're asking for here. You want the VF drive