]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'enetc-flow-control'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:31:45 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:31:45 +0000 (15:31 -0700)
commit6ed33c13128799b666904106996b6a278546afe9
treeff00a4812020d256d59ec89643d0cb91c5dfcafb
parentc1d9e34e11281a8ba1a1c54e4db554232a461488
parenta8648887880f90137f0893aeb1a0abef30858c01
Merge branch 'enetc-flow-control'

Vladimir Oltean says:

====================
Flow control for NXP ENETC

This patch series contains logic for enabling the lossless mode on the
RX rings of the ENETC, and the PAUSE thresholds on the internal FIFO
memory.

During testing it was found that, with the default FIFO configuration,
a sender which isn't persuaded by our PAUSE frames and keeps sending
will cause some MAC RX frame errors. To mitigate this, we need to ensure
that the FIFO never runs completely full, so we need to fix up a setting
that was supposed to be configured well out of reset. Unfortunately this
requires the addition of a new mini-driver.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>