On Sat, Jul 9, 2016 at 1:13 AM, Olivier Doucet <odou...@oxeva.fr> 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 action -1
>  rmgr: Cannot insert RX class rule: Invalid argument
> $ethtool --config-ntuple eth2 flow-type ip4 l4proto 1 action -1
>  rmgr: Cannot insert RX class rule: Invalid argument
>
> Is this even possible ?
>
> Olivier

The 82599 only supports IPv4 based filtering using the ntuple filters.
If you are wanting to filter on Ethertype you would probably need to
use a different hardware filter and I don't think those are currently
enabled in the ntuple interface.

- Alex

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to