[Intel-wired-lan] [PATCH 0/4] Introduce and use ETH_P_LLDP

Anirudh Venkataramanan anirudh.venkataramanan at intel.com
Thu Apr 11 16:11:32 UTC 2019


This series introduces and uses a new define ETH_P_LLDP for the
Link Layer Discovery Protocol (LLDP) ethertype. Driver specific
defines for the same value (0x88CC) were removed.

Anirudh Venkataramanan (4):
  net: Add a define for LLDP ethertype
  i40e: Use LLDP ethertype define ETH_P_LLDP
  ixgbe: Use LLDP ethertype define ETH_P_LLDP
  net: hns3: Use LLDP ethertype define ETH_P_LLDP

 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h  | 1 -
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 2 +-
 drivers/net/ethernet/intel/i40e/i40e.h                  | 2 --
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c          | 4 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe.h                | 2 --
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c          | 2 +-
 include/uapi/linux/if_ether.h                           | 1 +
 7 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.20.1



More information about the Intel-wired-lan mailing list