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: start rdma listening after ib/iw initialization is done
This prevents RDS from handling incoming rdma packets before RDS
completes initializing its recv/send components.
We don't need to call rds_rdma_listen_stop() if rds_rdma_listen_init()
didn't succeed.
We only need to call rds_ib_exit() if rds_ib_init() succeeds but
other parts fail. The same applies to rds_iw_init()/rds_iw_exit().
So we need to change error handling sequence accordingly.
Jump to ib/iw error handling path when we get an err code from
rds_rdma_listen_init().
Orabug: 21684447
Signed-off-by: Qing Huang <[email protected]>
Signed-off-by: Mukesh Kacker <[email protected]>
Reviewed-by: Ajaykumar Hotchandani <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Orabug: 27364391
(cherry picked from commit 6d02e51)
cherry-pick-repo=linux-uek.git
Conflicts:
net/rds/rdma_transport.c
Signed-off-by: Gerd Rausch <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
Orabug: 33590097
UEK6 => UEK7
(cherry picked from commit cc2ca09)
cherry-pick-repo=UEK/production/linux-uek.git
Signed-off-by: Gerd Rausch <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
0 commit comments