All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qed: Enable RDMA relaxed ordering
@ 2021-08-22 18:54 Shai Malin
  2021-08-23 11:52 ` Leon Romanovsky
  0 siblings, 1 reply; 9+ messages in thread
From: Shai Malin @ 2021-08-22 18:54 UTC (permalink / raw)
  To: netdev, davem, kuba; +Cc: aelior, smalin, malin1024

Enable the RoCE and iWARP FW relaxed ordering.

Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: Shai Malin <smalin@marvell.com>
---
 drivers/net/ethernet/qlogic/qed/qed_rdma.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ethernet/qlogic/qed/qed_rdma.c b/drivers/net/ethernet/qlogic/qed/qed_rdma.c
index 4f4b79250a2b..496092655f26 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_rdma.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_rdma.c
@@ -643,6 +643,8 @@ static int qed_rdma_start_fw(struct qed_hwfn *p_hwfn,
 				    cnq_id);
 	}
 
+	p_params_header->relaxed_ordering = 1;
+
 	return qed_spq_post(p_hwfn, p_ent, NULL);
 }
 
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-25  9:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22 18:54 [PATCH] qed: Enable RDMA relaxed ordering Shai Malin
2021-08-23 11:52 ` Leon Romanovsky
2021-08-23 13:33   ` Jason Gunthorpe
2021-08-23 14:54     ` [EXT] " Ariel Elior
2021-08-23 15:17       ` Jason Gunthorpe
2021-08-24 12:24         ` Leon Romanovsky
2021-08-24 19:16           ` Ariel Elior
2021-08-24 19:42             ` Jason Gunthorpe
2021-08-25  9:35               ` Ariel Elior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.