Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290067
b: refs/heads/master
c: 0cb1f4b
h: refs/heads/master
i:
  290065: 19dad8c
  290063: 834aea6
v: v3
  • Loading branch information
Jeffrey Huang authored and David S. Miller committed Feb 9, 2012
1 parent 5e622a1 commit 5bdc0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a584b7ae4ef01425f6827657abdc3e4db49b3578
refs/heads/master: 0cb1f4b96092b9d91d4e50d5c77b424745cd1102
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/broadcom/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5bdc0ad

Please sign in to comment.