Forgot v2 prefix, will resend > -----Original Message----- > From: Maciej Gajdzica [mailto:mtgajdzx at stargo] > Sent: Thursday, April 30, 2015 11:23 AM > To: dev at dpdk.org > Cc: Gajdzica, MaciejX T > Subject: [PATCH 0/3] port: added ethdev_writer_nodrop 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. > > 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