On Fri, May 31, 2019 at 06:28:04PM +0800, Lijun Ou wrote: > We use a fifo queue to store srq wqe index and use bimap to just > use the corresponding srq index. When bitmap is full, the > srq wqe is more than the max number of srqwqe and it should > return error and notify the user. > > It will fix the patch("RDMA/hns: Bugfix for posting multiple srq work request") > > Signed-off-by: Lijun Ou <oulijun@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) I squashed this into the last patch, thanks Jason