drivers: net: cpsw: Enable statistics for all port
Enable hardware statistics for all ports, enabling only to host port is useless Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
This commit is contained in:
parent
2bf36ac638
commit
454ac63525
@ -772,6 +772,7 @@ static int cpsw_init(struct eth_device *dev, bd_t *bis)
|
||||
|
||||
/* enable statistics collection only on the host port */
|
||||
__raw_writel(BIT(priv->host_port), &priv->regs->stat_port_en);
|
||||
__raw_writel(0x7, &priv->regs->stat_port_en);
|
||||
|
||||
cpsw_ale_port_state(priv, priv->host_port, ALE_PORT_STATE_FORWARD);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user