「SWetworkBenchmark」修訂間的差異

出自申威CPU与嵌入式系统
跳至導覽 跳至搜尋
行 12: 行 12:
  
 
 网络拓扑
 
 网络拓扑
   xeon-----测试口1 ----->>>--------eth4(i350)---申威主板
+
<source lang="bash">
    |-----测试口2 -----<<<--------eth5(i350)---|
+
   xeon-----测试口1(A0:36:9F:96:06:2C) ----->>>--------dpdk0(i350)---申威主板
  # dpdktest_l3fwd -c 0xf -n 4 -- -p 0x3 --config="(0,0,1),(0,1,2),(1,0,1),(1,1,3)" --eth-dest=1,A0:36:9F:96:06:2E --eth-dest=0,A0:36:9F:96:06:2C 
+
    |-----测试口2(A0:36:9F:96:06:2E) -----<<<--------dpdk1(i350)---|
  参数说明:-c 0xf 使用16核
+
</source>
       -n 4  使用4个内存通道
 
       config (X,Y,Z) X:对应的网卡端口 Y:队列 Z:线程
 
       dest   xeon的对应网口及MAC
 
  
  # dpdk 16.04  + linux 4.4.150 + igb_uio + i350
+
<source lang="bash">
 +
# dpdk 16.04  + linux 4.4.150 + igb_uio + i350
 +
# dpdktest_l3fwd -c 0xf -n 4 -- -p 0x3 --config="(0,0,1),(0,1,2),(1,0,1),(1,1,3)" --eth-dest=1,A0:36:9F:96:06:2E --eth-dest=0,A0:36:9F:96:06:2C 
 
   
 
   
  maximal rate for packetsize 64: 1.49 Mpps, 761.94 MBit/s, 1000.04 MBit/s wire rate
+
maximal rate for packetsize 64: 1.49 Mpps, 761.94 MBit/s, 1000.04 MBit/s wire rate
  maximal rate for packetsize 128: 0.84 Mpps, 864.90 MBit/s, 1000.04 MBit/s wire rate
+
maximal rate for packetsize 128: 0.84 Mpps, 864.90 MBit/s, 1000.04 MBit/s wire rate
 +
</source>

於 2018年8月29日 (三) 12:07 的修訂

RFC2544 throughput

名稱 內容
測試工具 MoonGen
測試命令 ./build/MoonGen rfc2544/benchmarks/throughput.lua --txport 0 --rxport 1 --duration 10
發包設備 Intel XEON E5-2690 x 2; Intel X540-T2

網絡拓撲

  xeon-----测试口1(A0:36:9F:96:06:2C) ----->>>--------dpdk0(i350)---申威主板
     |-----测试口2(A0:36:9F:96:06:2E) -----<<<--------dpdk1(i350)---|
# dpdk 16.04  + linux 4.4.150 + igb_uio + i350
# dpdktest_l3fwd -c 0xf -n 4 -- -p 0x3 --config="(0,0,1),(0,1,2),(1,0,1),(1,1,3)" --eth-dest=1,A0:36:9F:96:06:2E --eth-dest=0,A0:36:9F:96:06:2C  
  
maximal rate for packetsize 64: 1.49 Mpps, 761.94 MBit/s, 1000.04 MBit/s wire rate
maximal rate for packetsize 128: 0.84 Mpps, 864.90 MBit/s, 1000.04 MBit/s wire rate