Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests/xsk: Implement packet resizing test with bpf_xdp_adjust_tail
Implement a packet resizing test using the bpf_xdp_adjust_tail() function. Add the testapp_adjust_tail function to test packet resizing capabilities. Replace packet streams for both transmit and receive with adjusted lengths. Include logic to skip the test if bpf_xdp_adjust_tail is not supported. Update the test framework to handle various packet resizing scenarios. Signed-off-by: Tushar Vyavahare <[email protected]>
- Loading branch information