Message ID | 20210615183148.1179042-1-devesh.sharma@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | Broadcom's user library update | expand |
@Jason Gunthorpe Build is not going through on these patches Build log #L12 Docker login fail with exit code 1 how to fix? On Wed, Jun 16, 2021 at 12:01 AM Devesh Sharma <devesh.sharma@broadcom.com> wrote: > > The 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. > > v4 -> v5 > - addressed few minor suggestion. > v3 -> v4 > - fixed build warning > v2 -> V3 > - Split the ABI change into separate patch > - committed ABI patch using standard rdma-core script. > > Devesh Sharma (5): > Update kernel headers > 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 | 25 ++ > providers/bnxt_re/memory.h | 37 ++- > providers/bnxt_re/verbs.c | 523 ++++++++++++++++++++---------- > 7 files changed, 429 insertions(+), 180 deletions(-) > > -- > 2.25.1 >