-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selftests/xsk: Add tests for XDP tail adjustment in AF_XDP #8525
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: 7042882 |
038d931
to
57dcc3a
Compare
Upstream branch: bd4319b |
9b6f360
to
52582d8
Compare
57dcc3a
to
d7a737b
Compare
Upstream branch: e0525cd |
52582d8
to
9626641
Compare
d7a737b
to
74bd319
Compare
Upstream branch: 63817c7 |
9626641
to
cc76140
Compare
74bd319
to
5ed7ad7
Compare
Upstream branch: 201b62c |
cc76140
to
89e0047
Compare
5ed7ad7
to
1be57b8
Compare
Upstream branch: 2398608 |
89e0047
to
81c31f0
Compare
1be57b8
to
75f3d6d
Compare
Upstream branch: 11ba7ce |
81c31f0
to
a667095
Compare
75f3d6d
to
f7ab861
Compare
Upstream branch: 236d391 |
a667095
to
666f340
Compare
f7ab861
to
9819511
Compare
Upstream branch: 1ffe30e |
666f340
to
61a0942
Compare
9819511
to
2f4a9ca
Compare
deeb5bf
to
b22bdf7
Compare
Upstream branch: 122f1fd |
0795f67
to
32b3223
Compare
b22bdf7
to
83cee19
Compare
Upstream branch: 7586e21 |
32b3223
to
32d8e53
Compare
83cee19
to
372e928
Compare
Upstream branch: 7586e21 |
32d8e53
to
25374cc
Compare
372e928
to
6627a4c
Compare
Upstream branch: 7586e21 |
25374cc
to
fc99fb3
Compare
6627a4c
to
d1ff1be
Compare
Upstream branch: ad55432 |
fc99fb3
to
31fe279
Compare
d1ff1be
to
b91a7a7
Compare
Upstream branch: ad55432 |
31fe279
to
ce939cf
Compare
b91a7a7
to
5fd21aa
Compare
Upstream branch: c6287f1 |
ce939cf
to
065777f
Compare
5fd21aa
to
82f3b26
Compare
Add pkt_stream_replace_ifobject function to replace the packet stream for a given ifobject. Signed-off-by: Tushar Vyavahare <[email protected]>
Introduce tail adjustment functionality in xskxceiver using bpf_xdp_adjust_tail(). Add `xsk_xdp_adjust_tail` to modify packet sizes and drop unmodified packets. Implement `is_adjust_tail_supported` to check helper availability. Develop packet resizing tests, including shrinking and growing scenarios, with functions for both single-buffer and multi-buffer cases. Update the test framework to handle various scenarios and adjust MTU settings. These changes enhance the testing of packet tail adjustments, improving AF_XDP framework reliability. Signed-off-by: Tushar Vyavahare <[email protected]>
Upstream branch: c6287f1 |
065777f
to
034b605
Compare
Pull request for series with
subject: selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=935912