07 2020 档案

摘要:原文链接:https://www.dazhuanlan.com/2019/12/31/5e0af1858dada/ 最近开始调研网卡的OVS流表offload功能,所以目前查看一下OVS这块是怎么做的。 从上面可以看到OVS主要通过netlink发送给网口,接下来我们看一下网卡驱动做了一些什么,因为 阅读全文
posted @ 2020-07-30 20:00 salami_china 阅读(2969) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://www.cnblogs.com/believepd/p/10850679.html Package strings:https://golang.google.cn/pkg/strings/ package main import ( "fmt" "strconv" "st 阅读全文
posted @ 2020-07-30 09:30 salami_china 阅读(182) 评论(0) 推荐(0) 编辑
摘要:ifconfig eth0 hw ether fa:16:3d:c3:55:17 或 ip link set dev eth0 address fa:16:3d:c3:55:10 阅读全文
posted @ 2020-07-29 19:26 salami_china 阅读(108) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://blog.csdn.net/mark4541437/article/details/103755721 sqlalchemy怎么order_by降序/升序并取第一条数据 from sqlalchemy import desc #order_by降序并取第一条数据query. 阅读全文
posted @ 2020-07-28 11:46 salami_china 阅读(2100) 评论(0) 推荐(0) 编辑
摘要:#! /bin/python #coding=utf-8 import urllib2 import json import requests # token post_url = 'http://10.249.104.81:35357/v3/auth/tokens' postData = { "a 阅读全文
posted @ 2020-07-24 15:14 salami_china 阅读(180) 评论(0) 推荐(0) 编辑
摘要:Project ACRN documentation https://projectacrn.github.io/latest/index.html Virtio devices high-level design https://projectacrn.github.io/latest/devel 阅读全文
posted @ 2020-07-23 14:35 salami_china 阅读(129) 评论(0) 推荐(0) 编辑
摘要:https://spdk.io/doc/index.html 阅读全文
posted @ 2020-07-23 14:04 salami_china 阅读(75) 评论(0) 推荐(0) 编辑
摘要:DPDK Test Plans 阅读全文
posted @ 2020-07-23 09:22 salami_china 阅读(127) 评论(0) 推荐(0) 编辑
摘要:HasPrefix 判断字符串 s 是否以 prefix 开头:strings.HasPrefix(s, prefix string) bool HasSuffix 判断字符串 s 是否以 suffix 结尾:strings.HasSuffix(s, suffix string) bool 字符串包 阅读全文
posted @ 2020-07-20 14:46 salami_china 阅读(2002) 评论(0) 推荐(0) 编辑
摘要:参考资料:https://github.com/koding/multiconfig 测试代码: package main import ( "fmt" "github.com/koding/multiconfig" ) type Server struct { Demo DemoConfig } 阅读全文
posted @ 2020-07-20 11:48 salami_china 阅读(735) 评论(0) 推荐(0) 编辑
摘要:下载地址:https://mac.softpedia.com/ 阅读全文
posted @ 2020-07-17 22:46 salami_china 阅读(475) 评论(0) 推荐(0) 编辑
摘要:参考链接:https://blog.csdn.net/wide288/article/details/84303511 // 先声明map var m1 map[string]string// 再使用make函数创建一个非nil的map,nil map不能赋值m1 = make(map[string 阅读全文
posted @ 2020-07-16 16:29 salami_china 阅读(2116) 评论(0) 推荐(0) 编辑
摘要:原文链接:Netbox 开源 IPAM 管理工具搭建详细流程 参考资料:https://netbox.readthedocs.io/en/stable/ PostgreSQL数据库安装 1.yum 下载安装 1)yum install -y https://download.postgresql.o 阅读全文
posted @ 2020-07-03 15:19 salami_china 阅读(3226) 评论(0) 推荐(0) 编辑
摘要:原文链接: openVswitch(OVS)源代码分析之工作流程(flow流表查询) 阅读全文
posted @ 2020-07-02 23:13 salami_china 阅读(311) 评论(0) 推荐(0) 编辑
摘要:原文链接: OVS DPDK VXLAN隧道处理 阅读全文
posted @ 2020-07-02 23:03 salami_china 阅读(879) 评论(0) 推荐(0) 编辑
摘要:原文链接: 深入理解linux网络技术内幕读书笔记(四)--通知链 概述 [注意] 通知链只在内核子系统之间使用。 大多数内核子系统都是相互独立的,因此某个子系统可能对其它子系统产生的事件感兴趣。为了满足这个需求,也即是让某个子系统在发生某个事件时通知其它的子系统,Linux内核提供了通知链的机制。 阅读全文
posted @ 2020-07-02 22:42 salami_china 阅读(186) 评论(0) 推荐(0) 编辑

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