-
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.
Staging: Add staging/rdma directory and update MAINTAINERS
Create the rdma directory in the staging area for use as we deprecate some older drivers and as we bring in some new drivers that are in need of work. Update the MAINTAINERS file so that updates to these files go to linux-rdma@vger.kernel.org. Expected lifespan of this directory is three releases for any deprecated drivers moved here and an unknown, but theoretically bounded amount of time for the new drivers as a new core RDMA transfer library needs to be written and the drivers modified to use it in order for them to move out of this directory. Signed-off-by: Doug Ledford <dledford@redhat.com>
- Loading branch information
Doug Ledford
committed
Aug 29, 2015
1 parent
84cc6ac
commit 2dfcad3
Showing
5 changed files
with
30 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
menuconfig STAGING_RDMA | ||
bool "RDMA staging drivers" | ||
depends on INFINIBAND | ||
depends on PCI || BROKEN | ||
depends on HAS_IOMEM | ||
depends on NET | ||
depends on INET | ||
default n | ||
---help--- | ||
This option allows you to select a number of RDMA drivers that | ||
fall into one of two categories: deprecated drivers being held | ||
here before finally being removed or new drivers that still need | ||
some work before being moved to the normal RDMA driver area. | ||
|
||
If you wish to work on these drivers, to help improve them, or | ||
to report problems you have with them, please use the | ||
linux-rdma@vger.kernel.org mailing list. | ||
|
||
If in doubt, say N here. | ||
|
||
|
||
# Please keep entries in alphabetic order | ||
if STAGING_RDMA | ||
|
||
endif |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Entries for RDMA_STAGING tree |