i40e/base: add flag for X722 register access
authorHelin Zhang <helin.zhang@intel.com>
Tue, 8 Mar 2016 08:14:11 +0000 (16:14 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 16:22:02 +0000 (17:22 +0100)
commitdd59229c8bb4555727b75a2d373fcf026e8871de
treef0e696c91c20dcd2a49e2c15218b9606a1b05ce1
parent2427bcaa0ae4e41e46a17fc46e59503262470ef6
i40e/base: add flag for X722 register access

Instead of doing the MAC check, use a flag that gets set per
MAC. This way there are less chances of user error and it
can enable multiple MACs with the capability in a single place
rather than cluttering the code with MAC checks.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Remy Horton <remy.horton@intel.com>
drivers/net/i40e/base/i40e_common.c
drivers/net/i40e/base/i40e_nvm.c
drivers/net/i40e/base/i40e_type.h