.pylintrc: warning: ignored by one of the .gitignore files In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:390, from ../include/linux/array_size.h:5, from ../include/linux/kernel.h:16, from ../include/linux/mlx5/driver.h:36, from ../include/linux/mlx5/transobj.h:36, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/internal.h:7, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:4: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c: In function ‘hws_definer_conv_misc2’: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:97:30: note: in expansion of macro ‘__mlx5_dw_off’ 97 | u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:106:32: note: in expansion of macro ‘HWS_IS_FLD_SET_DW_ARR’ 106 | (((sz_in_bits) > 32) ? HWS_IS_FLD_SET_DW_ARR(match_param, hdr, sz_in_bits) : \ | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/swab.h:5, from ../include/uapi/linux/byteorder/little_endian.h:14, from ../include/linux/byteorder/little_endian.h:5, from ../arch/x86/include/uapi/asm/byteorder.h:5, from ../include/asm-generic/qrwlock_types.h:6, from ../arch/x86/include/asm/spinlock_types.h:7, from ../include/linux/spinlock_types_raw.h:7, from ../include/linux/ratelimit_types.h:7, from ../include/linux/printk.h:9, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:103, from ../arch/x86/include/asm/alternative.h:9, from ../arch/x86/include/asm/barrier.h:5, from ../include/asm-generic/bitops/generic-non-atomic.h:7, from ../include/linux/bitops.h:28, from ../include/linux/kernel.h:23: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/uapi/linux/swab.h:115:54: note: in definition of macro ‘__swab32’ 115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) | ^ ../include/linux/byteorder/generic.h:95:21: note: in expansion of macro ‘__be32_to_cpu’ 95 | #define be32_to_cpu __be32_to_cpu | ^~~~~~~~~~~~~ ../include/linux/mlx5/device.h:52:35: note: in expansion of macro ‘offsetof’ 52 | #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) | ^~~~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:1: note: in expansion of macro ‘__mlx5_dw_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/mlx5/driver.h:53: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:57:70: note: in expansion of macro ‘__mlx5_bit_off’ 57 | #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1f)) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:98:1: note: in expansion of macro ‘__mlx5_mask’ 98 | __mlx5_mask(typ, fld)) | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.o] Error 1 make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:390, from ../include/linux/array_size.h:5, from ../include/linux/kernel.h:16, from ../include/linux/mlx5/driver.h:36, from ../include/linux/mlx5/transobj.h:36, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/internal.h:7, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:4: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c: In function ‘hws_definer_conv_misc2’: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:97:30: note: in expansion of macro ‘__mlx5_dw_off’ 97 | u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:106:32: note: in expansion of macro ‘HWS_IS_FLD_SET_DW_ARR’ 106 | (((sz_in_bits) > 32) ? HWS_IS_FLD_SET_DW_ARR(match_param, hdr, sz_in_bits) : \ | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/swab.h:5, from ../include/uapi/linux/byteorder/little_endian.h:14, from ../include/linux/byteorder/little_endian.h:5, from ../arch/x86/include/uapi/asm/byteorder.h:5, from ../include/asm-generic/qrwlock_types.h:6, from ../arch/x86/include/asm/spinlock_types.h:7, from ../include/linux/spinlock_types_raw.h:7, from ../include/linux/ratelimit_types.h:7, from ../include/linux/printk.h:9, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:103, from ../arch/x86/include/asm/alternative.h:9, from ../arch/x86/include/asm/barrier.h:5, from ../include/asm-generic/bitops/generic-non-atomic.h:7, from ../include/linux/bitops.h:28, from ../include/linux/kernel.h:23: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/uapi/linux/swab.h:115:54: note: in definition of macro ‘__swab32’ 115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) | ^ ../include/linux/byteorder/generic.h:95:21: note: in expansion of macro ‘__be32_to_cpu’ 95 | #define be32_to_cpu __be32_to_cpu | ^~~~~~~~~~~~~ ../include/linux/mlx5/device.h:52:35: note: in expansion of macro ‘offsetof’ 52 | #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) | ^~~~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:1: note: in expansion of macro ‘__mlx5_dw_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/mlx5/driver.h:53: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:57:70: note: in expansion of macro ‘__mlx5_bit_off’ 57 | #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1f)) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:98:1: note: in expansion of macro ‘__mlx5_mask’ 98 | __mlx5_mask(typ, fld)) | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.o] Error 1 make[8]: *** Waiting for unfinished jobs.... ../drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c: In function ‘psp_rcv’: ../drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:141:13: warning: variable ‘spi’ set but not used [-Wunused-but-set-variable] 141 | u32 spi; | ^~~ make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.XNaTL4sAZM 2025-06-25 10:36:14.940881013 -0700 +++ /tmp/tmp.neQEjWWr5A 2025-06-25 10:36:48.531915658 -0700 @@ -135,0 +136,5 @@ +make[8]: *** Waiting for unfinished jobs.... +../drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c: In function ‘psp_rcv’: +../drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c:141:13: warning: variable ‘spi’ set but not used [-Wunused-but-set-variable] + 141 | u32 spi; + | ^~~ @@ -140 +144,0 @@ -make[4]: *** Waiting for unfinished jobs.... Per-file breakdown --- /tmp/tmp.f2Yl3h6tyT 2025-06-25 10:36:48.569246564 -0700 +++ /tmp/tmp.zW171iPv6o 2025-06-25 10:36:48.578246523 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c