History log of /freebsd/sys/dev/bnxt/bnxt_re/ib_verbs.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 84d7ec4c 31-Oct-2024 Justin Hibbits <jhibbits@FreeBSD.org>

bnxt: Use IfAPI accessors where able

Summary:
Don't directly access ifnet members, it's a private structure.

Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/

bnxt: Use IfAPI accessors where able

Summary:
Don't directly access ifnet members, it's a private structure.

Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D47353

show more ...


Revision tags: release/13.4.0, release/14.1.0
# acd884de 28-May-2024 Sumit Saxena <ssaxena@FreeBSD.org>

RDMA/bnxt_re: Add bnxt_re RoCE driver

This patch introduces the RoCE driver for the
Broadcom NetXtreme-E 10/25/50/100/200G RoCE HCAs.

The RoCE driver is a two part driver that relies
on the bnxt_en

RDMA/bnxt_re: Add bnxt_re RoCE driver

This patch introduces the RoCE driver for the
Broadcom NetXtreme-E 10/25/50/100/200G RoCE HCAs.

The RoCE driver is a two part driver that relies
on the bnxt_en NIC driver to operate. The changes
needed in the bnxt_en driver is included through
another patch "L2-RoCE driver communication interface"
in this set.

Presently, There is no user space support, Hence
recommendation to use the krping kernel module for
testing. User space support will be incorporated in
subsequent patch submissions.

Reviewed by: imp
Approved by: imp
Differential revision: https://reviews.freebsd.org/D45011

show more ...