On 4/26/24 09:48, Chaoyong He wrote:
From: Xinying Yu <[email protected]> Reconfigure the NIC will fail because lack of the initialization logic of queue configuration pointer. Fix this by adding the correct initialization logic. Fixes: d89f4990c14e ("vdpa/nfp: add hardware init") Cc: [email protected] Cc: [email protected] Signed-off-by: Xinying Yu <[email protected]> Reviewed-by: Chaoyong He <[email protected]> Reviewed-by: Long Wu <[email protected]> Reviewed-by: Peng Zhang <[email protected]> --- drivers/vdpa/nfp/nfp_vdpa_core.c | 9 +++++++++ 1 file changed, 9 insertions(+)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

