[knowledge][dpdk] open data plane

https://www.opendataplane.org/

https://en.wikipedia.org/wiki/OpenDataPlane

odp vs dpdk:  http://dpdk.org/ml/archives/dev/2015-December/029373.html

时间: 2024-10-14 21:32:45

[knowledge][dpdk] open data plane的相关文章

PatentTips - Data Plane Packet Processing Tool Chain

BACKGROUND The present disclosure relates generally to systems and methods for providing a data plane processing tool chain for processing packets using OSI layers?4?and above in the data plane. With the development of multi-core processors, applicat

The show must go on: Fundamental data plane connectivity services for dependable SDNs

摘要 软件定义网络(SDN)架构提出了一个问题,即如何处理通过控制平面的间接定向不够快或不可能的情况.为了提供高可用性.连接性.灵活性,可靠的SDNs还必须在数据平面上支持基本功能.特别是,SDNs应实现带内网络遍历的功能,例如在存在链路故障时查找故障转移路径.本文提出了三种基本不同的机制:简单的无状态机制.基于包标记的高效机制和基于交换机动态状态的机制.我们将展示如何在今天的SDN中实现这些机制,并讨论不同的应用程序. 1. 介绍 1.1. 动机 软件定义网络(SDN)体系结构区分由转发交换机

DPDK Introduction

Data Plane Development Kit(DPDK) is a set of libraries and drivers for fast packet processing. It was designed to run on any processors. The first supported CPU was Intel x86 and it is now extended to IBM Power 8, EZchip TILE-Gx and ARM. It runs most

DPDK开发者大会现场报道

当前全球的电信网络,企业数据中心,云服务基础架构正在经历一场行业技术变革,网络数据平面处理能力在多核时代.软件创新和开源社区的推动下,正在引发网络功能虚拟化和软件定义网络的巨变浪潮.在行业巨变的浪潮中应运而生的DPDK, 为新一代数据平面解决方案提供了最佳选择. 2014年中,在英特尔和多家业界领先厂商的共同推动下,DPDK开源社区正式推出并成功发布DPDK R1.7版本.如今,国内外多家软件厂商,电信/数据中心设备制造商都参与其中,为社区做出积极贡献. 为了进一步推动技术和应用,DPDK开源社

DPDK快速上手指南(18.02)

DPDK快速上手(linux) 本文档主要来自linux_gsg-18.02.pdf的翻译,翻译肯定有不妥之处,请批评指正,我会随后修改,不胜感激. 1. 介绍 本文档包含有关DPDK(Data Plane Development Kit的缩写)软件的安装和配置的说明,目的就是让用户快速用起来.本文档描述怎样在linux应用环境下编译和运行一个DPDK应用程序,而不过多深入细节. 1.1文档路线图 以下是针对所有DPDK文档建议的阅读顺序: 发布说明(Release Notes):提供具体的发布

SDN与NFV技术在云数据中心的规模应用探讨

Neo 2016-1-29 | 发表评论 编者按:以云数据中心为切入点,首先对SDN领域中的叠加网络.SDN控制器.VxLAN 3种重要技术特点进行了研究,接下来对NFV领域中的通用服务器性能.服务链两类关键问题展开具体分析.最后,阐述了前期开展的SDN/NFV技术试验工 作进展及相关结论,并对VDC应用产品进行了展望. 1 引言 伴随着云计算技术的兴起,数据趋于大集中,传统电信系统网络架构成为阻碍云数据中心发展的巨大桎梏.为满足数据中心在云计算环境下的虚拟网络资源调度和共享需求,未来的数据中心

[中英对照]Introduction to DPDK: Architecture and Principles

Introduction to DPDK: Architecture and Principles | DPDK概论:体系结构与实现原理 Linux network stack performance has become increasingly relevant over the past few years. This is perfectly understandable: the amount of data that can be transferred over a network

Intel DPDK的一些参资料

dpdk.org What it is Intel® DPDK is a set of libraries and drivers for fast packet processing on x86 platforms. It runs mostly in Linux userland. This project tracks the Intel® DPDK and includes all major public contributions. The most recent patches

后台开发知识 - DPDK知识图谱

关系图谱(请点击看超大图): 部分名词: 名词 全写 解释 备注 DPDK Data Plane Development Kit 数据平面开发套件或叫数据平面开发工具集 Intel开源 IA Intel Architecture 英特尔架构 https://www.dpdk.org/ UIO Userspace I/O 用户空间IO,运行在用户空间的I/O技术 PMD Poll Mode Driver 轮询模式驱动 Netmap 高性能网络I/O框架,竞品:DPDK http://info.ie