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
Before the commit 942d5a3 ("net/rds: reduce memory footprint
during ib_post_recv in IB transport"), rds_ib_allocation increases
by one. So the function atomic_add_unless will work. After the commit,
rds_ib_allocation increases by 4 if the frag is 16K. Then
atomic_add_unless will not work.
Fixes: 942d5a3 ("net/rds: reduce memory footprint during ib_post_recv in IB transport")
Orabug: 29003168
Signed-off-by: Zhu Yanjun <[email protected]>
Reported-by: Joe Jin <[email protected]>
Reviewed-by: Joe Jin <[email protected]>
Reviewed-by: Håkon Bugge <[email protected]>
0 commit comments