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.13-rc6 9 lines 186 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 generic-XDP 8export TESTNAME=xdp_vlan_mode_generic 9./test_xdp_vlan.sh --mode=xdpgeneric