net/i40e/base: deprecate unused macro
authorJingjing Wu <jingjing.wu@intel.com>
Sat, 10 Dec 2016 11:24:35 +0000 (19:24 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:39:27 +0000 (19:39 +0100)
commit1c8048b578a7f291ad3fadf002ec9feb68ba3042
tree238a2da4b380def7bd87ce7979885f653cf493e0
parentb6902c166e677d88746c0a0a2a40354297c47a27
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 <jingjing.wu@intel.com>
drivers/net/i40e/base/i40e_type.h