commit | 211257a499c632052669526c7e643f6ac51e3fc8 | [log] [tgz] |
---|---|---|
author | Richard Rodriguez <richard.rodriguez@intel.com> | Fri Oct 26 14:33:32 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Nov 14 10:56:33 2018 -0800 |
tree | a9b48f2694766292bd41fb44a158e7854d140d6f | |
parent | 843faff87af261bf55eda719a06087af0486a168 [diff] |
i40e: Use correct shift for VLAN priority When using port VLAN, for VFs, and setting priority bits, the device was sending out incorrect priority bits, and also setting the CFI bit incorrectly. To fix this, changed shift and mask bit definition for this function, to use the correct ones. Signed-off-by: Richard Rodriguez <richard.rodriguez@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>