On Mon, May 17, 2021 at 7:08 PM Devesh Sharma wrote: > > On Mon, May 17, 2021 at 7:05 PM Devesh Sharma > wrote: > > > > The main focus of this patch series is to move SQ and RQ > > wqe posting indices from 128B fixed stride to 16B aligned stride. > > This allows more flexibility in choosing wqe size. > > > > > > Devesh Sharma (4): > > bnxt_re/lib: Read wqe mode from the driver > > bnxt_re/lib: add a function to initialize software queue > > bnxt_re/lib: Use separate indices for shadow queue > > bnxt_re/lib: Move hardware queue to 16B aligned indices > > > > kernel-headers/rdma/bnxt_re-abi.h | 5 +- > > providers/bnxt_re/bnxt_re-abi.h | 5 + > > providers/bnxt_re/db.c | 10 +- > > providers/bnxt_re/main.c | 4 + > > providers/bnxt_re/main.h | 26 ++ > > providers/bnxt_re/memory.h | 37 ++- > > providers/bnxt_re/verbs.c | 522 ++++++++++++++++++++---------- > > 7 files changed, 431 insertions(+), 178 deletions(-) > > > > -- > > 2.25.1 > > > Please ignore the "Internal" keyword in the subject line. > > -- > -Regards > Devesh Hi Leon, Do you have any comments on this series. For the subject line I can resend the series. -- -Regards Devesh