|
From: Kevin W. <wk...@gm...> - 2014-08-01 16:10:19
|
Alexander, Thanks for you quick response, much appreciated! I am just following the directions in the most updated place: http://lxr.free-electrons.com/source/Documentation/networking/ixgbe.txt So I believe that these directions should be updated to reflect the updated state (I am thinking of sending a patch) Regards, Kevin On Fri, Aug 1, 2014 at 5:26 PM, Alexander Duyck <ale...@in...> wrote: > 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 > |