История изменений
Исправление ne-vlezay, (текущая версия) :
А как тогда розработчики этой системы планируют через неё 10Gbe передавать?
http://man.openbsd.org/ix
http://man.openbsd.org/OpenBSD-current/man4/msk.4
Одному, кстати 7,2Gbps на openbsd удалось выжать.
# server: ifconfig ix0 mtu 9000 && iperf -s -w 256k
# client: ifconfig ix0 mtu 9000 && iperf -c 192.168.1.3 -w 256k -m
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 8.39 GBytes 7.21 Gbits/sec
[ 3] MSS size 8948 bytes (MTU 8988 bytes, unknown interface)
http://openbsd-archive.7691.n7.nabble.com/10GbE-Intel-X540-performance-on-Ope...
А ещё вот:
Geoff Steckel
First, 80% interrupt time says that there's really no more time to process packets. AFAIK, OpenBSD only processes interrupts on CPU0. If 127.0.0.1 only got 12Gb/S, that strongly suggests that it can't process fast enough to handle a real 10Gb/S load.
Мне кстати, мочиму-то на моём AMD Phenom(tm) II X4 965 Processor выше 2,4Gbps на lo достичь не удалось.
Исходная версия ne-vlezay, :
А как тогда розработчики этой системы планируют через неё 10Gbe передавать?
http://man.openbsd.org/ix
http://man.openbsd.org/OpenBSD-current/man4/msk.4
Одному, кстати 7,2Gbps на openbsd удалось выжать.
# server: ifconfig ix0 mtu 9000 && iperf -s -w 256k
# client: ifconfig ix0 mtu 9000 && iperf -c 192.168.1.3 -w 256k -m
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 8.39 GBytes 7.21 Gbits/sec
[ 3] MSS size 8948 bytes (MTU 8988 bytes, unknown interface)
http://openbsd-archive.7691.n7.nabble.com/10GbE-Intel-X540-performance-on-Ope...
А ещё вот:
Geoff Steckel
First, 80% interrupt time says that there's really no more time to process packets. AFAIK, OpenBSD only processes interrupts on CPU0. If 127.0.0.1 only got 12Gb/S, that strongly suggests that it can't process fast enough to handle a real 10Gb/S load.