byteflow – Telegram
byteflow
207 subscribers
46 photos
1 video
13 files
295 links
Master of none ( shitposting, some nets, foss, hardware, random links).
questions/hate @Unkledolan
Download Telegram
https://dpdk.org/ml/archives/dev/2018-April/097932.html
 P4 is a language for programming the data plane of network devices [1]. The P4 language is developed by p4.org which is joining ONF and Linux Foundation [2]. This API provides a way to program P4 capable devices through DPDK. The purpose of this API is to enable P4 compilers [3] to generate high performance DPDK code out of P4 programs. The main advantage of this approach is that P4 enablement of network devices can be done through DPDK in a unified way: 1. This API serves as the interface between the P4 compiler front-end (target independent) and the P4 compiler backe-ends (target specific). 2. Device vendors develop their device drivers as part of DPDK by implementing this API. The device driver is agostic of being called by the P4 front-end. The device driver serves as the P4 compiler taget specific back-end. 3. The P4 compiler front-end is target independent. The amount of C code it generates is minimized by calling this API directly for every P4 feature as opposed to vendor-specific free-style C code generation. This API introduces a pipeline device (PDEV) by using a similar approach to the existing ethdev and eventdev DPDK device-like APIs implemented by the DPDK Poll Mode Drivers (PMDs). Main features: 1. Discovery of built-in pipeline devices and their capabilities. 2. Creation of new pipelines out of input ports, output ports, tables and actions. 3. Registration of packet protocol header and meta-data fields. 4. Action definition for input ports, output ports and tables. 5. Pipeline run-time API for table population, statistics read, etc. This API targets P4 capable devices such as NICs, FPGAs, NPUs, ASICs, etc, as well as CPUs. Let’s remember that the first P in P4 stands for Programmable, and the CPUs are arguably the most programmable devices. The implementation for the CPU SW target is expected to use the DPDK Packet Framework libraries such as librte_pipeline, librte_port, librte_table with some expected but moderate API and implementation adjustments.
``` Denoscription

At Verizon we have built powerful billing system using the Linux TC architecture. Typically such systems are constructed with very expensive proprietary hardware and software both of which are inflexible. With the proprietary systems, new user service plan creation process is constrained by what the vendor provides and at times requires overhaul of both the proprietary hardware and software. Utilizing commodity X86 based hardware, the Linux kernel TC subsystem and user control we were able to achieve our goals; we are able to quickly invent new service plans and build comprehensive billing enforcements around them. In this paper we will provide a high level discussion of our architecture, the challenges we faced in building the system and changes we made to the Linux kernel and user APIs to achieve our goals. All our patches are already upstream.

```
Че посаны датаплейн?
 This paper presents our design and experience with Andromeda, Google Cloud Platform’s network virtualization stack. Our production deployment poses several challenging requirements, including performance isolation among customer virtual networks, scalability, rapid provisioning of large numbers of virtual hosts, bandwidth and latency largely indistinguishable from the underlying hardware, and high feature velocity combined with high availability. 

https://www.usenix.org/node/211244
Можете теперь устраиваеть троллеркостер; на вопросы про tcp maximum bandwidth ( особенно если там эмпирические формулы из 90х )
This media is not supported in your browser
VIEW IN TELEGRAM