From d1b6f8c7af0eb9a0a44b2d4723e58dde5eafa236 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 23 Apr 2020 16:47:21 -0400 Subject: kernel-5.7.0-0.rc2.20200423git7adc4b399952.1 * Thu Apr 23 2020 CKI@GitLab [5.7.0-0.rc2.20200423git7adc4b399952.1] - 7adc4b399952 rebase - Match template format in kernel.spec.template ("Justin M. Forbes") - Break out the Patches into individual files for dist-git ("Justin M. Forbes") - Break the Red Hat patch into individual commits (Jeremy Cline) - Adjust module filtering so CONFIG_DRM_DP_CEC can be set (Jeremy Cline) - Add a script to generate release tags and branches (Jeremy Cline) - Set CONFIG_VDPA for fedora ("Justin M. Forbes") - Provide defaults in ark-rebase-patches.sh (Jeremy Cline) - Default ark-rebase-patches.sh to not report issues (Jeremy Cline) Resolves: rhbz# Signed-off-by: Jeremy Cline --- ...-Soft-RoCE-Transport-driver-as-tech-previ.patch | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch (limited to '0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch') 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 new file mode 100644 index 000000000..97d5a1e97 --- /dev/null +++ b/0001-IB-rxe-Mark-Soft-RoCE-Transport-driver-as-tech-previ.patch @@ -0,0 +1,58 @@ +From c7b0e055fb9c5384e6abd297f478eb244c077c0a Mon Sep 17 00:00:00 2001 +From: Don Dutile +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 +RH-Acked-by: Jonathan Toppins +RH-Acked-by: Tony Camuso +RH-Acked-by: Honggang Li + +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 +--- + 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 4afdd2e20883..05e637aa0e3d 100644 +--- a/drivers/infiniband/sw/rxe/rxe.c ++++ b/drivers/infiniband/sw/rxe/rxe.c +@@ -335,6 +335,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.26.0 + -- cgit