if (index < 0)
> return index;
>
> - mlx5_core_dbg(dev, "Allodating reserved GID %u\n", index);
> + mlx5_core_dbg(dev, "Allocating reserved GID %u\n", index);
> *gid_index = index;
> return 0;
> }
> --
> 2.11.0
Thank you Colin for the fix.
Reviewed-by: Ilan Tayari
> -Original Message-
> From: Arnd Bergmann [mailto:a...@arndb.de]
> Subject: [PATCH] [net-next] net/mlx5: include wq.o in non-ethernet build
> for FPGA
>
> Both the ethernet and FPGA portions of MLX5 now require the wq functions,
> and we get a link error when CONFIG_MLX5_CORE_EN is disabl
> -Original Message-
> From: Arnd Bergmann [mailto:a...@arndb.de]
> Subject: [PATCH] net/mlx5: IPSec, fix 64-bit division correctly
>
> The new IPSec offload code introduced a build error:
>
> drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.o: In function
> `mlx5e_ipsec_build_
. Values are now generated correctly.
Sorry for the mixup.
Thank you Arnd!
Reviewed-by: Ilan Tayari
4 matches
Mail list logo