linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Generate UDP src port with flow label or lqpn/rqpn
@ 2022-01-06 18:03 yanjun.zhu
  2022-01-06 18:03 ` [PATCH v3 1/4] RDMA/core: Calculate UDP source port based on " yanjun.zhu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: yanjun.zhu @ 2022-01-06 18:03 UTC (permalink / raw)
  To: jgg, mustafa.ismail, shiraz.saleem, zyjzyj2000, linux-rdma,
	yanjun.zhu, leonro

From: Zhu Yanjun <yanjun.zhu@linux.dev>

Follow the advice from Leon Romanovsky, rdma_get_udp_sport is moved to
ib_verbs.h. several drivers generate udp source port with this function.

---
v2->v3:Because in-subnet communications, GRH is optional. Without thei
       randomization for src_port done in rxe_qp_init_req, udp source
       port will be 0xC000 in that case.
v1->v2:Remove the local variables in commits "RDMA/irdma: Make the source
       udp port vary" and "RDMA/rxe: Use the standard method to produce
       udp source port". A new commit is added to remove the redundant
       randomization for UDP source port in RXE.
---



Zhu Yanjun (4):
  RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpn
  RDMA/hns: Replace get_udp_sport with rdma_get_udp_sport
  RDMA/irdma: Make the source udp port vary
  RDMA/rxe: Use the standard method to produce udp source port

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 12 ++----------
 drivers/infiniband/hw/irdma/verbs.c        |  4 ++++
 drivers/infiniband/sw/rxe/rxe_verbs.c      |  6 ++++++
 include/rdma/ib_verbs.h                    | 17 +++++++++++++++++
 4 files changed, 29 insertions(+), 10 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-01-07 23:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-06 18:03 [PATCH v3 0/4] Generate UDP src port with flow label or lqpn/rqpn yanjun.zhu
2022-01-06 18:03 ` [PATCH v3 1/4] RDMA/core: Calculate UDP source port based on " yanjun.zhu
2022-01-06 18:03 ` [PATCH v3 2/4] RDMA/hns: Replace get_udp_sport with rdma_get_udp_sport yanjun.zhu
2022-01-07 10:03   ` Wenpeng Liang
2022-01-06 18:03 ` [PATCH v3 3/4] RDMA/irdma: Make the source udp port vary yanjun.zhu
2022-01-06 18:03 ` [PATCH v3 4/4] RDMA/rxe: Use the standard method to produce udp source port yanjun.zhu
2022-01-07 23:39 ` [PATCH v3 0/4] Generate UDP src port with flow label or lqpn/rqpn Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).