]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf81c0afb1a61cbd14a4d37ca18d5e2baad6b3533
tree8f023a29a705b7be034542f049f13f6a75029ad4
parent00fcbf7eea40f718184bcd8d88ef49ec16f5dd0e
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