Re: [PATCH] net: dsa: Fix Marvell Egress Trailer check

2015-09-22 Thread David Miller
From: Neil Armstrong Date: Tue, 22 Sep 2015 11:28:14 +0200 > The Marvell Egress rx trailer check must be fixed to > correctly detect bad bits in the third byte of the > Eggress trailer as described in the Table 28 of the > 88E6060 datasheet. > The current code incorrectly omits to check the third

Re: [PATCH] net: dsa: Fix Marvell Egress Trailer check

2015-09-22 Thread Guenter Roeck
On 09/22/2015 02:28 AM, Neil Armstrong wrote: The Marvell Egress rx trailer check must be fixed to correctly detect bad bits in the third byte of the Eggress trailer as described in the Table 28 of the 88E6060 datasheet. The current code incorrectly omits to check the third byte and checks the fo

[PATCH] net: dsa: Fix Marvell Egress Trailer check

2015-09-22 Thread Neil Armstrong
The Marvell Egress rx trailer check must be fixed to correctly detect bad bits in the third byte of the Eggress trailer as described in the Table 28 of the 88E6060 datasheet. The current code incorrectly omits to check the third byte and checks the fourth byte twice. Signed-off-by: Neil Armstrong