aboutsummaryrefslogtreecommitdiffstats
diff options
authorChuck Lever <chuck.lever@oracle.com>2024-09-05 15:25:37 -0400
committerChuck Lever <chuck.lever@oracle.com>2025-05-17 12:54:14 -0400
commit7278569740f63b65f5d99629164a5311fcb37352 (patch)
tree616cde6df6caa5bc80f3b7581ece30a5193aeb12
parentb51223801f9ffbbf2343d6cb7aefdf766452a928 (diff)
siw: Enable try_gsonfsd-testing
Experimental. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
-rw-r--r--drivers/infiniband/sw/siw/siw_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/siw/siw_main.c b/drivers/infiniband/sw/siw/siw_main.c
index 5168307229a9e0..3e5e8725ed3e01 100644
--- a/drivers/infiniband/sw/siw/siw_main.c
+++ b/drivers/infiniband/sw/siw/siw_main.c
@@ -36,7 +36,7 @@ const bool zcopy_tx = true;
* large packets. try_gso = true lets siw try to use local GSO,
* if peer agrees. Not using GSO severly limits siw maximum tx bandwidth.
*/
-const bool try_gso;
+const bool try_gso = true;
/* Attach siw also with loopback devices */
const bool loopback_enabled = true;