commit | e0f8e8cf3bf9305f36155a5ac6e16b3b910e6cec | [log] [tgz] |
---|---|---|
author | Varun Prakash <varun@chelsio.com> | Sat May 27 20:22:51 2017 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Jun 02 14:59:19 2017 -0400 |
tree | 91a7bc5fa15c4065dffea3bcb162cbaa37ef8a65 | |
parent | 70bdf2026d905b8bfa0a455d35018df3e9777a6c [diff] |
scsi: cxgb4i: libcxgbi: in error case RST tcp conn If logout response is not received and ->ep_disconnect() is called then close tcp conn by RST instead of FIN to cleanup conn resources immediately. Also move ->csk_push_tx_frames() above 'done:' to avoid calling ->csk_push_tx_frames() in error cases. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>