diff options
| author | Yi Zou <[email protected]> | 2011-04-09 08:34:12 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2011-04-27 02:18:04 -0700 |
| commit | 7aba7b077f638deb9569e0b36256cd9ae76e468c (patch) | |
| tree | 285f2bdcd12c06e371fa24d03921afdf4263b424 /include/linux | |
| parent | b32c8dcc33a74fb4f1e73ed2263504f5947ca76b (diff) | |
ixgbe: do not clear FCoE DDP error status for received ABTS
The ddp->err is initialized to be 1 to make sure outstanding DDP context is
guaranteed to be invalidated when HW is not auto-invalidating it. However,
in case of receiving ABTS response for a DDPed I/O, the ddp->err was cleared,
bypassing the invalidating of the DDP context from upper protocol stack when
ixgbe_fcoe_ddp_put() is called. This bug is fixed here by updating the error
only when FCP_RSP is received.
Signed-off-by: Yi Zou <[email protected]>
Tested-by: Ross Brattain <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions