码迷,mamicode.com
首页 >  
搜索关键字:dpdk    ( 185个结果
iOS中UIWebView执行JS代码(UIWebView)
iOS中UIWebView执行JS代码(UIWebView) 有时候iOS开发过程中使用 UIWebView 经常需要加载网页,但是网页中有很多明显的标记让人一眼就能看出来是加载的网页,而我们又不想被人卡出来。 如网页中的这个导航 通常我们不需要WebView中的 导航栏,也不需要里面的返回上一级的 ...
分类:移动开发   时间:2017-07-05 01:17:55    阅读次数:335
[development][dpdk] 网卡收包性能测试
一: 多队列及中断信息收集 [root@T185 ~]# cat /proc/interrupts |less -S [root@T185 ~]# cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 ...
分类:其他好文   时间:2017-07-04 21:54:25    阅读次数:575
ovs+dpdk numa感知特性验证
0.介绍 本测试是为了验证这篇文章中提到的DPDK的NUMA感知特性。 简单来说,在ovs+dpdk+qemu的环境中,一个虚拟机牵涉到的内存共有三部分: DPDK为vHost User设备分配的Device tracking memory OVS为网络通信分配的mbufs QEMU为虚拟机分配的内 ...
分类:其他好文   时间:2017-07-04 09:53:03    阅读次数:2052
Neutron 集成 DPDK
这里介绍Neutron集成DPDK时,Neutron相关的配置,计算节点用DPDK加速【虚机到OVS, 物理网卡到OVS】 neutron-openvswitch-agent +DPDK Compute Node: 创建虚机 OVS-DPDK uses hugepages to communicat ...
分类:其他好文   时间:2017-06-30 19:56:06    阅读次数:200
Openstack 部署
部署OpenStack 参见: http://docs.openstack.org/newton/install-guide-rdo/ *Liberty开始 neutron-L2-agent默认使用 LinuxBridge,但生成环境使用的OpenvSwitch,此处提供使用OpenvSwitch的 ...
分类:其他好文   时间:2017-06-30 19:55:59    阅读次数:410
intel dpdk在ubuntu12.04中測试testpmd、helloworld程序
一、測试环境 操作系统:ubuntu12.04 x86_64 dpdk版本号:1.6.0r2 虚拟机:vmware 10 网卡: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01) 二、測试准备 利用vmwa ...
分类:系统相关   时间:2017-06-26 22:43:49    阅读次数:337
DPDK--Skeleton 单核收发包测试案例 源码阅读
#include #include #include #include #include #include #include #define RX_RING_SIZE 128 //接收环大小 #define TX_RING_SIZE 512 //发送环大小 #define NUM_MBUFS 819... ...
分类:其他好文   时间:2017-06-07 14:16:24    阅读次数:1642
OVS + dpdk 安装与实验环境配置
***DPDK datapath的OVS的安装与实验环境配置 首先肯定是DPDK的安装 0:安装必要的工具 make gcc libssl libcap-ng0 libtool autoconf python 2.7 python module six(可用PIP安装) 1:设置hugepages, ...
分类:其他好文   时间:2017-06-05 10:19:49    阅读次数:2546
dpdk l2fwd 应用流程分析
int MAIN(int argc, char **argv) { struct lcore_queue_conf *qconf; struct rte_eth_dev_info dev_info; int ret; uint8_t nb_ports; uint8_t nb_ports_availa ...
分类:其他好文   时间:2017-06-04 19:58:34    阅读次数:661
[中英对照]Introduction to DPDK: Architecture and Principles
Introduction to DPDK: Architecture and Principles | DPDK概论:体系结构与实现原理 Linux network stack performance has become increasingly relevant over the past fe ...
分类:其他好文   时间:2017-06-03 12:54:35    阅读次数:435
185条   上一页 1 ... 9 10 11 12 13 ... 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!