Re: [dpdk-dev] [PATCH] net/bonding: fix slave activation simultaneously

2018-05-14 Thread Doherty, Declan
On 24/04/2018 12:29 PM, Matan Azrad wrote: The bonding PMD decides to activate\deactivate its slaves according to the slaves link statuses. Thus, it registers to the LSC events of the slaves ports and activates\deactivates them from its LSC callbacks called asynchronously by the host thread when

Re: [dpdk-dev] [PATCH] net/bonding: fix slave activation simultaneously

2018-05-13 Thread Thomas Monjalon
Someone to review please? 24/04/2018 13:29, Matan Azrad: > The bonding PMD decides to activate\deactivate its slaves according to > the slaves link statuses. > Thus, it registers to the LSC events of the slaves ports and > activates\deactivates them from its LSC callbacks called asynchronously > b

[dpdk-dev] [PATCH] net/bonding: fix slave activation simultaneously

2018-04-24 Thread Matan Azrad
The bonding PMD decides to activate\deactivate its slaves according to the slaves link statuses. Thus, it registers to the LSC events of the slaves ports and activates\deactivates them from its LSC callbacks called asynchronously by the host thread when the slave link status is changed. In additio