i40e: change flags to use 64 bits
authorAlice Michael <alice.michael@intel.com>
Wed, 27 Dec 2017 13:17:50 +0000 (08:17 -0500)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 26 Jan 2018 21:23:15 +0000 (13:23 -0800)
commit60f481b9703867330dc6010868054f68f6d52f7a
tree8f023a29a705b7be034542f049f13f6a75029ad4
parentb6a02a6fbfea3224db7e5ad0677824528e76bf6e
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>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_ethtool.c