commit | 60f481b9703867330dc6010868054f68f6d52f7a | [log] [tgz] |
---|---|---|
author | Alice Michael <alice.michael@intel.com> | Wed Dec 27 08:17:50 2017 -0500 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jan 26 13:23:15 2018 -0800 |
tree | 8f023a29a705b7be034542f049f13f6a75029ad4 | |
parent | b6a02a6fbfea3224db7e5ad0677824528e76bf6e [diff] |
i40e: change flags to use 64 bits As we have added more flags, we need to now use more bits and have over flooded the 32 bit size. So make it 64. Also change all the existing bits to unsigned long long bits. Signed-off-by: Alice Michael <alice.michael@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>