DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports
@ 2015-05-21 12:28 Maciej Gajdzica
  2015-05-21 12:28 ` [dpdk-dev] [PATCH v3 1/4] port: removed second implementation of tx_bulk from ethdev_writer port Maciej Gajdzica
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Maciej Gajdzica @ 2015-05-21 12:28 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-18 14:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 12:28 [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports Maciej Gajdzica
2015-05-21 12:28 ` [dpdk-dev] [PATCH v3 1/4] port: removed second implementation of tx_bulk from ethdev_writer port Maciej Gajdzica
2015-05-21 12:28 ` [dpdk-dev] [PATCH v3 2/4] port: changed tx_bulk implementation if ring_writer port Maciej Gajdzica
2015-05-21 12:28 ` [dpdk-dev] [PATCH v3 3/4] port: added ethdev_writer_nodrop port Maciej Gajdzica
2015-05-21 12:28 ` [dpdk-dev] [PATCH v3 4/4] port: added ring_writer_nodrop port Maciej Gajdzica
2015-05-21 16:30 ` [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports Dumitrescu, Cristian
2015-06-18 14:42   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).