[dpdk-dev] [PATCH 0/3] port: added ethdev_writer_nodrop and ring_writer_nodrop ports

2015-04-30 Thread Gajdzica, MaciejX T
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

[dpdk-dev] [PATCH 0/3] port: added ethdev_writer_nodrop and ring_writer_nodrop ports

2015-03-30 Thread Maciej Gajdzica
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

[dpdk-dev] [PATCH 0/3] port: added ethdev_writer_nodrop and ring_writer_nodrop ports

2015-03-30 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Monday, March 30, 2015 10:57 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] port: added ethdev_writer_nodrop and > ring_writer_nodrop ports > >