i40e/base: fix proxy for X722
authorHelin Zhang <helin.zhang@intel.com>
Tue, 8 Mar 2016 08:14:19 +0000 (16:14 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 16:27:02 +0000 (17:27 +0100)
commit8bbf3164e7d71fa9eda6a221932954a1e4db0ae9
treebf4bfcd7bb930e02817f5913a117b86b662e2393
parent542526b7a192e3919abac568337002dcad6d86b3
i40e/base: fix proxy for X722

The recently added proxy opcodes should be available only with
X722_SUPPORT, so move them into the #ifdef, and reorder these
to be in numerical order with the rest of the opcodes. Several
structs that were added are unnecessary, so they are removed
here.

Fixes: 788fc17b2dec ("i40e/base: support proxy config for X722")

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_adminq_cmd.h
drivers/net/i40e/base/i40e_common.c