commit | bd6cd4e6dd38a35215d3f28f12db51213c9aead6 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Aug 29 05:32:35 2017 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 06 08:11:31 2017 -0700 |
tree | b9768d4b51793a12341bc82a6c71051b11d07b74 | |
parent | 0a0d9af5bc0b2130edaed9d9c57fc08bd338e3f5 [diff] |
i40e/i40evf: use DECLARE_BITMAP for state When using set_bit and friends, we should be using actual bitmaps, and fix all the locations where we might access it. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>