Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132063
b: refs/heads/master
c: 5de2234
h: refs/heads/master
i:
  132061: 6d75cce
  132059: 6a2f295
  132055: 906f884
  132047: e5518c6
  132031: 0c47f96
v: v3
  • Loading branch information
Maciej Sosnowski authored and Dan Williams committed Mar 4, 2009
1 parent 39cf4f8 commit f597ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2b8a6bf896ef47cc7d84c503079cc7b99789f9fa
refs/heads/master: 5de22343b2303b278ab562e5d166ffe306566d30
4 changes: 3 additions & 1 deletion trunk/drivers/dma/ioatdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,14 @@ static inline void ioat_set_tcp_copy_break(struct ioatdma_device *dev)
#ifdef CONFIG_NET_DMA
switch (dev->version) {
case IOAT_VER_1_2:
case IOAT_VER_3_0:
sysctl_tcp_dma_copybreak = 4096;
break;
case IOAT_VER_2_0:
sysctl_tcp_dma_copybreak = 2048;
break;
case IOAT_VER_3_0:
sysctl_tcp_dma_copybreak = 262144;
break;
}
#endif
}
Expand Down

0 comments on commit f597ce0

Please sign in to comment.