[dpdk-dev] [PATCH 0/3] ring: provide rte_ring_as_ethdev API

2014-05-19 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Friday, May 16, 2014 7:54 PM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/3] ring: provide rte_ring_as_ethdev API > > On Fri, May 16, 2014 at

[dpdk-dev] [PATCH 0/3] ring: provide rte_ring_as_ethdev API

2014-05-19 Thread Neil Horman
On Mon, May 19, 2014 at 10:59:18AM +, Richardson, Bruce wrote: > > > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Friday, May 16, 2014 7:54 PM > > To: Richardson, Bruce > > Cc: dev at dpdk.org > >

[dpdk-dev] [PATCH 0/3] ring: provide rte_ring_as_ethdev API

2014-05-16 Thread Bruce Richardson
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

[dpdk-dev] [PATCH 0/3] ring: provide rte_ring_as_ethdev API

2014-05-16 Thread Neil Horman
On Fri, May 16, 2014 at 07:15:11PM +0100, Bruce Richardson wrote: > 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