mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
i40e: Display LLDP information on vSphere Web Client
This patch enables driver to display LLDP information on the vSphere Web Client with Intel adapters (X710, XL710) and Distributed Virtual Switch. Signed-off-by: Upasana Menon <upasana.menon@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:
committed by
Jeff Kirsher
parent
b5b5f37088
commit
b6a02a6fbf
@@ -205,6 +205,7 @@ enum i40e_admin_queue_opc {
|
||||
/* DCB commands */
|
||||
i40e_aqc_opc_dcb_ignore_pfc = 0x0301,
|
||||
i40e_aqc_opc_dcb_updated = 0x0302,
|
||||
i40e_aqc_opc_set_dcb_parameters = 0x0303,
|
||||
|
||||
/* TX scheduler */
|
||||
i40e_aqc_opc_configure_vsi_bw_limit = 0x0400,
|
||||
@@ -2496,6 +2497,17 @@ struct i40e_aqc_lldp_start {
|
||||
|
||||
I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_start);
|
||||
|
||||
/* Set DCB (direct 0x0303) */
|
||||
struct i40e_aqc_set_dcb_parameters {
|
||||
u8 command;
|
||||
#define I40E_AQ_DCB_SET_AGENT 0x1
|
||||
#define I40E_DCB_VALID 0x1
|
||||
u8 valid_flags;
|
||||
u8 reserved[14];
|
||||
};
|
||||
|
||||
I40E_CHECK_CMD_LENGTH(i40e_aqc_set_dcb_parameters);
|
||||
|
||||
/* Get CEE DCBX Oper Config (0x0A07)
|
||||
* uses the generic descriptor struct
|
||||
* returns below as indirect response
|
||||
|
||||
Reference in New Issue
Block a user