Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.17 9 lines 180 B view raw
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3 4# Exit on failure 5set -e 6 7# Wrapper script to test native-XDP 8export TESTNAME=xdp_vlan_mode_native 9./test_xdp_vlan.sh --mode=xdpdrv