随笔分类 -  ovs

1 2 3 4 下一页

ovs contrack
摘要:[root@bogon SOURCES]# ovs-vsctl add-br br0 [root@bogon SOURCES]# ovs-vsctl add-port br0 veth_l0 [root@bogon SOURCES]# ovs-vsctl add-port br0 veth_r0 [ 阅读全文

posted @ 2021-08-02 12:03 tycoon3 阅读(288) 评论(0) 推荐(0) 编辑

antrea
摘要:root@ubuntu:~# kubectl apply -f ./antrea/build/yamls/antrea.yml customresourcedefinition.apiextensions.k8s.io/antreaagentinfos.clusterinformation.antr 阅读全文

posted @ 2021-05-28 12:02 tycoon3 阅读(310) 评论(0) 推荐(0) 编辑

ovs 流表学习learn
摘要:UNDERSTANDING OPENFLOW RULES OpenVswitch (OVS) is a virtual switch that connects virtual machines together using virtual links and ports. Traditionall 阅读全文

posted @ 2021-05-16 23:15 tycoon3 阅读(431) 评论(0) 推荐(0) 编辑

基于Intel 174;E810 的OVS-DPDK VXLAN TUNNEL性能优化
摘要:简介 VXLAN是网络虚拟化场景中广泛部署的隧道协议,OVS-DPDK中已经支持VXLAN类型的VTEP (virtual tunnel end point)。VXLAN隧道在数据面引入了报文封装/解封装的操作,且在ingress方向由于VXLAN报文携带两层L2-L4 header,OVS数据面需 阅读全文

posted @ 2021-03-07 20:26 tycoon3 阅读(1048) 评论(0) 推荐(0) 编辑

基于 Jericho2 芯片的下一代物理云网关 —— BCM88690
摘要:基于 Jericho2 芯片的下一代物理云网关 —— BCM88690 在使用现有的智能网卡解决方案的同时, UCloud 也在积极的在技术市场上寻找合适的下一代物理云网关,以替换现有的产品解决方案。 首先进入 UCloud 视线的是某公司的一款高性能交换机。它和智能网卡一样可以运行 Linux 和 阅读全文

posted @ 2021-03-07 17:26 tycoon3 阅读(986) 评论(0) 推荐(0) 编辑

tcf_block_cb_register
摘要:○ As explained above, smartNIC driver’s callback is registered for hardware offload with TCF block by invoking tcf_block_cb_register() KPI. static con 阅读全文

posted @ 2021-03-06 23:19 tycoon3 阅读(340) 评论(0) 推荐(0) 编辑

vf representor
摘要:# devlink dev eswitch set pci/0000:05:00.0 mode switchdev # echo 2 > /sys/class/net/enp5s0f0/device/sriov_numvfs # ip l show 297: enp5s0f0: <BROADCAST 阅读全文

posted @ 2021-03-04 11:44 tycoon3 阅读(622) 评论(0) 推荐(0) 编辑

OpenvSwitch中的分片与重组
摘要:最近遇到了分片导致的一系列问题,所以在这里盘点一下OVS中都有哪些已经做了分片和重组的地方,以及还有哪些地方需要做。版本还是基于2.7.0。并且datapath的时候会分别分析OVS和OVS-DPDK两块的处理。 up到userspace的时候 OVS部分 netdev_frame_hook-->n 阅读全文

posted @ 2021-03-03 16:32 tycoon3 阅读(1029) 评论(1) 推荐(0) 编辑

ovs dpdk debug
摘要:[root@localhost ~]# ovs-ofctl dump-flows br0 cookie=0x0, duration=706691.312s, table=0, n_packets=84180530, n_bytes=7456796909, priority=0 actions=NOR 阅读全文

posted @ 2021-03-02 20:24 tycoon3 阅读(1532) 评论(0) 推荐(0) 编辑

Configuring VXLAN Encap/Decap Offload Using tc
摘要:OVS Hardware Offloads Configuration OVS-Kernel Hardware Offloads Configuring Uplink Representor Mode Please note that this step is optional. However, 阅读全文

posted @ 2021-03-01 17:21 tycoon3 阅读(623) 评论(0) 推荐(0) 编辑

mlx5 dpdk ovs offload
摘要:https://github.com/Mellanox/OVS/blob/master/Documentation/topics/dpdk/phy.rst https://developer.nvidia.com/zh-cn/blog/improving-performance-for-nfv-in 阅读全文

posted @ 2021-02-24 10:40 tycoon3 阅读(4276) 评论(0) 推荐(0) 编辑

Flower Classifier
摘要:7.TC routine: htb qdisc_enqueue_root(sch_generic.h) -> qdisc_enqueue(sch_generic.h) -> htb_enqueue(sch_htb.c) ->htb_classify(sch_htb.c) -> flow_classi 阅读全文

posted @ 2021-02-23 14:30 tycoon3 阅读(825) 评论(1) 推荐(1) 编辑

VXLAN offload using tc flower on ConnectX-5
摘要:Overview After exploring XDP for some time for L2TPv3 and VXLAN, I wanted to dig deeper into hardware offload capabilities, specifically for VXLAN, bu 阅读全文

posted @ 2021-02-23 14:06 tycoon3 阅读(1867) 评论(0) 推荐(0) 编辑

基于智能网卡(Smart Nic)的Open vSwitch卸载方案简介
摘要:一、Smart Nic简介 1.1 Smart Nic产生的背景 目前,以Open vSwitch(OVS)为代表的虚拟交换机(vSwitch)以其灵活而丰富的功能支持(如OpenFlow、QOS、VLAN/VXLAN encap/decap)被业界广泛接受,大量应用于云计算多租户场景以及容器场景中 阅读全文

posted @ 2021-02-22 19:54 tycoon3 阅读(8423) 评论(0) 推荐(0) 编辑

ovs offload
摘要:Enable switchdev mode The VF representor has switchdev ops Switchdev mode is a mode in E-Switch, that binds between representor and VF. Representor is 阅读全文

posted @ 2021-02-22 16:13 tycoon3 阅读(5336) 评论(2) 推荐(2) 编辑

Cannot get hugepage information.
摘要:root@localhost ovs]# ovs-vswitchd unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --mlockall --no-chdir --log-file=/var/log/ 阅读全文

posted @ 2021-02-22 15:58 tycoon3 阅读(2068) 评论(0) 推荐(0) 编辑

How OVS DPDK and qemu communicate via the vhost user protocol
摘要:A detailed view of the vhost user protocol and its implementation in OVS DPDK, qemu and virtio-net Overview: How OVS DPDK and qemu communicate via the 阅读全文

posted @ 2021-02-03 15:06 tycoon3 阅读(1005) 评论(0) 推荐(0) 编辑

ovs netdev offload dpdk flow
摘要:https://github.com/bytedance/ovs-dpdk/blob/80e2a22dda73e5d30be5de025572a418cc722632/lib/netdev-offload-dpdk-flow.c const struct netdev_flow_api netdev 阅读全文

posted @ 2020-12-23 17:03 tycoon3 阅读(364) 评论(0) 推荐(0) 编辑

ovs 流表
摘要:https://blog.csdn.net/u010378472/article/details/79146557 Breakpoint 1, netdev_send (netdev=0x5470900, qid=qid@entry=0, batch=batch@entry=0xfffd58004f 阅读全文

posted @ 2020-12-23 11:19 tycoon3 阅读(488) 评论(0) 推荐(0) 编辑

Cannot get thread event message: debugger service failed
摘要:(gdb) c Continuing. [New Thread 0xffff9013f910 (LWP 15057)] Cannot get thread event message: debugger service failed 阅读全文

posted @ 2020-12-22 17:31 tycoon3 阅读(1285) 评论(0) 推荐(0) 编辑

1 2 3 4 下一页

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示