Summary: | [tcp] Switching TCP CC algorithm panics on sparc64 with a complaint from the MMU | ||
---|---|---|---|
Product: | Base System | Reporter: | jau |
Component: | kern | Assignee: | freebsd-net (Nobody) <net> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | mmoll |
Priority: | Normal | ||
Version: | 9.1-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
jau
2013-04-23 12:10:01 UTC
In a sudden burst of inspiration I decided to check the same thing on PowerPC as well... # sysctl net.inet.tcp.cc.algorithm=htcp net.inet.tcp.cc.algorithm: newreno sysctl: net.inet.tcp.cc.algorithm=htcp: No such process If I replace htcp with e.g. cubic the result is quite analogous. So, the CC code does not seem all that healthy on PowerPC either. This PowerPC test was done using a 3 week old 9.1-STABLE... FreeBSD yggdrasil 9.1-STABLE FreeBSD 9.1-STABLE #0 r248939M: Mon Apr 1 20:22:53 EEST 2013 root@yggdrasil:/usr/obj/usr/src/sys/GENERIC powerpc --jau Responsible Changed From-To: freebsd-bugs->freebsd-net Over to maintainer(s). not reproducible anymore with a fresh -CURRENT on sparc64 |