On 07/31/2014 11:32 PM, Kevin Wilson wrote: > Hello all, > > I have the following ixgbe nic, as "ethtool -i p3p1" shows: > > driver: ixgbe > version: 3.13.10-k > firmware-version: 0x18bf0001 > bus-info: 0000:06:00.0 > supports-statistics: yes > supports-test: yes > supports-eeprom-access: yes > supports-register-dump: yes > supports-priv-flags: no > > I tried to run the following two command sequence, according to > http://lxr.free-electrons.com/source/Documentation/networking/ixgbe.txt > > ethtool -K ethX ntuple on > > ethtool -U p3p1 flow-type tcp4 src-ip 0x178000a action 1 > > I got: > > Invalid src-ip value[0x178000a] > ethtool: bad command line argument(s) > > Any ideas what went wrong ? > > regards, > Kevin >
Is there a reason why you are using a hex value instead of a dotted decimal? Also the -U format is deprecated. You may want to use the -N version of the command instead. Thanks, Alex ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ 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
