commit | 03f9d6a59f94f70ae775ca2aae04f2accc01a973 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Sun Jan 24 21:16:20 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Feb 18 10:30:55 2016 -0800 |
tree | 9775bcedb5cfa0c87e1645959c4f5ca9c1d9e3fd | |
parent | a9c9a81f5892eb984234223399ee624f7dbd15e8 [diff] |
i40e/i40evf: Use u64 values instead of casting them in TSO function Instead of casing u32 values to u64 it makes more sense to just start out with u64 values in the first place. This way we don't need to create a mess with all of the casts needed to populate a 64b value. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>