dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ring: provide rte_ring_as_ethdev API
@ 2014-05-16 18:15 Bruce Richardson
       [not found] ` <1400264114-28455-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Richardson @ 2014-05-16 18:15 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This patch set aims to provide a shorter simpler alternative the public API functions for using rings as ethdevs provided by the librte_pmd_ring library. This alternative just provides simple RX and TX burst functions and a conversion API, without any of the complexities present in the pmd_ring version. This replacement should allow the public APIs in the pmd_ring library to be deprecated in the future.

Bruce Richardson (3):
  ethdev: Remove ethdev.h dependency on mbuf +  mempool
  ring: add support for converting a ring to ethdev
  ring: autotest for using ring as ethdev

 app/test-pmd/cmdline.c                  |  1 +
 app/test/test_pmd_ring.c                |  1 +
 app/test/test_ring.c                    | 25 ++++++++++++++++++++
 lib/librte_ether/rte_ethdev.h           |  4 +++-
 lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c |  1 +
 lib/librte_ring/Makefile                |  1 +
 lib/librte_ring/rte_ring.c              | 42 +++++++++++++++++++++++++++++++++
 lib/librte_ring/rte_ring.h              | 11 +++++++++
 8 files changed, 85 insertions(+), 1 deletion(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-05-19 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 18:15 [PATCH 0/3] ring: provide rte_ring_as_ethdev API Bruce Richardson
     [not found] ` <1400264114-28455-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-16 18:15   ` [PATCH 1/3] ethdev: Remove ethdev.h dependency on mbuf + mempool Bruce Richardson
2014-05-16 18:15   ` [PATCH 2/3] ring: add support for converting a ring to ethdev Bruce Richardson
2014-05-16 18:15   ` [PATCH 3/3] ring: autotest for using ring as ethdev Bruce Richardson
2014-05-16 18:54   ` [PATCH 0/3] ring: provide rte_ring_as_ethdev API Neil Horman
     [not found]     ` <20140516185417.GC5432-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-05-19 10:59       ` Richardson, Bruce
     [not found]         ` <59AF69C657FD0841A61C55336867B5B01AA1B2C5-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-19 13:40           ` Neil Horman

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).