Re: [E1000-devel] i350 - NVM Checksum Is Not Valid

2016-07-09 Thread Matteo Fracassetti
BJWTech watsontech.net> writes: > This is due to the FW version being too old on the card for the current IGB > driver from the kernel. It is quite simple to update the FW using Intel's > utility. You do not even need to boot into anything as the tools work from > the installed system. I just had

[E1000-devel] IXGBE 4.4.6 ntuple ICMP filtering

2016-07-09 Thread Olivier Doucet
Hello, I'm using ixgbe 4.4.6 + ethtool 4.5 and Intel Ethernet controller 82599EB I'm trying to filter ICMP trafic directly on network cards and tried to do it with ethtool : $ethtool --config-ntuple eth2 flow-type ether proto 1 action -1 rmgr: Cannot insert RX class rule: Invalid argument $etht

[E1000-devel] Support for Intel Ethernet Connection I219-V

2016-07-09 Thread Alexey Muranov
Hello, I have a laptop with Intel Ethernet Connection I219-V. I want to install Linux on it, but cannot yet get Ethernet to work under Linux. I believe it is because the driver is missing. The version 3.3.4 of e1000e is not documented to support Intel Ethernet Connection I219-V (it only goe

Re: [E1000-devel] i40e macvlan filter issue.

2016-07-09 Thread Joy Ganguly
I have root caused the issue to macvlan filter delete code in i40e_set_rx_mode. The code was not removing all macvlan filters for the given MAC. The patch is below. >From 170e0be66ca4edffcf6c63eced7ae9212921738d Mon Sep 17 00:00:00 2001 From: Joy Ganguly Date: Sat, 9 Jul 2016 15:20:11 -0700 Su

Re: [E1000-devel] IXGBE 4.4.6 ntuple ICMP filtering

2016-07-09 Thread Alexander Duyck
On Sat, Jul 9, 2016 at 1:13 AM, Olivier Doucet wrote: > Hello, > > I'm using ixgbe 4.4.6 + ethtool 4.5 and Intel Ethernet controller 82599EB > > I'm trying to filter ICMP trafic directly on network cards and tried to do it > with ethtool : > $ethtool --config-ntuple eth2 flow-type ether proto 1 a