Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3697627
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2017-11-14 17:11:51

http://blog.csdn.net/duhf_think/article/details/41483153......【阅读全文】

阅读(3068) | 评论(0) | 转发(0)

发布时间:2017-11-30 11:01:12

KNI(Kernel Interface)机制是为了让数据包重入内核协议栈,通过创建虚拟设备用于收发报文以达到利用内核本身已实现协议的目的。几个例子。如果利用DPDK做DNS服务器,那么对于TCP报文来说是没有必要处理的。完全可以原有的内核协议栈来处理。如果自己实现TCP的协议栈会很复杂。.........【阅读全文】

阅读(2554) | 评论(0) | 转发(0)

发布时间:2017-11-28 11:29:24

普通虚拟化:半虚拟化virtiovhost:转载自:http://blog.csdn.net/hejin_some/article/details/72179525刘年超  : http://www.trustcomputing.com.cn/bbs/redirect.php?tid=980&goto=lastpost......【阅读全文】

阅读(2191) | 评论(0) | 转发(0)

发布时间:2017-11-30 16:26:22

/usr/local/bin/ovs-vsctl --may-exist add-br %s -- set Bridge %s datapath_type=netdev \ -- br-set-external-id %s bridge-id %s -- set bridge %s fail-mode=standalone"设置/清除网桥的openflow协议版本/usr/local/bin/ovs-vsctl set Bridge %s protocols=OpenFlow13/usr/local/bin/ovs-vsctl set Open_vSwi.........【阅读全文】

阅读(6921) | 评论(0) | 转发(0)

发布时间:2017-11-30 13:30:24

int getWifiClient(void* data){    int ret = 0, i = 0; FILE *pp = NULL; char cmd[512] = { 0 }; char range_num[16] = { 0 };// char tmp_hostname[32] = { 0 }; char tmp_ip[32] = { 0 }; char tmp_mac[32] = { 0 }; xmlDocPtr doc=NULL;  xmlChar *xmlBuf=NULL; actionPar par; pthre.........【阅读全文】

阅读(3319) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册