mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:16:41 +07:00
i40e: print neato new features
To help users and developers know what compile options and hardware features are enabled at compile time, print VxLAN is available. Change-ID: I3162f3b7678dc725a597f964217920eb218b480b 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>
This commit is contained in:
parent
f578f5f453
commit
ce6fcb3f24
@ -9914,6 +9914,9 @@ static void i40e_print_features(struct i40e_pf *pf)
|
||||
}
|
||||
if (pf->flags & I40E_FLAG_DCB_CAPABLE)
|
||||
buf += sprintf(buf, "DCB ");
|
||||
#if IS_ENABLED(CONFIG_VXLAN)
|
||||
buf += sprintf(buf, "VxLAN ");
|
||||
#endif
|
||||
if (pf->flags & I40E_FLAG_PTP)
|
||||
buf += sprintf(buf, "PTP ");
|
||||
#ifdef I40E_FCOE
|
||||
|
Loading…
Reference in New Issue
Block a user