Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171961
b: refs/heads/master
c: f30eb23
h: refs/heads/master
i:
  171959: 6b6c660
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 26, 2009
1 parent 17bf8c5 commit 7b9f1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8be4f3e6f7b670529bd67aa1f0319bec1e29ebcf
refs/heads/master: f30eb23ea50a6be7ea282a2dc3909119892ebc79
4 changes: 1 addition & 3 deletions trunk/drivers/net/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static const char *payload_msg =
* @flush: Drop all packets in efx_loopback_rx_packet
* @packet_count: Number of packets being used in this test
* @skbs: An array of skbs transmitted
* @offload_csum: Checksums are being offloaded
* @rx_good: RX good packet count
* @rx_bad: RX bad packet count
* @payload: Payload used in tests
Expand All @@ -63,10 +64,7 @@ struct efx_loopback_state {
bool flush;
int packet_count;
struct sk_buff **skbs;

/* Checksums are being offloaded */
bool offload_csum;

atomic_t rx_good;
atomic_t rx_bad;
struct efx_loopback_payload payload;
Expand Down

0 comments on commit 7b9f1d3

Please sign in to comment.