From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 6 Apr 2016 10:23:27 -0700 Subject: [U-Boot] [PATCH] drivers: net: vsc9953: Do not configure disabled ports In-Reply-To: <1457956012-28175-3-git-send-email-codrin.ciubotariu@nxp.com> References: <1457956012-28175-1-git-send-email-codrin.ciubotariu@nxp.com> <1457956012-28175-3-git-send-email-codrin.ciubotariu@nxp.com> Message-ID: <5705460F.5040600@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 accumulate, consuming memory > and eventually causing head-of-line blocking for other frames. > > Signed-off-by: Codrin Ciubotariu > --- > drivers/net/vsc9953.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York