[PATCH rdma-next 0/2] RoCE ICRC counter
From: Leon Romanovsky <leon@kernel.org>
Date: 2018-06-21 12:38:02
Also in:
linux-rdma
From: Leon Romanovsky <leon@kernel.org>
Date: 2018-06-21 12:38:02
Also in:
linux-rdma
From: Leon Romanovsky <redacted> Hi, This series exposes RoCE ICRC counter through existing RDMA hw_counters sysfs interface. First patch has all HW definitions in mlx5_ifc.h file and second patch is actual counter implementation. Thanks Talat Batheesh (2): net/mlx5: Add RoCE RX ICRC encapsulated counter IB/mlx5: Support RoCE ICRC encapsulated error counter drivers/infiniband/hw/mlx5/cmd.c | 12 +++++++ drivers/infiniband/hw/mlx5/cmd.h | 1 + drivers/infiniband/hw/mlx5/main.c | 62 ++++++++++++++++++++++++++++++++++-- drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + include/linux/mlx5/mlx5_ifc.h | 11 +++++-- 5 files changed, 81 insertions(+), 6 deletions(-)