From: Jingjing Wu Date: Sat, 10 Dec 2016 11:24:35 +0000 (+0800) Subject: net/i40e/base: deprecate unused macro X-Git-Tag: spdx-start~5027 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1c8048b578a7f291ad3fadf002ec9feb68ba3042;p=dpdk.git net/i40e/base: deprecate unused macro I40E_MAC_X710 was supposed to be for 10G and I40E_MAC_XL710 was supposed to be for 40G. But i40e_set_mac_type() sets I40E_MAC_XL710 for all device IDS. I40E_MAC_X710 is not used at all. Thus deprecating this extra macro. Signed-off-by: Jingjing Wu --- diff --git a/drivers/net/i40e/base/i40e_type.h b/drivers/net/i40e/base/i40e_type.h index 223f5fe237..8889fc79f1 100644 --- a/drivers/net/i40e/base/i40e_type.h +++ b/drivers/net/i40e/base/i40e_type.h @@ -212,7 +212,6 @@ enum i40e_memcpy_type { */ enum i40e_mac_type { I40E_MAC_UNKNOWN = 0, - I40E_MAC_X710, I40E_MAC_XL710, I40E_MAC_VF, #ifdef X722_SUPPORT