Commit 8fcbc65
bpf/complexity-tests: Add ENABLE_LOCAL_REDIRECT_POLICY
The datapath has `#ifdef`s for this define in its service translation
path for both socket LB and per packet LB, so we should add it to
the complexity tests.
Note that skipRedirectFromBackend configuration requires SO_NETNS_COOKIE
feature available in Linux kernel version >= 5.8. So this commit adds
ENABLE_LOCAL_REDIRECT_POLICY to the kernel version >= 5.8.
Fixes: #34240
Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>1 parent 8dd02f7 commit 8fcbc65
61 files changed
Lines changed: 61 additions & 0 deletions
File tree
- bpf/complexity-tests
- 510
- bpf_host
- bpf_lxc
- bpf_overlay
- bpf_sock
- bpf_xdp
- 61
- bpf_host
- bpf_lxc
- bpf_overlay
- bpf_sock
- bpf_xdp
- netnext
- bpf_host
- bpf_lxc
- bpf_overlay
- bpf_sock
- bpf_xdp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
0 commit comments