diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-07 09:54:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-07 09:54:44 -0500 |
commit | f7a55ba381de17d8e5511a97441944b797aa62a5 (patch) | |
tree | df2cb85063e94e396b776ea25c0e4b5f9f286c39 /0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch | |
parent | 5f7d08ee5f8b230f5dfb20783ec265ef40387520 (diff) | |
download | kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.gz kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.xz kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.zip |
kernel-5.9.0-0.rc8.20201007git7575fdda569b.29
* Wed Oct 07 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc8.20201007git7575fdda569b.29]
- Merge ark-patches
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch')
-rw-r--r-- | 0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch b/0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch deleted file mode 100644 index 3a6d56590..000000000 --- a/0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch +++ /dev/null @@ -1,58 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Don Dutile <ddutile@redhat.com> -Date: Tue, 24 Jul 2018 22:29:16 -0400 -Subject: [PATCH] IB/rxe: Mark Soft-RoCE Transport driver as tech-preview - -Message-id: <20180724222916.19362-1-ddutile@redhat.com> -Patchwork-id: 225418 -O-Subject: [PATCH RHEL-8.0] IB/rxe: Mark Soft-RoCE Transport driver as tech-preview. -Bugzilla: 1605216 -RH-Acked-by: Jarod Wilson <jarod@redhat.com> -RH-Acked-by: Jonathan Toppins <jtoppins@redhat.com> -RH-Acked-by: Tony Camuso <tcamuso@redhat.com> -RH-Acked-by: Honggang Li <honli@redhat.com> - -The Soft-RoCE driver implements the InfiniBand RDMA transport -over the Linux network stack. It enables a system with a -standard Ethernet adapter to interoperate with a RoCE -adapter or with another system running the RXE driver. - -Unfortunately, a wide range of tests and/or use-cases have shown -that the driver is not ready for enterprise use, and upstream bug -fixing may not be complete for RHEL-8.0. -Thus, recommendation from driver maintainer is to mark it as -tech-preview. It is expected that future bug fixes will enable it -to be upgraded to fully supported. In the mean time, it works -in a number of use cases, and can be used to demonstrate upstream -fixes on failing cases. - -Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1605216 -Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=17344161 - -Testing: -Simple boot test, and loading of rxe driver to show tech-preview -msg is generated in dmesg log. - -Upstream Status: RHEL only -Signed-off-by: Donald Dutile <ddutile@redhat.com -Signed-off-by: Herton R. Krzesinski <herton@redhat.com> ---- - drivers/infiniband/sw/rxe/rxe.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c -index 907203afbd99..6fbbe2b109d1 100644 ---- a/drivers/infiniband/sw/rxe/rxe.c -+++ b/drivers/infiniband/sw/rxe/rxe.c -@@ -303,6 +303,8 @@ static int __init rxe_module_init(void) - { - int err; - -+ mark_tech_preview("Soft-RoCE Transport Driver", THIS_MODULE); -+ - /* initialize slab caches for managed objects */ - err = rxe_cache_init(); - if (err) { --- -2.28.0 - |