Message ID | 20210603131534.982257-1-devesh.sharma@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | Broadcom's driver add global atomics | expand |
On Thu, Jun 03, 2021 at 06:45:31PM +0530, Devesh Sharma wrote: > Adding automated detection and enablement of global PCI atomic > operation support. > Updated to ABI to pass wqe-mode to user to support rdma-core > pull request: > https://github.com/linux-rdma/rdma-core/pull/1007 > > v6->v7 > updated error return type to -EOPNOTSUPP > v5->v6 > dropped fixes tag > v4->v5 > fixed commit msg in patch 0001 > fixed mixing of int with bool > v3->v4 > removed redundant code to enable global atomics > refactored to honor standard error codes. > v2->v3 > Added additional patch to update ABI. A PR corresponding to this > is open. > > V1->V2 > renamed bnxt_qplib_enable_atomic_ops_to_root to > bnxt_qplib_determine_atomics > > Devesh Sharma (3): > RDMA/bnxt_re: Enable global atomic ops if platform supports > bnxt_re: Update maintainers list I took these two to for-next, thanks Jason