[dpdk-dev] [PATCH] net/mlx5: fix Windows port spawn

2021-08-05 Thread Gregory Etelson
mlx5_dev_check_sibling_config() API was updated to allow newly spawned port locate existing sibling devices. PMD port initialization for Windows OS was not updated for the new API prototype. The patch fixes mlx5_dev_check_sibling_config call for Windows OS. Fixes: e9d420dfc2d0 ("net/mlx5: fix find

Re: [dpdk-dev] [PATCH] net/mlx5: fix Windows port spawn

2021-08-05 Thread Thomas Monjalon
05/08/2021 11:55, Gregory Etelson: > mlx5_dev_check_sibling_config() API was updated to allow newly spawned > port locate existing sibling devices. > PMD port initialization for Windows OS was not updated for the new > API prototype. > The patch fixes mlx5_dev_check_sibling_config call for Windows