commit | b6ce4a1c4ba4fd6fd27fe8d917b3d062ff4ebbdd | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Thu Mar 25 17:38:32 2021 -0700 |
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | Wed May 26 09:11:41 2021 -0700 |
tree | d0231ae36b87175dfb7e0d08f2c96c2293a6eca7 | |
parent | de8447131d2b1923a91c4c30bf094422dfcc16bf [diff] |
igbvf: convert to strongly typed descriptors The igbvf driver for some reason never strongly typed it's descriptor formats. Make this driver like the rest of the Intel drivers and use __le* for our little endian descriptors. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>