repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
test_xdp_vlan_mode_native.sh
blob
5cf7ce1f16c162f6596cfdd14fc214b86271ad7e
1
#!/bin/bash
2
# SPDX-License-Identifier: GPL-2.0
3
4
# Exit on failure
5
set -e
6
7
# Wrapper script to test native-XDP
8
export
TESTNAME
=
xdp_vlan_mode_native
9
.
/
test_xdp_vlan.sh
--mode
=
xdpdrv