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]
Date:   Tue,  4 Dec 2018 18:02:59 -0800
From:   Saeed Mahameed <saeedm@...lanox.com>
To:     Leon Romanovsky <leonro@...lanox.com>, saeedm@...lanox.com
Cc:     netdev@...r.kernel.org, linux-rdma@...r.kernel.org,
        Jason Gunthorpe <jgg@...lanox.com>
Subject: [PATCH mlx5-next 0/4] mlx5 core CQE API and misc updates

Hi

This patchset is for mlx5-next shared branch, and will be applied there
once the review is done.

Patches 1,2,3 are trivial improvements to CQE API
1. return CQE pointer instead of void pointer in get_cqe function
2. helper function for retrieving the CQE opcode, used in rdma and netdev

Patch 4, Move flow counters data structures definition to c file.

Thanks,
Saeed.

---

Daniel Jurgens (1):
  net/mlx5: When fetching CQEs return CQE instead of void pointer

Saeed Mahameed (1):
  net/mlx5: Move flow counters data structures from flow steering header

Tariq Toukan (2):
  net/mlx5: Use helper to get CQE opcode
  IB/mlx5: Use helper to get CQE opcode

 drivers/infiniband/hw/mlx5/cq.c               |  8 +++----
 .../net/ethernet/mellanox/mlx5/core/en_rx.c   | 10 ++++----
 .../net/ethernet/mellanox/mlx5/core/en_tx.c   |  2 +-
 .../ethernet/mellanox/mlx5/core/fpga/conn.c   |  2 +-
 .../net/ethernet/mellanox/mlx5/core/fs_core.h | 23 -------------------
 .../ethernet/mellanox/mlx5/core/fs_counters.c | 23 +++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/wq.h  |  2 +-
 include/linux/mlx5/device.h                   |  5 ++++
 8 files changed, 40 insertions(+), 35 deletions(-)

-- 
2.19.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ