[dpdk-dev] [PATCH v2 0/6] bonding: locks

2016-06-10 Thread Iremonger, Bernard
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Friday, June 10, 2016 3:46 PM > To: Iremonger, Bernard > Cc: dev at dpdk.org; Doherty, Declan ; Ananyev, > Konstantin > Subject: Re: [dpdk-dev] [PATCH v2 0/6] bonding: locks > > On Thu, May 2

[dpdk-dev] [PATCH v2 0/6] bonding: locks

2016-06-10 Thread Bruce Richardson
On Thu, May 26, 2016 at 05:38:41PM +0100, Bernard Iremonger wrote: > Add spinlock to bonding rx and tx queues. > Take spinlock in rx and tx burst functions. > Take all spinlocks in slave add and remove functions. > With spinlocks in place remove memcpy of slaves. > > Changes in v2: > Replace patch

[dpdk-dev] [PATCH v2 0/6] bonding: locks

2016-05-26 Thread Bernard Iremonger
Add spinlock to bonding rx and tx queues. Take spinlock in rx and tx burst functions. Take all spinlocks in slave add and remove functions. With spinlocks in place remove memcpy of slaves. Changes in v2: Replace patch 1. Add patch 2 and reorder patches. Add spinlock to bonding rx and tx queues. Ta