mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:34:51 +07:00
43b987d23d
test_maps: Tests that queue/stack maps are behaving correctly even in corner cases test_progs: Tests new ebpf helpers Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
5 lines
150 B
C
5 lines
150 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (c) 2018 Politecnico di Torino
|
|
#define MAP_TYPE BPF_MAP_TYPE_QUEUE
|
|
#include "test_queue_stack_map.h"
|