[dpdk-dev] [PATCH v5 00/23] net/softnic: refactoring

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Jul 6 19:33:00 CEST 2018



> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Friday, July 6, 2018 6:21 PM
> To: dev at dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>
> Subject: [PATCH v5 00/23] net/softnic: refactoring
> 
> This patch set modifies the Soft NIC device driver to use the Packet
> Framework, which makes it much more modular, flexible and extensible
> with new functionality.
> 
> * The Soft NIC allows building custom NIC pipelines in SW. The Soft NIC
>   pipeline is DIY and reconfigurable through "firmware" (DPDK Packet
>   Framework script).
> * Configured through the standard DPDK ethdev API (including flow,
>   QoS, security). The internal framework is not externally visible.
> * Key benefits:
>   - Can be used to augment missing features to HW NICs.
>   - Allows consumption of advanced DPDK features without
>     redesigning the target application.
>   - Allows out-of-the-box performance boost of DPDK.
>     consumers apps simply by instantiating this Ethernet device.
> 

Applied on next-pipeline tree, thanks!


More information about the dev mailing list