On Thu, Aug 19, 2021 at 6:48 PM Jason Gunthorpe wrote: > > On Wed, Aug 18, 2021 at 08:25:53PM -0700, Selvin Xavier wrote: > > Fill the missing parameters for the FW command while > > querying SRQ. > > > > Fixes: 37cb11acf1f7 ("RDMA/bnxt_re: Add SRQ support for Broadcom adapters") > > Signed-off-by: Naresh Kumar PBS > > Signed-off-by: Selvin Xavier > > --- > > drivers/infiniband/hw/bnxt_re/qplib_fp.c | 2 ++ > > 1 file changed, 2 insertions(+) > > This commit message is not good enough for -rc, especially with a > fixes line so old. > > What is the user impact, how did this ever work? > This never worked. It's an issue with the query_srq only. So was missed in the testing of normal srq traffic. Will post it for rdma-next along with other patches. Thanks > Jason