mbox series

[for-next,0/2] Support query vf caps

Message ID 20230304091555.2241298-1-xuhaoyue1@hisilicon.com (mailing list archive)
Headers show
Series Support query vf caps | expand

Message

Haoyue Xu March 4, 2023, 9:15 a.m. UTC
VF originally used default caps in the driver.
The patchset add a command to query the VF's caps,
which makes it more extensible.

Yixing Liu (2):
  RDMA/hns: Add new cmq command to support query vf caps
  RDMA/hns: remove set_default function

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 191 ++++++---------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  37 +---
 2 files changed, 61 insertions(+), 167 deletions(-)

Comments

Leon Romanovsky March 14, 2023, 10 a.m. UTC | #1
On Sat, Mar 04, 2023 at 05:15:53PM +0800, Haoyue Xu wrote:
> VF originally used default caps in the driver.
> The patchset add a command to query the VF's caps,
> which makes it more extensible.
> 
> Yixing Liu (2):
>   RDMA/hns: Add new cmq command to support query vf caps
>   RDMA/hns: remove set_default function

I squashed these two commits into one and applied.

Thanks

> 
>  drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 191 ++++++---------------
>  drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  37 +---
>  2 files changed, 61 insertions(+), 167 deletions(-)
> 
> -- 
> 2.30.0
>
Leon Romanovsky March 14, 2023, 10:01 a.m. UTC | #2
On Sat, 04 Mar 2023 17:15:53 +0800, Haoyue Xu wrote:
> VF originally used default caps in the driver.
> The patchset add a command to query the VF's caps,
> which makes it more extensible.
> 
> Yixing Liu (2):
>   RDMA/hns: Add new cmq command to support query vf caps
>   RDMA/hns: remove set_default function
> 
> [...]

Applied, thanks!

[1/2] RDMA/hns: Add new command to support query vf caps
      https://git.kernel.org/rdma/rdma/c/faa63656fc361e
[2/2] RDMA/hns: Remove set_default function
      (no commit info)

Best regards,