DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD
@ 2014-07-09 14:35 Pablo de Lara
  2014-07-09 14:35 ` [dpdk-dev] [PATCH 1/2] ring_pmd: Removed extra devices creation when passing vdev parameter Pablo de Lara
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Pablo de Lara @ 2014-07-09 14:35 UTC (permalink / raw)
  To: dev

Ring PMD library and unit test was modified last release,
causing the unit test to need ring ethdevs to be created
from the command line. This patch simplifies the test
and make it functional with devices created with EAL option vdev.

Also, ring ethdev creation from vdev has been changed, so now
only one device is created for each vdev argument (up to 3 devices
were created). 


Pablo de Lara (2):
  ring_pmd: Removed extra devices creation when passing vdev parameter
  app/test: Simplified ring pmd test

 app/test/test_pmd_ring.c           |  202 +++++++++++++-----------------------
 lib/librte_pmd_ring/rte_eth_ring.c |    3 +-
 2 files changed, 73 insertions(+), 132 deletions(-)

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

end of thread, other threads:[~2014-07-22 14:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09 14:35 [dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD Pablo de Lara
2014-07-09 14:35 ` [dpdk-dev] [PATCH 1/2] ring_pmd: Removed extra devices creation when passing vdev parameter Pablo de Lara
2014-07-09 14:35 ` [dpdk-dev] [PATCH 2/2] app/test: Simplified ring pmd test Pablo de Lara
2014-07-09 15:20 ` [dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD Neil Horman
2014-07-09 20:07   ` [dpdk-dev] PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission Hobywan Kenoby
2014-07-11  7:46     ` Sujith Sankar (ssujith)
2014-07-11 13:16       ` Hobywan Kenoby
2014-07-21  3:39         ` Sujith Sankar (ssujith)
2014-07-22 14:54   ` [dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD 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).