All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iscsi-target: fix login error when receiving is too fast
@ 2020-04-24 12:35 ` Hou Pu
  0 siblings, 0 replies; 18+ messages in thread
From: Hou Pu @ 2020-04-24 12:35 UTC (permalink / raw)
  To: martin.petersen, linux-scsi, target-devel; +Cc: mchristi, Hou Pu

Hi,
We encountered "iSCSI Login negotiation failed" several times.
After enable debug log in iscsi_target_nego.c of iSCSI target.
Error shows:
  "Got LOGIN_FLAGS_READ_ACTIVE=1, conn: xxxxxxxxxx >>>>"

Patch 1 is trying to fix this problem. Please see comment in patch 1
for details.

Changes from v3:
* Fix style problem found by checkpatch.pl.

Changes from v2:
* Improve comments in patch #1.
* Change bit possition of login_flags in patch #1.

Hou Pu (2):
  iscsi-target: fix login error when receiving is too fast
  iscsi-target: Fix inconsistent debug message in
    __iscsi_target_sk_check_close

 drivers/target/iscsi/iscsi_target_nego.c | 31 ++++++++++++++++++++++++++-----
 include/target/iscsi/iscsi_target_core.h |  9 +++++----
 2 files changed, 31 insertions(+), 9 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-04-29  6:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 12:35 [PATCH v3 0/2] iscsi-target: fix login error when receiving is too fast Hou Pu
2020-04-24 12:35 ` Hou Pu
2020-04-24 12:35 ` [PATCH v3 1/2] " Hou Pu
2020-04-24 12:35   ` Hou Pu
2020-04-24 17:01   ` Mike Christie
2020-04-24 17:01     ` Mike Christie
2020-04-25 17:45     ` Mike Christie
2020-04-25 17:45       ` Mike Christie
2020-04-26  5:49       ` [External] " Hou Pu
2020-04-26  5:49         ` Hou Pu
2020-04-26  6:09         ` Hou Pu
2020-04-26  6:09           ` Hou Pu
2020-04-28 17:50           ` Mike Christie
2020-04-28 17:50             ` Mike Christie
2020-04-29  6:59             ` Hou Pu
2020-04-29  6:59               ` Hou Pu
2020-04-24 12:35 ` [PATCH v3 2/2] iscsi-target: Fix inconsistent debug message in __iscsi_target_sk_check_close Hou Pu
2020-04-24 12:35   ` Hou Pu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.