summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbhishek Dubey <adubey@linux.ibm.com>2026-01-24 13:22:19 +0530
committerMadhavan Srinivasan <maddy@linux.ibm.com>2026-01-29 09:06:00 +0530
commit2ed2d8f6fb3853daa536d79e0799cbac91fac9f5 (patch)
treedf4662da535f1b56e0031228b96edeaa8f2c31d5 /include
parent15513beeb673765c05cdd8e526ccee33906375cb (diff)
powerpc64/bpf: Support tailcalls with subprogs
Enable tailcalls support in subprogs by passing tail call count as reference instead of value. The actual tailcall count is always maintained in the tailcall field present in the frame of main function (also called entry function). The tailcall field in the stack frame of subprogs contains reference to the tailcall field in the stack frame of main BPF program. Accordingly, rename tail_call_cnt field in the stack layout to tail_call_info. Signed-off-by: Abhishek Dubey <adubey@linux.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260124075223.6033-3-adubey@linux.ibm.com
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions