2019/10/18 问题汇总

  1. 关于ovs(一)IP地址
    2019/10/18 问题汇总
  2. 关于OVS(一)MAC
    2019/10/18 问题汇总
  3. 关于Linux(mininet introduction)
    shell’s wait mechanism
  4. mininet introduction
    [email protected]:/usr/lib/python2.7/dist-packages/mininet/examples# python hwintf.py
    *** Connecting to hw intf: eth1*** Checking eth1
    Error: eth1 does not exist! 查看源码:未配置Eth1 ,尚未解决
  5. concept
    H1 will generate a TCP flow to H3 with maximum rate from T=0sec (topology built) to T=20sec; H2 will generate a TCP flow to H4 from T=10sec to T=30sec.
    what does it mean

job control (&,?jobs,?kill)???的含义

cfs和rt是什么,cpu.py里出现的
limit.py中也出现了
for sched in ‘rt’, ‘cfs’:

@classmethod是什么 #pylint:是什么约定俗成的吗
HOSTDEF = ‘proc’
HOSTS = { ‘proc’: Host,
‘rt’: specialClass( CPULimitedHost, defaults=dict( sched=‘rt’ ) ),
‘cfs’: specialClass( CPULimitedHost, defaults=dict( sched=‘cfs’ ) ) }
不是很理解
‘tc’: TCLink,
‘tcu’: TCULink也不知道