[dpdk-dev] [PATCH] bond: fix check initial link status of slave

2015-06-29 Thread Thomas Monjalon
> > On Fortville NIC, link status change interrupt callback is not executed when > > slave in bonding is (re-)started. It causes that slave's NIC is inactive > > even > > if its link status is up on the start. > > > > This patch invokes lsc callback, just after port's start, to check its > > ini

[dpdk-dev] [PATCH] bond: fix check initial link status of slave

2015-06-26 Thread Doherty, Declan
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Wednesday, June 24, 2015 1:51 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] bond: fix check initial link status of slave > > On Fortville NIC, link st

[dpdk-dev] [PATCH] bond: fix check initial link status of slave

2015-06-24 Thread Tomasz Kulasek
On Fortville NIC, link status change interrupt callback is not executed when slave in bonding is (re-)started. It causes that slave's NIC is inactive even if its link status is up on the start. This patch invokes lsc callback, just after port's start, to check its initial link status and manage pr