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: reduce memory footprint during rds_sendmsg with IB transport
The RDS IB large fragment size feature requires order 2 memory allocations
and it introduces memory pressure in the allocation system. Thus, this
patch removes this dependency and uses multiple sge in the IB work requests
to support large fragment size.
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 0a5d76db3b352d06cf677c668d02e0326b20d8b1)
(cherry picked from commit c5cc5d4c5fb98f5d4fed920cd615b10f9b91ff00)
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments