[dpdk-dev] [PATCH v4 0/8] link bonding

2014-10-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Tuesday, September 30, 2014 10:58 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/8] link bonding > > v4: > - Rebased to account for change

[dpdk-dev] [PATCH v4 0/8] link bonding

2014-10-08 Thread Jiajia, SunX
m: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Tuesday, September 30, 2014 5:58 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/8] link bonding > > v4: > - Rebased to account for changes in master. > - Fix for rte_eth_bond_slaves_get()

[dpdk-dev] [PATCH v4 0/8] link bonding

2014-09-30 Thread Declan Doherty
v4: - Rebased to account for changes in master. - Fix for rte_eth_bond_slaves_get() introduced in v3 patch set - Addressed issue around disabling/enabling link status polling around adding/ removing slaves devices. v3 : - Typo fix for the bond free mbufs patch. - Rebased to account for changes i