commit | 846fcc7841de6418109d7ae06e75c01a43ee8a03 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Mon Aug 26 11:16:55 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Sep 11 09:10:46 2019 -0700 |
tree | 254359ce2c0398ea49b31b71edfd13e669c958a1 | |
parent | 22afe2cf10da1631f7c4815c2fe148880c5a9341 [diff] |
i40e: use BIT macro to specify the cloud filter field flags The macros used to specify the cloud filter fields are intended to be individual bits. Declare them using the BIT() macro to make their intention a little more clear. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>