Commit c4fcfeb
committed
fix: Make HOST_MAP_MAX_ENTRIES configurable in host_map_test Makefile
- Add HOST_MAP_MAX_ENTRIES variable with default value 10
- Pass HOST_MAP_MAX_ENTRIES to both BPF and C compilation commands
- Enable the documented feature allowing users to customize map entries
via 'make HOST_MAP_MAX_ENTRIES=N'
Signed-off-by: jingxuanxie <[email protected]>1 parent cb95d73 commit c4fcfeb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments