commit | 05373e31baed87c3daafdc6d30dc679f057b5cd0 | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Mon Jan 13 17:24:15 2020 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Jan 13 18:31:48 2020 -0800 |
tree | 0a0644813a1e13cb314fbf3934f6dafd27daf0a5 | |
parent | 44e6547570654a447edcfff33023cf61f5fdcd01 [diff] |
net: stmmac: selftests: Switch to dev_direct_xmit() In the upcoming commit for TBS selftest we will need to send a packet on a specific Queue. As stmmac fallsback to netdev_pick_tx() on the select Queue callback, we need to switch all selftests logic to dev_direct_xmit() so that we can send the given SKB on a specific Queue. Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>