Re: [dpdk-dev] [PATCH] net/ice: fix sideband queue initialization

2021-10-19 Thread Zhang, Qi Z
> -Original Message- > From: Yu, DapengX > Sent: Tuesday, October 19, 2021 5:45 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix sideband queue initialization > > From: Dapeng Yu > > Sideband queue need to be ini

[dpdk-dev] [PATCH] net/ice: fix sideband queue initialization

2021-10-19 Thread dapengx . yu
From: Dapeng Yu Sideband queue need to be initialized when device is initialized. Otherwise the calling to function "ice_init_ctrlq" may fail. This patch fixes it. Fixes: 97f4f78bbd9f ("net/ice/base: add functions for device clock control") Cc: sta...@dpdk.org Signed-off-by: Dapeng Yu --- dr