diff options
author | Matan Barak <matanb@mellanox.com> | 2013-11-06 23:21:50 +0100 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-11-17 08:22:09 -0800 |
commit | 69ad5da41b4ed94aef31d4111a3442cfd73ce570 (patch) | |
tree | b5fa67ae95a9352707b76a73b1040a235da570f7 /drivers/infiniband/Kconfig | |
parent | f21519b23c1b6fa25366be4114ccf7fcf1c190f9 (diff) | |
download | linux-stable-69ad5da41b4ed94aef31d4111a3442cfd73ce570.tar.gz linux-stable-69ad5da41b4ed94aef31d4111a3442cfd73ce570.tar.bz2 linux-stable-69ad5da41b4ed94aef31d4111a3442cfd73ce570.zip |
IB/core: Re-enable create_flow/destroy_flow uverbs
This commit reverts commit 7afbddfae993 ("IB/core: Temporarily disable
create_flow/destroy_flow uverbs"). Since the uverbs extensions
functionality was experimental for v3.12, this patch re-enables the
support for them and flow-steering for v3.13.
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/Kconfig')
-rw-r--r-- | drivers/infiniband/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index b84791f03a27..5ceda710f516 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -31,17 +31,6 @@ config INFINIBAND_USER_ACCESS libibverbs, libibcm and a hardware driver library from <http://www.openfabrics.org/git/>. -config INFINIBAND_EXPERIMENTAL_UVERBS_FLOW_STEERING - bool "Experimental and unstable ABI for userspace access to flow steering verbs" - depends on INFINIBAND_USER_ACCESS - depends on STAGING - ---help--- - The final ABI for userspace access to flow steering verbs - has not been defined. To use the current ABI, *WHICH WILL - CHANGE IN THE FUTURE*, say Y here. - - If unsure, say N. - config INFINIBAND_USER_MEM bool depends on INFINIBAND_USER_ACCESS != n |