Re: [PATCH v3 net-next 0/4] Further fix for dsa unbinding

2015-12-07 Thread Andrew Lunn
On Mon, Dec 07, 2015 at 01:57:31PM +0100, Neil Armstrong wrote: > This serie fixes further issues for DSA dynamic unbinding. > The first patch completely removes the PHY link state polling. > The two following cleans up the dsa state upon removal. > The last patch moves slave destroy code as slave

[PATCH v3 net-next 0/4] Further fix for dsa unbinding

2015-12-07 Thread Neil Armstrong
This serie fixes further issues for DSA dynamic unbinding. The first patch completely removes the PHY link state polling. The two following cleans up the dsa state upon removal. The last patch moves slave destroy code as slave function and adds missing netdev and phy cleanup calls. v1:

Re: [PATCH v3 net-next 0/4] Further fix for dsa unbinding

2015-12-07 Thread Florian Fainelli
On 07/12/15 04:57, Neil Armstrong wrote: > This serie fixes further issues for DSA dynamic unbinding. > The first patch completely removes the PHY link state polling. > The two following cleans up the dsa state upon removal. > The last patch moves slave destroy code as slave function and > adds

Re: [PATCH v3 net-next 0/4] Further fix for dsa unbinding

2015-12-07 Thread David Miller
From: Neil Armstrong Date: Mon, 7 Dec 2015 13:57:31 +0100 > This serie fixes further issues for DSA dynamic unbinding. > The first patch completely removes the PHY link state polling. > The two following cleans up the dsa state upon removal. > The last patch moves slave