>-----Original Message----- >From: Grzegorz Paszka [mailto:[email protected]] >Sent: Wednesday, April 30, 2014 2:20 AM >To: [email protected] >Subject: [E1000-devel] Hardware filters on intel 82599ES rev >1 card > >Hello, > >Sorry if it isn't right place but I didn't find clear answer >for my problem. I'd like to use hardware filters where I'm >able to specify src-ip, dst-ip, src-port and dst-port. > >ethtool returns error when I try to insert ntuple: > >ethtool --config-ntuple eth0 flow-type tcp4 src-ip 10.0.0.1 >dst-ip 10.0.0.2 src-port 10000 src-port-mask 0x0000 dst-port >10001 dst-port-mask 0x0000 action -1
If you already have a rule added prior to this with different parameters then it may fail because the driver only allows one mask per port. When adding the rule fails you should check dmesg - the driver will usually print a message related to the error. Thanks, Emil ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
