linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/3] mlx5 QP cleanup (cont.)
@ 2020-05-06  6:55 Leon Romanovsky
  2020-05-06  6:55 ` [PATCH rdma-next 1/3] RDMA/mlx5: Update mlx5_ib to use new cmd interface Leon Romanovsky
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Romanovsky @ 2020-05-06  6:55 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Leon Romanovsky, linux-kernel, linux-rdma, Max Gurtovoy

From: Leon Romanovsky <leonro@mellanox.com>

Hi,

This short series continue to cleanup qp.c file, which grew
to be completely unmaintainable.

Thanks

Leon Romanovsky (2):
  RDMA/mlx5: Update mlx5_ib to use new cmd interface
  RDMA/mlx5: Move all WR logic from qp.c to separate file

Max Gurtovoy (1):
  RDMA/mlx5: Refactor mlx5_post_send() to improve readability

 drivers/infiniband/hw/mlx5/Makefile  |    3 +-
 drivers/infiniband/hw/mlx5/cmd.c     |  114 +-
 drivers/infiniband/hw/mlx5/cmd.h     |    4 +-
 drivers/infiniband/hw/mlx5/cong.c    |    4 +-
 drivers/infiniband/hw/mlx5/main.c    |   10 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h |    4 -
 drivers/infiniband/hw/mlx5/odp.c     |    5 +-
 drivers/infiniband/hw/mlx5/qp.c      | 1488 +------------------------
 drivers/infiniband/hw/mlx5/srq_cmd.c |  115 +-
 drivers/infiniband/hw/mlx5/wr.c      | 1504 ++++++++++++++++++++++++++
 drivers/infiniband/hw/mlx5/wr.h      |   76 ++
 11 files changed, 1680 insertions(+), 1647 deletions(-)
 create mode 100644 drivers/infiniband/hw/mlx5/wr.c
 create mode 100644 drivers/infiniband/hw/mlx5/wr.h

--
2.26.2


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

end of thread, other threads:[~2020-05-06 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06  6:55 [PATCH rdma-next 0/3] mlx5 QP cleanup (cont.) Leon Romanovsky
2020-05-06  6:55 ` [PATCH rdma-next 1/3] RDMA/mlx5: Update mlx5_ib to use new cmd interface Leon Romanovsky
2020-05-06  6:55 ` [PATCH rdma-next 2/3] RDMA/mlx5: Refactor mlx5_post_send() to improve readability Leon Romanovsky
2020-05-06  6:55 ` [PATCH rdma-next 3/3] RDMA/mlx5: Move all WR logic from qp.c to separate file Leon Romanovsky
2020-05-06 20:45 ` [PATCH rdma-next 0/3] mlx5 QP cleanup (cont.) 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).