Skip to content

Commit

Permalink
cxgb4vf: fix bug in Generic Receive Offload
Browse files Browse the repository at this point in the history
Fix botch in Generic Receive Offload (the Packet Gather List Total length
field wasn't being initialized).

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Casey Leedom authored and David S. Miller committed Nov 12, 2010
1 parent 53c7886 commit b94e72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/cxgb4vf/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,7 @@ int process_responses(struct sge_rspq *rspq, int budget)
}
len = RSPD_LEN(len);
}
gl.tot_len = len;

/*
* Gather packet fragments.
Expand Down

0 comments on commit b94e72e

Please sign in to comment.