• M
    qed: Don't close the OUT_EN during init · bd1cc771
    Mintz, Yuval 提交于
    Before initializing the chip's engine, driver currently closes a set
    of registers on the HW's ingress flow to prevent packets from slipping
    in while they're not supposed to.
    
    This configuration is insufficient, as there are some scenarios where
    packets would still arrive even when said registers are set,
    but the management firmware already closes other per-port registers
    that do suffice, making this setting unnecessray.
    Signed-off-by: NYuval Mintz <Yuval.Mintz@cavium.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    bd1cc771
qed_dev.c 107.0 KB