Re: [PATCH net-next v2 1/1] net: stmmac: Check more MAC HW features for XGMAC Core 3.20

From: Simon Horman
Date: Sun Aug 20 2023 - 05:13:29 EST


On Sat, Aug 19, 2023 at 06:54:40PM +0800, Furong Xu wrote:
> 1. XGMAC Core does not have hash_filter definition, it uses
> vlhash(VLAN Hash Filtering) instead, skip hash_filter when XGMAC.
> 2. Show exact size of Hash Table instead of raw register value.
> 3. Show full description of safety features defined by Synopsys Databook.
> 4. When safety feature is configured with no parity, or ECC only,
> keep FSM Parity Checking disabled.
>
> Signed-off-by: Furong Xu <0x1207@xxxxxxxxx>
> ---
> Changes in v2:
> - Rebase patch on net-next. Thanks Simon :)

Likewise, thanks.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>