net/bonding: fix link status interrupt when down
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Wed, 26 Jul 2017 15:53:30 +0000 (17:53 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 31 Jul 2017 17:58:41 +0000 (19:58 +0200)
commit5b1b672d6b12f86c66fcbef7f1c90fb939eab19e
tree7412b61d0ae276612cc522edfbd60b108396e989
parent466b0ace2df9cab7f45ae2c3102d5a979c7b604d
net/bonding: fix link status interrupt when down

RTE_ETH_EVENT_INTR_LSC callbacks are not called when all slaves goes down
in bond_ethdev_lsc_event_callback. It causes that link status change of
bonded device is not propagated up.

Fixes: deba8a2f8b0b ("net/bonding: fix link properties management")

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
drivers/net/bonding/rte_eth_bond_pmd.c