numam-dpdk/drivers
Gregory Etelson 8f6c921b6a net/mlx5: fix build on Windows
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:

drivers/net/mlx5/windows/mlx5_os.c:457:50: error:
too few arguments to function call, expected 3, have 2
	err = mlx5_dev_check_sibling_config(priv, config);

The patch fixes mlx5_dev_check_sibling_config call for Windows OS.

Fixes: e9d420dfc2 ("net/mlx5: fix find sibling devices")

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
2021-08-05 12:48:16 +02:00
..
baseband log: register with standardized names 2021-05-11 15:17:55 +02:00
bus bus: clarify log for non-NUMA-aware devices 2021-08-04 11:33:31 +02:00
common common/cpt: update asymmetric ECDSA messages 2021-07-30 20:57:23 +02:00
compress compress/mlx5: fix compression level translation 2021-08-03 14:09:00 +02:00
crypto crypto/mlx5: fix leaks on probing failure 2021-07-30 21:08:19 +02:00
event event/cnxk: fix reading stale Tx queue depth 2021-07-30 12:28:52 +02:00
mempool mempool/octeontx2: fix shift calculation 2021-06-30 18:42:54 +02:00
net net/mlx5: fix build on Windows 2021-08-05 12:48:16 +02:00
raw raw/cnxk_bphy: support setting FEC 2021-07-23 00:54:01 +02:00
regex regex/mlx5: fix redundancy in device removal 2021-07-22 15:19:37 +02:00
vdpa vdpa/mlx5: fix overflow in queue attribute 2021-07-22 14:48:07 +02:00
meson.build log: register with standardized names 2021-05-11 15:17:55 +02:00