-
Notifications
You must be signed in to change notification settings - Fork 132
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
a49d23f
to
88feb0d
Compare
Upstream branch: f282146 |
3d5ff10
to
429cd67
Compare
88feb0d
to
eb5d065
Compare
Upstream branch: 79d93c8 |
429cd67
to
c0850c9
Compare
eb5d065
to
1ceb0d9
Compare
Upstream branch: 74f36a9 |
c0850c9
to
02afc55
Compare
1ceb0d9
to
b7965ce
Compare
Upstream branch: 157a502 |
02afc55
to
67df9da
Compare
b7965ce
to
084fae2
Compare
Upstream branch: 233732b |
67df9da
to
5dd51f0
Compare
084fae2
to
474f6ed
Compare
Upstream branch: a68894a |
5dd51f0
to
01945d6
Compare
474f6ed
to
44c3a1d
Compare
Upstream branch: be741c7 |
01945d6
to
f5ee0cd
Compare
44c3a1d
to
720c696
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: 46d38f4 |
f5ee0cd
to
fc07e6f
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