Re: [PATCH][next] net/mlx5: Fix bit-wise and with zero

2021-04-06 Thread Laurence Oberman
s.action & > + if (sa_ctx->fpga_xfrm->accel_xfrm.attrs.action == > MLX5_ACCEL_ESP_ACTION_DECRYPT) > ida_free(&fipsec->halloc, sa_ctx->sa_handle); > Looks correct to me with enum mlx5_accel_esp_action action; Reviewed-by Laurence Oberman

[PATCH net] qed: Disable "MFW indication via attention" SPAM every 5 minutes

2020-07-14 Thread Laurence Oberman
This is likely firmware causing this but its starting to annoy customers. Change the message level to verbose to prevent the spam. Note that this seems to only show up with ISCSI enabled on the HBA via the qedi driver. Signed-off-by: Laurence Oberman --- drivers/net/ethernet/qlogic/qed

[PATCH] qed (qed_int.c) disable "MFW indication via attention" SPAM every 5 minutes

2020-07-14 Thread Laurence Oberman
This is likely firmware causing this but its starting to annoy customers. Change the message level to verbose to prevent the spam. Note that this seems to only show up with ISCSI enabled on the HBA via the qedi driver. Signed-off-by: Laurence Oberman --- drivers/net/ethernet/qlogic/qed

Re: [PATCH] iscsi: qedi (qed_int.c) disable "MFW indication via attention" SPAM every 5 minutes

2020-07-14 Thread Laurence Oberman
On Mon, 2020-07-13 at 17:58 -0700, David Miller wrote: > From: Laurence Oberman > Date: Mon, 13 Jul 2020 17:15:41 -0400 > > > This is likely firmware causing this but its starting to annoy > customers. > > Change the message level to verbose to prevent the spam. > >

[PATCH] iscsi: qedi (qed_int.c) disable "MFW indication via attention" SPAM every 5 minutes

2020-07-13 Thread Laurence Oberman
This is likely firmware causing this but its starting to annoy customers. Change the message level to verbose to prevent the spam. Signed-off-by: Laurence Oberman --- drivers/net/ethernet/qlogic/qed/qed_int.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net