> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, April 30, 2015 12:58 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/3] port: added ethdev_writer_nodrop and > ring_writer_nodrop ports > > From: Maciej Gajdzica <maciejx.t.gajdzica at intel.com> > > 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. > > Maciej Gajdzica (3): > port: added WRITER_APPROACH == 1 implementation to ring port > port: added ethdev_writer_nodrop port > port: added ring_writer_nodrop port > > lib/librte_port/rte_port_ethdev.c | 230 > ++++++++++++++++++++++++++++++ > lib/librte_port/rte_port_ethdev.h | 19 +++ > lib/librte_port/rte_port_ring.c | 285 > +++++++++++++++++++++++++++++++++++++ > lib/librte_port/rte_port_ring.h | 16 +++ > 4 files changed, 550 insertions(+) > > -- > 1.7.9.5
Acked by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>