summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/forwarding/loopback.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftests: loopback.sh: skip this test if the driver does not supportHangbin Liu2020-01-031-0/+8
| | | | | | | | | | | | The loopback feature is only supported on a few drivers like broadcom, mellanox, etc. The default veth driver has not supported it yet. To avoid returning failed and making the runner feel confused, let's just skip the test on drivers that not support loopback. Fixes: ad11340994d5 ("selftests: Add loopback test") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* selftests: Add loopback testJiri Pirko2019-05-051-0/+94
Add selftest for loopback feature Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>