Vector Packet Processing: Difference between revisions
m References after punctuation per WP:REFPUNCT, WP:CITEFOOT, WP:PAIC + other fixes |
m I'm assuming this is a typo, since "sector" doesn't make sense in that context. |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''Vector Packet Processing''' (VPP) platform is an extensible, open-source framework, which offers the functionality of network switches or routers.<ref>{{Cite web|last=|first=|date=2017-05-27|title=What is VPP?|url=https://wiki.fd.io/view/VPP/What_is_VPP%3F |
'''Vector Packet Processing''' (VPP) platform is an extensible, open-source framework, which offers the functionality of network switches or routers.<ref>{{Cite web|last=|first=|date=2017-05-27|title=What is VPP?|url=https://wiki.fd.io/view/VPP/What_is_VPP%3F|archive-url=|archive-date=|access-date=2020-08-12|website=FD.io Wiki}}</ref> V''ector processing'' is the process of processing multiple packets at a time, with low latency. Single packet processing and high latency are present in the ''scalar processing'' approach, which VPP aims to make obsolete.<ref>{{Cite web|title=Scalar vs Vector packet processing — The Vector Packet Processor 20.01 documentation|url=https://fd.io/docs/vpp/master/whatisvpp/scalar-vs-vector-packet-processing.html|access-date=2020-08-12|website=fd.io}}</ref><ref>{{Cite web|last=|first=|date=2020-01-03|title=[Guide] Intro to Vector Packet Processing (VPP)|url=https://pantheon.tech/vpp-guide/|archive-url=|archive-date=|access-date=2020-08-12|website=PANTHEON.tech|language=en-US}}</ref> |
||
This open-source, [[Linux Foundation|Linux Foundation backed]]<ref name="VPP-fd.io">{{cite web|title=VPP fd.io|url=https://wiki.fd.io/view/VPP/What_is_VPP%3F|accessdate=29 December 2016|website=wiki.fd.io|publisher=[[Linux Foundation]]}}</ref> framework is part of the '''[https://fd.io Fast Data Project]''' (FD.io). [https://fd.io/docs/vpp/master/ VPP] uses the [[Data Plane Development Kit]] device drivers and libraries for many of its layer 1 functions - however, this functionality is separated into an optional plugin-in for VPP. |
This open-source, [[Linux Foundation|Linux Foundation backed]]<ref name="VPP-fd.io">{{cite web|title=VPP fd.io|url=https://wiki.fd.io/view/VPP/What_is_VPP%3F|accessdate=29 December 2016|website=wiki.fd.io|publisher=[[Linux Foundation]]}}</ref> framework is part of the '''[https://fd.io Fast Data Project]''' (FD.io). [https://fd.io/docs/vpp/master/ VPP] uses the [[Data Plane Development Kit]] device drivers and libraries for many of its layer 1 functions - however, this functionality is separated into an optional plugin-in for VPP. |
||
== Technology == |
== Technology == |
||
In order to push for scalability of networks, VPP reads the largest available |
In order to push for scalability of networks, VPP reads the largest available vector of packets in the networks [[Input/output|I/O layer]]. Instead of processing each packet individually throughout an entire graph with several [[Node (networking)|nodes]], VPP selects the entire vector of packets and pushes them through a graph node, before moving on to the next node. The instruction [[Cache (computing)|cache]] then adapts to the process and the remaining packets are processed even faster, due to the previously learned instructions from the first vector packet.<ref>{{Cite web|title=VPP Technology|url=https://fd.io/vppproject/vpptech/|access-date=2020-08-12|website=fd.io}}</ref> |
||
==External links== |
==External links== |
Latest revision as of 14:20, 24 September 2024
Vector Packet Processing (VPP) platform is an extensible, open-source framework, which offers the functionality of network switches or routers.[1] Vector processing is the process of processing multiple packets at a time, with low latency. Single packet processing and high latency are present in the scalar processing approach, which VPP aims to make obsolete.[2][3]
This open-source, Linux Foundation backed[4] framework is part of the Fast Data Project (FD.io). VPP uses the Data Plane Development Kit device drivers and libraries for many of its layer 1 functions - however, this functionality is separated into an optional plugin-in for VPP.
Technology
[edit]In order to push for scalability of networks, VPP reads the largest available vector of packets in the networks I/O layer. Instead of processing each packet individually throughout an entire graph with several nodes, VPP selects the entire vector of packets and pushes them through a graph node, before moving on to the next node. The instruction cache then adapts to the process and the remaining packets are processed even faster, due to the previously learned instructions from the first vector packet.[5]
External links
[edit]References
[edit]- ^ "What is VPP?". FD.io Wiki. 2017-05-27. Retrieved 2020-08-12.
- ^ "Scalar vs Vector packet processing — The Vector Packet Processor 20.01 documentation". fd.io. Retrieved 2020-08-12.
- ^ "[Guide] Intro to Vector Packet Processing (VPP)". PANTHEON.tech. 2020-01-03. Retrieved 2020-08-12.
- ^ "VPP fd.io". wiki.fd.io. Linux Foundation. Retrieved 29 December 2016.
- ^ "VPP Technology". fd.io. Retrieved 2020-08-12.