Re: [U-Boot] [PATCH] drivers: net: vsc9953: Do not configure disabled ports

2016-04-06 Thread York Sun
On 03/14/2016 04:47 AM, Codrin Ciubotariu wrote: > Some SerDes protocols might not enable all l2switch ports. In this case, > these ports should not be configured to perform Rx/Tx operations. > This also fixes an issue when flooded frames were also switched to > disabled ports and frames start to a

Re: [U-Boot] [PATCH] drivers: net: vsc9953: Do not configure disabled ports

2016-03-25 Thread Joe Hershberger
On Mon, Mar 14, 2016 at 6:46 AM, Codrin Ciubotariu wrote: > Some SerDes protocols might not enable all l2switch ports. In this case, > these ports should not be configured to perform Rx/Tx operations. > This also fixes an issue when flooded frames were also switched to > disabled ports and frames

[U-Boot] [PATCH] drivers: net: vsc9953: Do not configure disabled ports

2016-03-14 Thread Codrin Ciubotariu
Some SerDes protocols might not enable all l2switch ports. In this case, these ports should not be configured to perform Rx/Tx operations. This also fixes an issue when flooded frames were also switched to disabled ports and frames start to accumulate, consuming memory and eventually causing head-o