From: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> RDMA/siw: Mark Software iWARP Driver as tech-preview Bugzilla: https://bugzilla.redhat.com/2023416 Upstream Status: RHEL only commit 3e19567150e8bdcd011ebdce2ea8c4dd1f2b4835 Author: Kamal Heib <kheib@xxxxxxxxxx> Date: Mon Nov 15 21:36:23 2021 +0200 RDMA/siw: Mark Software iWARP Driver as tech-preview Upstream status: RHEL-only Bugzilla: https://bugzilla.redhat.com/2023416 Due to the current status of soft-iWarp in the upstream kernel mark it as tech preview. Signed-off-by: Kamal Heib <kheib@xxxxxxxxxx> Signed-off-by: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> diff --git a/drivers/infiniband/sw/siw/siw_main.c b/drivers/infiniband/sw/siw/siw_main.c index blahblah..blahblah 100644 --- a/drivers/infiniband/sw/siw/siw_main.c +++ b/drivers/infiniband/sw/siw/siw_main.c @@ -539,6 +539,10 @@ static __init int siw_init_module(void) int rv; int nr_cpu; +#ifdef CONFIG_RHEL_DIFFERENCES + mark_tech_preview("Software iWARP Driver", THIS_MODULE); +#endif + if (SENDPAGE_THRESH < SIW_MAX_INLINE) { pr_info("siw: sendpage threshold too small: %u\n", (int)SENDPAGE_THRESH); -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1610 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure