[dpdk-dev] Intel DPDK drops packets in burst mode on I350

2014-04-12 Thread sabu kurian
I350 fails to sent packets in burst mode. However it is possible to sent 1 packet at a time using the hardware. I350 is being listed under the 'Supported NIC's' page on http://dpdk.org/doc/nics This is the code I used ret = rte_eth_tx_burst(port_ids[lcore_id], 0, m_pool, burst_size); If I give

[dpdk-dev] [PATCH v2 07/11 1/2] vdev: new registration API

2014-04-12 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Saturday, April 12, 2014 12:03 PM > To: Thomas Monjalon > Cc: Richardson, Bruce; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 07/11 1/2] vdev: new registration API > > On Sat, Apr 12, 2014 at 08:05:

[dpdk-dev] [PATCH v2 07/11 1/2] vdev: new registration API

2014-04-12 Thread Neil Horman
On Sat, Apr 12, 2014 at 11:23:50AM +, Richardson, Bruce wrote: > > > > -Original Message- > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Saturday, April 12, 2014 12:03 PM > > To: Thomas Monjalon > > Cc: Richardson, Bruce; dev at dpdk.org > > Subject: Re: [dpdk-dev]

[dpdk-dev] [PATCH v2 07/11 1/2] vdev: new registration API

2014-04-12 Thread Thomas Monjalon
Hi Bruce, 11/04/2014 20:08, Richardson, Bruce : > From: Neil Horman > > On Fri, Apr 11, 2014 at 06:18:08PM +0200, Thomas Monjalon wrote: > > > It seems that your patch is not removing > > > rte_eth_ring_pair_create/rte_eth_ring_pair_attach so I'm not sure you > > > can dynamically change the PMD i

[dpdk-dev] [PATCH 0/19] Separate compile time linkage between eal lib and pmd's

2014-04-12 Thread Neil Horman
On Thu, Apr 10, 2014 at 04:47:07PM -0400, Neil Horman wrote: > Disconnect compile time linkage between eal library / applications and pmd's > > I noticed that, while tinkering with dpdk, building for shared libraries still > resulted in all the test applications linking to all the built pmd's, des

[dpdk-dev] [PATCH v2 07/11 1/2] vdev: new registration API

2014-04-12 Thread Neil Horman
On Sat, Apr 12, 2014 at 08:05:22AM +0200, Thomas Monjalon wrote: > Hi Bruce, > > 11/04/2014 20:08, Richardson, Bruce : > > From: Neil Horman > > > On Fri, Apr 11, 2014 at 06:18:08PM +0200, Thomas Monjalon wrote: > > > > It seems that your patch is not removing > > > > rte_eth_ring_pair_create/rte_