Re: [PATCH rdma-core 03/27] mlx5: Enable debug functionality for vfio
From: Yishai Hadas <yishaih@nvidia.com>
Date: 2021-07-20 09:28:54
From: Yishai Hadas <yishaih@nvidia.com>
Date: 2021-07-20 09:28:54
On 7/20/2021 11:51 AM, Leon Romanovsky wrote:
On Tue, Jul 20, 2021 at 11:16:23AM +0300, Yishai Hadas wrote:quoted
From: Maor Gottlieb <redacted> Usage will be in next patches. Signed-off-by: Maor Gottlieb <redacted> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> --- providers/mlx5/mlx5.c | 28 ++++++++++++++-------------- providers/mlx5/mlx5.h | 4 ++++ 2 files changed, 18 insertions(+), 14 deletions(-)Probably, this patch will be needed to be changed after "Verbs logging API" PR https://github.com/linux-rdma/rdma-core/pull/1030 Thanks
Well, not really, this patch just reorganizes things inside mlx5 for code sharing. Yishai