[dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Thu May 21 18:30:49 CEST 2015



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica
> Sent: Thursday, May 21, 2015 1:29 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer
> nodrop ports
> 
> When nodrop writer port fails to send data, it retries until reach maximum
> number of retries. Also added new tx_bulk implementation for ring writer
> port.
> 
> Changes in v2:
> 	- added missing signoffs
> 
> Changes in v3:
> 	- removed second implementation of tx_bulk functions
> 
> Maciej Gajdzica (4):
>   port: removed second implementation of tx_bulk from ethdev_writer
>     port
>   port: changed tx_bulk implementation if ring_writer port
>   port: added ethdev_writer_nodrop port
>   port: added ring_writer_nodrop port
> 
>  lib/librte_port/rte_port_ethdev.c |  206
> +++++++++++++++++++++++++++++------
>  lib/librte_port/rte_port_ethdev.h |   19 ++++
>  lib/librte_port/rte_port_ring.c   |  214
> +++++++++++++++++++++++++++++++++++--
>  lib/librte_port/rte_port_ring.h   |   16 +++
>  4 files changed, 409 insertions(+), 46 deletions(-)
> 
> --
> 1.7.9.5

Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>



More information about the dev mailing list