Hi Cong, On 11/29/24 2:22 AM, Cong Wang wrote:
From: Cong Wang <cong.wang@xxxxxxxxxxxxx> This patchset fixes a bug in bpf_skb_change_tail() helper and adds test cases for it, as requested by Daniel and John. --- v2: added a test case for TC where offsets are positive fixed a typo in 1/4 patch description reduced buffer size in the sockmap test case
I ran the selftest several times but it's repeatedly failing whereas without the series bpf tree CI seems fine. The CI fails on tc tests, so potentially patch 4 is causing this. Switching over to tcx APIs from libbpf might automatically address this given the failures seem to be in 'revision unexpected' which is likely due to legacy libbpf tc APIs detaching but not deleting the underlying qdisc. Thanks, Daniel