Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] cxgb4i: ignore informational act-open-rpl message

Ignore active open reply with status negative advice. This is an
informational message.

Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

authored by

Karen Xie and committed by
James Bottomley
150cca7c 38170fa8

+3
+3
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
··· 692 692 &csk->daddr.sin_addr.s_addr, ntohs(csk->daddr.sin_port), 693 693 atid, tid, status, csk, csk->state, csk->flags); 694 694 695 + if (status == CPL_ERR_RTX_NEG_ADVICE) 696 + goto rel_skb; 697 + 695 698 if (status && status != CPL_ERR_TCAM_FULL && 696 699 status != CPL_ERR_CONN_EXIST && 697 700 status != CPL_ERR_ARP_MISS)