lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200506065513.4668-1-leon@kernel.org>
Date:   Wed,  6 May 2020 09:55:10 +0300
From:   Leon Romanovsky <leon@...nel.org>
To:     Doug Ledford <dledford@...hat.com>,
        Jason Gunthorpe <jgg@...lanox.com>
Cc:     Leon Romanovsky <leonro@...lanox.com>,
        linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org,
        Max Gurtovoy <maxg@...lanox.com>
Subject: [PATCH rdma-next 0/3] mlx5 QP cleanup (cont.)

From: Leon Romanovsky <leonro@...lanox.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ