摘要:
OVS 总体架构、源码结构及数据流程全面解析 http://www.cnblogs.com/bakari/p/8097478.html 从 Bridge 到 OVS,探索虚拟交换机 http://www.cnblogs.com/bakari/p/8097439.html 阅读全文
posted @ 2018-09-14 01:09
heimafeitian
阅读(216)
评论(0)
推荐(0)
摘要:
1、总体设计 (https://www.edge-core.com/productsList.php?cls=1&cls2=5&cls3=67) 基于 Facebook’s Wedge 100 design. 30个QSFP28光模块 使用broadcom Tomahawk 3.2 Tbps 芯片 阅读全文
posted @ 2018-09-14 01:03
heimafeitian
阅读(225)
评论(0)
推荐(0)
摘要:
有哪些比较好的OpenStack的学习资源? https://www.zhihu.com/question/20701277 如何成为OpenStack工程师 http://way4ever.com/?p=349 阅读全文
posted @ 2018-09-14 00:56
heimafeitian
阅读(103)
评论(0)
推荐(0)
摘要:
1、onos下载编译 https://github.com/opennetworkinglab/onos 1)下载源代码 git clone https://gerrit.onosproject.org/onos 2)下载编译工具 sudo apt-get install software-prop 阅读全文
posted @ 2018-09-14 00:55
heimafeitian
阅读(649)
评论(0)
推荐(0)
摘要:
https://www.sdnlab.com/5365.html vm1配置: # ovs-vsctl add-br br0# ovs-vsctl add-br br1# ovs-vsctl add-port br0 eth0 //eth0是物理网口的名字# ifconfig eth0 0 up & 阅读全文
posted @ 2018-09-14 00:53
heimafeitian
阅读(310)
评论(0)
推荐(0)
摘要:
https://github.com/p4lang/behavioral-model 1、安装工具 install_deps.sh 2、编译behavioral-model ./autogen.sh ./configuremake[sudo] make install # if you need t 阅读全文
posted @ 2018-09-14 00:51
heimafeitian
阅读(175)
评论(0)
推荐(0)
摘要:
https://p4.org/p4/advancing-disaggregation-through-p4-runtime-integration.html It’s a bit of an understatement to say that networking and distributed 阅读全文
posted @ 2018-09-14 00:50
heimafeitian
阅读(863)
评论(0)
推荐(0)
摘要:
1、下载:http://core.dpdk.org/download/ 2、编译:http://core.dpdk.org/doc/quick-start/ Extract sources Enable pcap (libpcap headers are required). Build libra 阅读全文
posted @ 2018-09-14 00:48
heimafeitian
阅读(430)
评论(0)
推荐(0)
摘要:
1、code fdio: github:https://github.com/FDio/vpp 2、compile cd vpp; make install-dep 下载依赖包cd vpp/build-root; make distclean; ./boostrap.shcd vpp;make; m 阅读全文
posted @ 2018-09-14 00:47
heimafeitian
阅读(386)
评论(0)
推荐(0)
摘要:
1、 FP2网络处理器的背景知识 在http://www.newelectronics.co.uk/article/22079/Pushing-packet-performance.aspx 公布了下述关系P2的技术细节: The p-chip’s role is to inspect packet 阅读全文
posted @ 2018-09-14 00:46
heimafeitian
阅读(755)
评论(1)
推荐(0)