Re: [dpdk-dev] [PATCH 25/31] net/i40e/base: remove duplicate definitions

2016-12-05 Thread Ferruh Yigit
On 12/3/2016 1:19 AM, Jingjing Wu wrote: > We already define I40E_AQ_PHY_TYPE_EXT_25G* flags in the response adminq > structure above, and do not need to re-define these. See eee_capability > for an example where we didn't re-define these. This prevents Linux > driver from complaining about using t

[dpdk-dev] [PATCH 25/31] net/i40e/base: remove duplicate definitions

2016-12-02 Thread Jingjing Wu
We already define I40E_AQ_PHY_TYPE_EXT_25G* flags in the response adminq structure above, and do not need to re-define these. See eee_capability for an example where we didn't re-define these. This prevents Linux driver from complaining about using these flags in an #ifdef when running cppkeep tool