Re: [PATCH] net: bcmgenet: fix uncleaned dma flags

2015-08-20 Thread Jaedon Shin
> 2015. 8. 21., 오전 7:04, Florian Fainelli 작성: > > On 19/08/15 20:17, Jaedon Shin wrote: >> Clean the dma flags of multiq ring buffer int the interface stop >> process. This patch fixes that the genet is not running while the >> interface is re-enabled. >> >> $ ifup eth0 - running after booting >

Re: [PATCH] net: bcmgenet: fix uncleaned dma flags

2015-08-20 Thread Florian Fainelli
On 19/08/15 20:17, Jaedon Shin wrote: > Clean the dma flags of multiq ring buffer int the interface stop > process. This patch fixes that the genet is not running while the > interface is re-enabled. > > $ ifup eth0 - running after booting > $ ifdown eth0 > $ ifup eth0 - not running and occur tx_t

[PATCH] net: bcmgenet: fix uncleaned dma flags

2015-08-19 Thread Jaedon Shin
Clean the dma flags of multiq ring buffer int the interface stop process. This patch fixes that the genet is not running while the interface is re-enabled. $ ifup eth0 - running after booting $ ifdown eth0 $ ifup eth0 - not running and occur tx_timeout The bcmgenet_dma_disable() in bcmgenet_open(