Fix bnxt build in LINTLINT includes bnxt_re driver. Adjust the path in files, add missingfiles and add a new BNXT_C to build (which thinly wraps OFED versionwith bnxt specicif stuff).Sponsored
Fix bnxt build in LINTLINT includes bnxt_re driver. Adjust the path in files, add missingfiles and add a new BNXT_C to build (which thinly wraps OFED versionwith bnxt specicif stuff).Sponsored by: NetflixFixes: acd884dec99a ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
show more ...
bnxt_{en/re}: Update bnxt_en and bnxt_re MakefileReviewed by: impApproved by: impDifferential revision: https://reviews.freebsd.org/D45202
RDMA/bnxt_re: Add bnxt_re RoCE driverThis patch introduces the RoCE driver for theBroadcom NetXtreme-E 10/25/50/100/200G RoCE HCAs.The RoCE driver is a two part driver that relieson the bnxt_en
RDMA/bnxt_re: Add bnxt_re RoCE driverThis patch introduces the RoCE driver for theBroadcom NetXtreme-E 10/25/50/100/200G RoCE HCAs.The RoCE driver is a two part driver that relieson the bnxt_en NIC driver to operate. The changesneeded in the bnxt_en driver is included throughanother patch "L2-RoCE driver communication interface"in this set.Presently, There is no user space support, Hencerecommendation to use the krping kernel module fortesting. User space support will be incorporated insubsequent patch submissions.Reviewed by: impApproved by: impDifferential revision: https://reviews.freebsd.org/D45011