会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chanwai1219
博客园
首页
新随笔
联系
管理
订阅
2014年4月22日
dpdk kni exception path
摘要: dpdk例子中提供了两种方法与linux kernel协议栈交互: TAP和KNI; 两种方法都是创建虚拟设备用于收发报文; TAP/TUN设备的创建 static int tap_create(char *name){ struct ifreq ifr; int fd, ret; fd = open("/dev/net/tun", O_RDWR); if (fd pkt...
阅读全文
posted @ 2014-04-22 14:56 chanwai1219
阅读(10933)
评论(1)
推荐(1)
编辑
公告