Re: [PATCH for-next] RDMA/hns: Refactor capability configuration flow of VF
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:34:54
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:34:54
On Mon, May 24, 2021 at 08:47:08PM +0800, Weihang Li wrote:
From: Xi Wang <redacted> The capbability configurations of PFs and VFs are coupled. Decoupling them by abstracting some functions and reorganizing the configuration process. Signed-off-by: Xi Wang <redacted> Signed-off-by: Yixing Liu <redacted> Signed-off-by: Weihang Li <redacted> --- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 300 +++++++++++++++-------------- drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 2 +- 2 files changed, 156 insertions(+), 146 deletions(-)
Applied to for-next, thanks Jason