commit | fbb113f773482496d601e0bd934e680b35876016 | [log] [tgz] |
---|---|---|
author | Stefan Assmann <sassmann@kpanic.de> | Thu Jun 29 15:12:24 2017 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Aug 25 14:52:29 2017 -0700 |
tree | 3dc0b7750bb22c387a111e56e2a39c0473c7f882 | |
parent | fcf6cfc8a695bd82d123166aeedab9fa12720b57 [diff] |
i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resource The current name of vf_offload_flags indicates that the bitmap is limited to offload related features. Make this more generic by renaming it to vf_cap_flags, which allows for other capabilities besides offloading to be added. Signed-off-by: Stefan Assmann <sassmann@kpanic.de> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>