On Wed, Sep 09, 2020 at 04:57:28PM +0800, Weihang Li wrote: > From: Yangyang Li <liyangyang20@xxxxxxxxxx> > > HIP08 doesn't support modifying the maximum number of outstanding WR in an > SRQ. However, the driver does not return a failure message, and users may > mistakenly think that the resizing is executed successfully. So the driver > needs to intercept this operation. > > Signed-off-by: Yangyang Li <liyangyang20@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 4 ++++ > 1 file changed, 4 insertions(+) Missing fixes line? Jason