Re: [dpdk-dev] [PATCH 07/37] net/ice/base: declare functions as external

2019-03-03 Thread Zhang, Qi Z
Hi Ferruh: > -Original Message- > From: Yigit, Ferruh > Sent: Friday, March 1, 2019 6:31 PM > To: Zhang, Qi Z ; Lu, Wenzhuo ; > Yang, Qiming > Cc: Stillwell Jr, Paul M ; dev@dpdk.org > Subject: Re: [PATCH 07/37] net/ice/base: declare functions as external > > On 2/28/2019 5:56 AM, Qi Zha

Re: [dpdk-dev] [PATCH 07/37] net/ice/base: declare functions as external

2019-03-01 Thread Ferruh Yigit
On 2/28/2019 5:56 AM, Qi Zhang wrote: > Remove static of below functions and declare them as external > APIs. > > ice_aq_add_vsi > ice_aq_free_vsi > ice_aq_update_vsi > ice_aq_add_lan_txq > ice_init_pkg Hi Qi, This is generic comment for the patchset but it is easy to demonstrate in this patch,

[dpdk-dev] [PATCH 07/37] net/ice/base: declare functions as external

2019-02-27 Thread Qi Zhang
Remove static of below functions and declare them as external APIs. ice_aq_add_vsi ice_aq_free_vsi ice_aq_update_vsi ice_aq_add_lan_txq ice_init_pkg Signed-off-by: Paul M Stillwell Jr Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_common.c| 2 +- drivers/net/ice/base/ice_common.h