add recursive addition algorithm with mixing of ast node type and type node which is not right.

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-10-11 18:55:56 +05:30
parent 2cf7b28793
commit 168e26268e
2 changed files with 21 additions and 4 deletions

View File

@ -2,7 +2,6 @@ from pythonbpf import bpf, map, section, bpfglobal, compile, compile_to_ir
from pythonbpf.maps import HashMap
from pythonbpf.helper import XDP_PASS
from vmlinux import struct_xdp_md
# from vmlinux import XDP_PASS
from ctypes import c_int64
# Instructions to how to run this program