<div dir="ltr">Hi all,<div><br></div><div>On the RHEL9.2 with DPDK 22.11.1 version, DPDK primary application failed to add RSS flow on TAP sub-device, when loading the TAP BPF byte-code instructions.<br><br>This "struct bpf_insn l3_l4_hash_insns[]" array(from file: drivers/net/tap/tap_bpf_insns.h) is in eBPF bytecode instructions format, this eBPF failed to load on TAP PMD with the following error:<br><br>=====================<br>rss_add_actions(): Failed to load BPF section 'l3_l4' (7): Argument list too long.<br>net_failsafe: Failed to create a flow on sub_device 1."<br>=====================<br>On Kernel-version:  5.15.0 #9 SMP PREEMPT<br>Arch: x86_64 GNU/Linux<br><br>When added some debug logs on Kernel BPF verifier code, we could see that instruction processed were reached to 1 Million.<br>But, the Byte code has only 1698 instructions only. Why the Kernel BPF verifier is processing beyond 1,698 instructions ?<br><br>The same byte-code(with DPDK-22.11.1) worked well with RHEL8.x and not working in RHEL-9.x version.<br><br>Does anybody faced such issues ?<br>Please let me know how to debug such issues on Byte-code.</div><div><br>Thanks,</div><div>Madhukar.</div></div>