summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_input.c
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2009-07-06 10:45:01 (GMT)
committerDavid S. Miller <davem@davemloft.net>2009-07-07 01:07:52 (GMT)
commitb7cb8c2c8275ab081b97610b13a83c80904571a6 (patch)
treed65785b59b2adadc5e428392ecde3144afc0e70c /net/ipv6/ip6_input.c
parentedbbb3ca107715067b27a71e6ea7f58750912aa2 (diff)
downloadlinux-b7cb8c2c8275ab081b97610b13a83c80904571a6.tar.xz
e1000: fix flow control thresholds
when testing the jumbo frames with pages patch, the stats would show rx_missed errors (dropped packets) even when connected to a link partner with flow control enabled. this indicates that for this MTU (9000) the flow control thresholds are not adjusting correctly. In fact, before this change, the FCRTH (xoff threshold) is 36864 when the fifo size is only 40000, with 9000 byte MTU. fix it so that we at least have room for one frame after we send the xoff. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_input.c')
0 files changed, 0 insertions, 0 deletions