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 updates from Jason Gunthorpe: "This contains a replacement driver for Intel iWarp hardware. This new driver supports the old ethernet hardware and also newer chips that can do ROCE. Other than that, this contains the typical mix of patches: - Driver updates and cleanups for bnxt_re, cxgb4, mlx4, and mlx5 - Many static checker driven code clean ups, including a wide refcount_t conversion - Several series for the hns driver, more HIP09 HW capabilities, migration to new HW register manipulators, and code cleanups - Minor fixes and improvements in srp, rts, and cm - Improvements throughout for sysfs related code to use DEVICE_ATTR_*, make the ib_port sysfs first-class, and overall use sysfs APIs properly - Intel's new irdma driver replacing i40iw - rxe general clean ups and Memory Window support" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (211 commits) RDMA/core: Always release restrack object RDMA/mlx5: Don't access NULL-cleared mpi pointer RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pbles RDMA/irdma: Check contents of user-space irdma_mem_reg_req object RDMA/rxe: Missing unlock on error in get_srq_wqe() RDMA/cma: Fix rdma_resolve_route() memory leak RDMA/core/sa_query: Remove unused argument RDMA/cma: Fix incorrect Packet Lifetime calculation RDMA/cma: Protect RMW with qp_mutex RDMA/cma: Remove unnecessary INIT->INIT transition RDMA/hns: Add window selection field of congestion control RDMA/hfi1: Remove use of kmap() RDMA/irdma: Remove use of kmap() RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1 IB/isert: Align target max I/O size to initiator size RDMA/hns: Fix incorrect vlan enable bit in QPC MAINTAINERS: Update Broadcom RDMA maintainers RDMA/irdma: Use the queried port attributes RDMA/rxe: Fix redundant skb_put_zero RDMA/rxe: Fix extra copy in prepare_ack_packet ...
- Loading branch information
Showing
233 changed files
with
38,023 additions
and
34,428 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 |
---|---|---|
|
@@ -731,26 +731,6 @@ Description: | |
is the irq number of "sdma3", and M is irq number of "sdma4" in | ||
the /proc/interrupts file. | ||
|
||
|
||
sysfs interface for Intel(R) X722 iWARP i40iw driver | ||
---------------------------------------------------- | ||
|
||
What: /sys/class/infiniband/i40iwX/hw_rev | ||
What: /sys/class/infiniband/i40iwX/hca_type | ||
What: /sys/class/infiniband/i40iwX/board_id | ||
Date: Jan, 2016 | ||
KernelVersion: v4.10 | ||
Contact: [email protected] | ||
Description: | ||
=============== ==== ======================== | ||
hw_rev: (RO) Hardware revision number | ||
|
||
hca_type: (RO) Show HCA type (I40IW) | ||
|
||
board_id: (RO) I40IW board ID | ||
=============== ==== ======================== | ||
|
||
|
||
sysfs interface for QLogic qedr NIC Driver | ||
------------------------------------------ | ||
|
||
|
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 |
---|---|---|
|
@@ -3737,9 +3737,6 @@ F: drivers/gpio/gpio-bcm-kona.c | |
|
||
BROADCOM NETXTREME-E ROCE DRIVER | ||
M: Selvin Xavier <[email protected]> | ||
M: Devesh Sharma <[email protected]> | ||
M: Somnath Kotur <[email protected]> | ||
M: Sriharsha Basavapatna <[email protected]> | ||
M: Naresh Kumar PBS <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -6779,7 +6776,6 @@ F: drivers/net/ethernet/emulex/benet/ | |
|
||
EMULEX ONECONNECT ROCE DRIVER | ||
M: Selvin Xavier <[email protected]> | ||
M: Devesh Sharma <[email protected]> | ||
L: [email protected] | ||
S: Odd Fixes | ||
W: http://www.broadcom.com | ||
|
@@ -9182,6 +9178,14 @@ F: drivers/net/ethernet/intel/*/ | |
F: include/linux/avf/virtchnl.h | ||
F: include/linux/net/intel/iidc.h | ||
|
||
INTEL ETHERNET PROTOCOL DRIVER FOR RDMA | ||
M: Mustafa Ismail <[email protected]> | ||
M: Shiraz Saleem <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/infiniband/hw/irdma/ | ||
F: include/uapi/rdma/irdma-abi.h | ||
|
||
INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | ||
M: Maik Broemme <[email protected]> | ||
L: [email protected] | ||
|
@@ -9421,14 +9425,6 @@ L: [email protected] | |
S: Supported | ||
F: drivers/cpufreq/intel_pstate.c | ||
|
||
INTEL RDMA RNIC DRIVER | ||
M: Faisal Latif <[email protected]> | ||
M: Shiraz Saleem <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/infiniband/hw/i40iw/ | ||
F: include/uapi/rdma/i40iw-abi.h | ||
|
||
INTEL SCU DRIVERS | ||
M: Mika Westerberg <[email protected]> | ||
S: Maintained | ||
|
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
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.