forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/rdma/rdma Pull RDMA subsystem updates from Jason Gunthorpe: "Overall this cycle did not have any major excitement, and did not require any shared branch with netdev. Lots of driver updates, particularly of the scale-up and performance variety. The largest body of core work was Parav's patches fixing and restructing some of the core code to make way for future RDMA containerization. Summary: - misc small driver fixups to bnxt_re/hfi1/qib/hns/ocrdma/rdmavt/vmw_pvrdma/nes - several major feature adds to bnxt_re driver: SRIOV VF RoCE support, HugePages support, extended hardware stats support, and SRQ support - a notable number of fixes to the i40iw driver from debugging scale up testing - more work to enable the new hip08 chip in the hns driver - misc small ULP fixups to srp/srpt//ipoib - preparation for srp initiator and target to support the RDMA-CM protocol for connections - add RDMA-CM support to srp initiator, srp target is still a WIP - fixes for a couple of places where ipoib could spam the dmesg log - fix encode/decode of FDR/EDR data rates in the core - many patches from Parav with ongoing work to clean up inconsistencies and bugs in RoCE support around the rdma_cm - mlx5 driver support for the userspace features 'thread domain', 'wallclock timestamps' and 'DV Direct Connected transport'. Support for the firmware dual port rocee capability - core support for more than 32 rdma devices in the char dev allocation - kernel doc updates from Randy Dunlap - new netlink uAPI for inspecting RDMA objects similar in spirit to 'ss' - one minor change to the kobject code acked by Greg KH" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (259 commits) RDMA/nldev: Provide detailed QP information RDMA/nldev: Provide global resource utilization RDMA/core: Add resource tracking for create and destroy PDs RDMA/core: Add resource tracking for create and destroy CQs RDMA/core: Add resource tracking for create and destroy QPs RDMA/restrack: Add general infrastructure to track RDMA resources RDMA/core: Save kernel caller name when creating PD and CQ objects RDMA/core: Use the MODNAME instead of the function name for pd callers RDMA: Move enum ib_cq_creation_flags to uapi headers IB/rxe: Change RDMA_RXE kconfig to use select IB/qib: remove qib_keys.c IB/mthca: remove mthca_user.h RDMA/cm: Fix access to uninitialized variable RDMA/cma: Use existing netif_is_bond_master function IB/core: Avoid SGID attributes query while converting GID from OPA to IB RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure IB/umad: Fix use of unprotected device pointer IB/iser: Combine substrings for three messages IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out() IB/iser: Delete an error message for a failed memory allocation in iser_send_data_out() ...
- Loading branch information
Showing
187 changed files
with
10,240 additions
and
4,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6892,7 +6892,7 @@ M: Jason Gunthorpe <[email protected]> | |
L: [email protected] | ||
W: http://www.openfabrics.org/ | ||
Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git | ||
S: Supported | ||
F: Documentation/devicetree/bindings/infiniband/ | ||
F: Documentation/infiniband/ | ||
|
@@ -11218,7 +11218,8 @@ S: Maintained | |
F: drivers/firmware/qemu_fw_cfg.c | ||
|
||
QIB DRIVER | ||
M: Mike Marciniszyn <[email protected]> | ||
M: Dennis Dalessandro <[email protected]> | ||
M: Mike Marciniszyn <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/infiniband/hw/qib/ | ||
|
@@ -11245,7 +11246,6 @@ F: include/linux/qed/ | |
F: drivers/net/ethernet/qlogic/qede/ | ||
|
||
QLOGIC QL4xxx RDMA DRIVER | ||
M: Ram Amrani <[email protected]> | ||
M: Michal Kalderon <[email protected]> | ||
M: Ariel Elior <[email protected]> | ||
L: [email protected] | ||
|
@@ -11507,6 +11507,7 @@ F: drivers/net/ethernet/rdc/r6040.c | |
|
||
RDMAVT - RDMA verbs software | ||
M: Dennis Dalessandro <[email protected]> | ||
M: Mike Marciniszyn <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/infiniband/sw/rdmavt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.