]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
authorRemi Pommarel <repk@triplefau.lt>
Sun, 8 Mar 2020 09:25:56 +0000 (10:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 04:27:44 +0000 (21:27 -0700)
commit591c8892b7602cc660da069eb9b31c4e30c2b6d5
treec225cde763c23d135e526ebdaf72c4e81530134c
parente549a66bc9dc01d84d961c527c100f20c366828f
net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used

ACS (auto PAD/FCS stripping) removes FCS off 802.3 packets (LLC) so that
there is no need to manually strip it for such packets. The enhanced DMA
descriptors allow to flag LLC packets so that the receiving callback can
use that to strip FCS manually or not. On the other hand, normal
descriptors do not support that.

Thus in order to not truncate LLC packet ACS should be disabled when
using normal DMA descriptors.

Fixes: a271220f65991 ("net: add support for STMicroelectronics Ethernet controllers.")
Signed-off-by: Remi Pommarel <repk@triplefau.lt>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c