Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328121
b: refs/heads/master
c: 404f7c9
h: refs/heads/master
i:
  328119: 9203d87
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 27, 2012
1 parent f2c5509 commit 87a7560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 69b08f62e17439ee3d436faf0b9a7ca6fffb78db
refs/heads/master: 404f7c9e118e0c92902afe1853d35f5638fe4a4c
6 changes: 2 additions & 4 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,18 +338,16 @@ struct napi_struct {

unsigned long state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
#ifdef CONFIG_NETPOLL
spinlock_t poll_lock;
int poll_owner;
#endif

unsigned int gro_count;

struct net_device *dev;
struct list_head dev_list;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct list_head dev_list;
};

enum {
Expand Down

0 comments on commit 87a7560

Please sign in to comment.