i40e: Use LLDP ethertype define ETH_P_LLDP
Remove references to I40E_ETH_P_LLDP and use ETH_P_LLDP instead. Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@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
c54c2c72b2
commit
af7364e4ca
@ -295,8 +295,6 @@ struct i40e_cloud_filter {
|
||||
u8 tunnel_type;
|
||||
};
|
||||
|
||||
#define I40E_ETH_P_LLDP 0x88cc
|
||||
|
||||
#define I40E_DCB_PRIO_TYPE_STRICT 0
|
||||
#define I40E_DCB_PRIO_TYPE_ETS 1
|
||||
#define I40E_DCB_STRICT_PRIO_CREDITS 127
|
||||
|
@ -1330,7 +1330,7 @@ static ssize_t i40e_dbg_command_write(struct file *filp,
|
||||
}
|
||||
ret = i40e_aq_add_rem_control_packet_filter(&pf->hw,
|
||||
pf->hw.mac.addr,
|
||||
I40E_ETH_P_LLDP, 0,
|
||||
ETH_P_LLDP, 0,
|
||||
pf->vsi[pf->lan_vsi]->seid,
|
||||
0, true, NULL, NULL);
|
||||
if (ret) {
|
||||
@ -1348,7 +1348,7 @@ static ssize_t i40e_dbg_command_write(struct file *filp,
|
||||
|
||||
ret = i40e_aq_add_rem_control_packet_filter(&pf->hw,
|
||||
pf->hw.mac.addr,
|
||||
I40E_ETH_P_LLDP, 0,
|
||||
ETH_P_LLDP, 0,
|
||||
pf->vsi[pf->lan_vsi]->seid,
|
||||
0, false, NULL, NULL);
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user