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: 26770234
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]>
Signed-off-by: Dhaval Giani <[email protected]>
0 commit comments