fab45be1d2
Add use of non-inlined subprogs to few bigger selftests to excercise libbpf's bpf2bpf handling logic. Also split l4lb_all selftest into two sub-tests. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200903203542.15944-13-andriin@fb.com
11 lines
260 B
C
11 lines
260 B
C
// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
|
|
// Copyright (c) 2019 Facebook
|
|
|
|
#define STROBE_MAX_INTS 2
|
|
#define STROBE_MAX_STRS 25
|
|
#define STROBE_MAX_MAPS 13
|
|
#define STROBE_MAX_MAP_ENTRIES 20
|
|
#define NO_UNROLL
|
|
#define SUBPROGS
|
|
#include "strobemeta.h"
|