You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/rds: set the rds_ib_init_frag based on supported sge
The large fragment size requires the underlying HCA to support N sge. Thus,
this patch sets the rds_ib_init_frag based on the minimal of
(rds_ibdev->max_sge - 1) * PAGE_SIZE and the rds_ib_max_frag module_param.
Orabug: 27339270
Signed-off-by: Wei Lin Guay <[email protected]>
Reviewed-by: Håkon Bugge <[email protected]>
Tested-by: Shih-Yu Huang <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
(cherry picked from commit 045f0597f9ab6aa2750e0ae2c70ad452ced1a0f1)
(cherry picked from commit d9ee8414454c745e63f3148d2bfdb7c38f5811be)
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments