Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220301
b: refs/heads/master
c: 99c8da0
h: refs/heads/master
i:
  220299: 160b423
v: v3
  • Loading branch information
Hank Janssen authored and Greg Kroah-Hartman committed Oct 12, 2010
1 parent 1933731 commit 09a20df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 13da8f0d469025f216498f12120f55fda3ebae71
refs/heads/master: 99c8da0f4f4f1d14a8cd42b29dfa5625a1491662
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct netvsc_driver_context {
/* Need this many pages to handle worst case fragmented packet */
#define PACKET_PAGES_HIWATER (MAX_SKB_FRAGS + 2)

static int ring_size = roundup_pow_of_two(2*MAX_SKB_FRAGS+1);
static int ring_size = 128;
module_param(ring_size, int, S_IRUGO);
MODULE_PARM_DESC(ring_size, "Ring buffer size (# of pages)");

Expand Down

0 comments on commit 09a20df

Please sign in to comment.