mbox series

[V2,mlx5-next,0/4] mlx5 core CQE API and misc updates

Message ID 20181205230810.1886-1-saeedm@mellanox.com
Headers show
Series mlx5 core CQE API and misc updates | expand

Message

Saeed Mahameed Dec. 5, 2018, 11:08 p.m. UTC
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.

V1->v2:
	- move #include <llist.h> in patch 4

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 | 24 -------------------
 .../ethernet/mellanox/mlx5/core/fs_counters.c | 24 +++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/wq.h  |  2 +-
 include/linux/mlx5/device.h                   |  5 ++++
 8 files changed, 41 insertions(+), 36 deletions(-)

Comments

Saeed Mahameed Dec. 10, 2018, 2:18 a.m. UTC | #1
On Wed, Dec 5, 2018 at 3:08 PM Saeed Mahameed <saeedm@mellanox.com> wrote:
>
> 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.
>
> V1->v2:
>         - move #include <llist.h> in patch 4
>

Applied to mlx5-next.

Thanks.