File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1413,9 +1413,9 @@ union bpf_attr {
14131413 __u32 insn_cnt ;
14141414 __aligned_u64 insns ;
14151415 __aligned_u64 license ;
1416- __u32 enable_epass ;
1417- __aligned_u64 epass_gopt ;
1418- __aligned_u64 epass_popt ;
1416+ __u32 enable_epass ; /* enable ePass */
1417+ __aligned_u64 epass_gopt ; /* ePass global options */
1418+ __aligned_u64 epass_popt ; /* ePass pass options */
14191419 __u32 log_level ; /* verbosity level of verifier */
14201420 __u32 log_size ; /* size of user buffer */
14211421 __aligned_u64 log_buf ; /* user supplied buffer */
@@ -1451,7 +1451,6 @@ union bpf_attr {
14511451 * truncated), or smaller (if log buffer wasn't filled completely).
14521452 */
14531453 __u32 log_true_size ;
1454- // __aligned_u64 bpf_ir_opts; /* ePass bpf ir options */
14551454 };
14561455
14571456 struct { /* anonymous struct used by BPF_OBJ_* commands */
@@ -7329,5 +7328,4 @@ struct bpf_iter_num {
73297328 __u64 __opaque [1 ];
73307329} __attribute__((aligned (8 )));
73317330
7332-
73337331#endif /* _UAPI__LINUX_BPF_H__ */
You can’t perform that action at this time.
0 commit comments