On Mon, May 10, 2021 at 10:33:48AM +0530, Devesh Sharma wrote: > On Wed, May 5, 2021 at 10:41 PM Devesh Sharma > <devesh.sharma@xxxxxxxxxxxx> wrote: > > > > This patch series is a part of bigger feature submission which > > changes the wqe posting logic. The current series adds the > > ground work in the direction to change the wqe posting algorithm. > > > > v1->v2 > > - added Fixes tag > > - updated patch description > > - dropped if() check before free. > > > > Devesh Sharma (4): > > bnxt_re/lib: Check AH handler validity before use > > bnxt_re/lib: align base sq entry structure to 16B boundary > > bnxt_re/lib: consolidate hwque and swque in common structure > > bnxt_re/lib: query device attributes only once and store > > > > providers/bnxt_re/bnxt_re-abi.h | 24 ++--- > > providers/bnxt_re/db.c | 6 +- > > providers/bnxt_re/main.c | 31 +++--- > > providers/bnxt_re/main.h | 15 ++- > > providers/bnxt_re/verbs.c | 182 +++++++++++++++++--------------- > > 5 files changed, 138 insertions(+), 120 deletions(-) > > > > -- > > 2.25.1 > > > Hello Maintainers, Could you bless the V2 if there are no more > comments/suggestions... I planned to take it after rdma-core release (today/tomorrow). Thanks > > -- > -Regards > Devesh