netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2 net-next] cnic: set error flag when iSCSI connection fails
@ 2012-02-09  3:33 Michael Chan
  2012-02-09  3:33 ` [PATCH 2/2 net-next] cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATE Michael Chan
  2012-02-09 19:04 ` [PATCH 1/2 net-next] cnic: set error flag when iSCSI connection fails David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Chan @ 2012-02-09  3:33 UTC (permalink / raw)
  To: davem; +Cc: netdev

From: Jeffrey Huang <huangjw@broadcom.com>

to speed up error recovery due to SPQ failures.  The error flag will
expedite the recovery process by skipping the timeouts.

Signed-off-by: Jeffrey Huang <huangjw@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
---
 drivers/net/ethernet/broadcom/cnic.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/broadcom/cnic.c b/drivers/net/ethernet/broadcom/cnic.c
index 7381460..e236560 100644
--- a/drivers/net/ethernet/broadcom/cnic.c
+++ b/drivers/net/ethernet/broadcom/cnic.c
@@ -3927,6 +3927,8 @@ static void cnic_cm_process_kcqe(struct cnic_dev *dev, struct kcqe *kcqe)
 	case L4_KCQE_OPCODE_VALUE_CONNECT_COMPLETE:
 		if (l4kcqe->status == 0)
 			set_bit(SK_F_OFFLD_COMPLETE, &csk->flags);
+		else if (l4kcqe->status == L4_KCQE_COMPLETION_STATUS_NIC_ERROR)
+			set_bit(SK_F_HW_ERR, &csk->flags);
 
 		smp_mb__before_clear_bit();
 		clear_bit(SK_F_OFFLD_SCHED, &csk->flags);
-- 
1.6.4.GIT

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

end of thread, other threads:[~2012-02-09 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09  3:33 [PATCH 1/2 net-next] cnic: set error flag when iSCSI connection fails Michael Chan
2012-02-09  3:33 ` [PATCH 2/2 net-next] cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATE Michael Chan
2012-02-09 19:04   ` David Miller
2012-02-09 19:04 ` [PATCH 1/2 net-next] cnic: set error flag when iSCSI connection fails David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).