01 2017 档案

OvS: openflow param analysis
摘要:if need to add more parameter to add-flow actions, should change the following file: include/openvswitch/ofp-actions.h: As we can see, OFPACTS defines 阅读全文

posted @ 2017-01-18 18:08 三叁 阅读(202) 评论(0) 推荐(0)

OvS: data structure analysis
摘要:hmap usage: in include/openvswitch/shash.h, we have: at first glance, it is a hmap encapsulated in shash. In case we forget what is a hmap: Obviously, 阅读全文

posted @ 2017-01-15 13:05 三叁 阅读(322) 评论(0) 推荐(0)

OvS: ovs-ofctl adding parameters analysis
摘要:if using dpdk, then OvS' datapath folder is ignored. Only OvS' userspace code are in use. According to manpages of ovs-vsctl/ovs-dpctl, it says that t 阅读全文

posted @ 2017-01-04 15:45 三叁 阅读(485) 评论(0) 推荐(0)

导航