SevenYangoo / vpp-docs

VPP documents(Only zh_CN) translated from official documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

什么是VPP

VPP(Vector Packet Processor)是FD.io(Fast Data I/O)项目中的一个快速的、可扩展的的L2-L4层网络协议栈。

VPP运行于Linux用户空间(Userspace),支持x86、ARM、和PowerPC架构,基于Intel的DPDK(Data Plane Development Kit)技术实现。

VPP以其高性能、成熟的技术、模块化和丰富的特性而广受欢迎。

VPP支持与OpenStack和Kubernetes集成,网络管理特性包括配置(Configuration)、计数(Counters)、采样(Sampling)等。对于开发者,VPP包括插件扩展(Plugin Extensibility)、高性能事件日志(High-Performance Event-Logging)和多种类型的数据包追踪(Packet Tracing)。开发调试包括完整的符号表(Symbol Tables)和广泛的一致性检查(Consistency Checking)。

VPP应用场景包括虚拟交换(vSwitchs)、虚拟路由(vRouters)、网关(Gateways)、防火墙(Firewalls)和负载均衡器(Load Balancers)等。VPP开箱即用,可以在其基础上构建丰富的网络安全应用软件。

详细信息请点击下边的链接:

About

VPP documents(Only zh_CN) translated from official documents.