Re: [PATCH for-next] RDMA/efa: Split hardware stats to device and port stats
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-16 13:46:27
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-16 13:46:27
On Mon, Jul 12, 2021 at 01:59:23PM +0300, Gal Pressman wrote:
The hardware stats API distinguishes between device and port statistics, split the EFA stats accordingly instead of always dumping everything. Reviewed-by: Firas JahJah <redacted> Reviewed-by: Yossi Leybovich <sleybo@amazon.com> Signed-off-by: Gal Pressman <redacted> --- drivers/infiniband/hw/efa/efa_verbs.c | 120 +++++++++++++++----------- 1 file changed, 71 insertions(+), 49 deletions(-)
Applied to for-next, thanks Jason