On Thu, Sep 10, 2020 at 09:21:09PM +0800, Weihang Li wrote: > HIP08 supports RC inline up to size of 32 Bytes, and all data should be > put into SQWQE. For HIP09, this capability is extended to 1024 Bytes, if > length of data is longer than 32 Bytes, they will be filled into extended > sge space. > > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_device.h | 2 + > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 196 +++++++++++++++++++++------- > drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 3 + > drivers/infiniband/hw/hns/hns_roce_qp.c | 13 +- > 4 files changed, 162 insertions(+), 52 deletions(-) Applied to for-next Thanks, Jason