Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289847
b: refs/heads/master
c: 6f70624
h: refs/heads/master
i:
  289845: fb8b7cc
  289843: 2a39cfd
  289839: e722282
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 1, 2012
1 parent fea8d4c commit bb62f1c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e6ec26935aec629f03e76c67f3bbda68dd0155e2
refs/heads/master: 6f7062457fc98e1fa22f74d8f386ed241213dec6
8 changes: 5 additions & 3 deletions trunk/net/core/netpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ static atomic_t trapped;
#define NETPOLL_RX_ENABLED 1
#define NETPOLL_RX_DROP 2

#define MAX_SKB_SIZE \
(MAX_UDP_CHUNK + sizeof(struct udphdr) + \
sizeof(struct iphdr) + sizeof(struct ethhdr))
#define MAX_SKB_SIZE \
(sizeof(struct ethhdr) + \
sizeof(struct iphdr) + \
sizeof(struct udphdr) + \
MAX_UDP_CHUNK)

static void zap_completion_queue(void);
static void arp_reply(struct sk_buff *skb);
Expand Down

0 comments on commit bb62f1c

Please sign in to comment.