]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: selftests: Make it work in Synopsys AXS101 boards
authorJose Abreu <Jose.Abreu@synopsys.com>
Tue, 14 Jan 2020 16:09:21 +0000 (17:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2020 22:11:18 +0000 (23:11 +0100)
commitf269cbb5223cbc172e5f0e0c9a0f77686641083e
treedbd770771496a71554e87ae97d87c07af58b0fe4
parent336dbc332c70daea8f6ccccbf6acea1eb3f459e3
net: stmmac: selftests: Make it work in Synopsys AXS101 boards

Synopsys AXS101 boards do not support unaligned memory loads or stores.
Change the selftests mechanism to explicity:
- Not add extra alignment in TX SKB
- Use the unaligned version of ether_addr_equal()

Fixes: 27b280e05184 ("net: stmmac: Introduce selftests support")
Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c