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 >