All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Generate UDP src port with flow label or lqpn/rqpn
@ 2022-01-05  8:07 yanjun.zhu
  2022-01-05  8:07 ` [PATCH 1/4] RDMA/core: Calculate UDP source port based on " yanjun.zhu
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: yanjun.zhu @ 2022-01-05  8:07 UTC (permalink / raw)
  To: liangwenpeng, liweihang, jgg, mustafa.ismail, shiraz.saleem,
	zyjzyj2000, linux-rdma, yanjun.zhu

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.

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        |  5 +++++
 drivers/infiniband/sw/rxe/rxe_verbs.c      | 10 ++++++++++
 include/rdma/ib_verbs.h                    | 17 +++++++++++++++++
 4 files changed, 34 insertions(+), 10 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-01-05 14:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  8:07 [PATCH 0/4] Generate UDP src port with flow label or lqpn/rqpn yanjun.zhu
2022-01-05  8:07 ` [PATCH 1/4] RDMA/core: Calculate UDP source port based on " yanjun.zhu
2022-01-05 13:51   ` Mark Zhang
2022-01-05 14:11     ` Yanjun Zhu
2022-01-05  8:07 ` [PATCH 2/4] RDMA/hns: Replace get_udp_sport with rdma_get_udp_sport yanjun.zhu
2022-01-05  8:07 ` [PATCH 3/4] RDMA/irdma: Make the source udp port vary yanjun.zhu
2022-01-04 17:18   ` Saleem, Shiraz
2022-01-04 19:26     ` Leon Romanovsky
2022-01-05  0:41       ` Yanjun Zhu
2022-01-05  8:07 ` [PATCH 4/4] RDMA/rxe: Use the standard method to produce udp source port yanjun.zhu
2022-01-04 17:17   ` Saleem, Shiraz
2022-01-05  0:33     ` Yanjun Zhu
2022-01-05 13:10       ` Yanjun Zhu

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.