Re: [dpdk-dev] [PATCH v3 1/2] net/hinic/base: fix FW hotactive problem

2020-04-10 Thread Wangxiaoyun (Cloud)
Hi Ferruch, I will upstream a new patch to clarify the comments. Best regards xiaoyun wang 在 2020/4/4 1:24, Ferruh Yigit 写道: On 4/1/2020 10:30 AM, Xiaoyun wang wrote: When PF detects FW is hotactive, up returns HINIC_DEV_BUSY_ACTIVE_FW for Hi Xiaoyun, What is 'hotactive'? "hot active"? D

Re: [dpdk-dev] [PATCH v3 1/2] net/hinic/base: fix FW hotactive problem

2020-04-03 Thread Ferruh Yigit
On 4/1/2020 10:30 AM, Xiaoyun wang wrote: > When PF detects FW is hotactive, up returns HINIC_DEV_BUSY_ACTIVE_FW for Hi Xiaoyun, What is 'hotactive'? "hot active"? Does it mean FW busy? > pf driver, when cmdq reinit at txrx flush, cmdq will fail, driver should > reinit the cmdq when port start.

Re: [dpdk-dev] [PATCH v3 1/2] net/hinic/base: fix FW hotactive problem

2020-04-01 Thread Kevin Traynor
On 01/04/2020 10:30, Xiaoyun wang wrote: > When PF detects FW is hotactive, up returns HINIC_DEV_BUSY_ACTIVE_FW for > pf driver, when cmdq reinit at txrx flush, cmdq will fail, driver should > reinit the cmdq when port start. > > Fixes: d9ce1917941c ("net/hinic/base: add hardware operation") Hi.

[dpdk-dev] [PATCH v3 1/2] net/hinic/base: fix FW hotactive problem

2020-04-01 Thread Xiaoyun wang
When PF detects FW is hotactive, up returns HINIC_DEV_BUSY_ACTIVE_FW for pf driver, when cmdq reinit at txrx flush, cmdq will fail, driver should reinit the cmdq when port start. Fixes: d9ce1917941c ("net/hinic/base: add hardware operation") Signed-off-by: Xiaoyun wang --- drivers/net/hinic/base