index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
xdpxceiver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests, xsk: Rename AF_XDP testing app
Maciej Fijalkowski
2022-07-08
1
-1682
/
+0
*
selftests/xsk: Verify correctness of XDP prog attach point
Maciej Fijalkowski
2022-06-30
1
-0
/
+17
*
selftests/xsk: Introduce XDP prog load based on existing AF_XDP socket
Maciej Fijalkowski
2022-06-30
1
-1
/
+1
*
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
2022-06-28
1
-1
/
+1
*
selftests: xsk: make stat tests not spin on getsockopt
Magnus Karlsson
2022-05-11
1
-74
/
+96
*
selftests: xsk: make the stats tests normal tests
Magnus Karlsson
2022-05-11
1
-57
/
+49
*
selftests: xsk: introduce validation functions
Magnus Karlsson
2022-05-11
1
-38
/
+79
*
selftests: xsk: add timeout to tests
Magnus Karlsson
2022-05-11
1
-0
/
+15
*
selftests: xsk: fix reporting of failed tests
Magnus Karlsson
2022-05-11
1
-63
/
+110
*
selftests: xsk: run all tests for busy-poll
Magnus Karlsson
2022-05-11
1
-10
/
+58
*
selftests: xsk: do not send zero-length packets
Magnus Karlsson
2022-05-11
1
-7
/
+7
*
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-04-11
1
-4
/
+2
*
selftests, xsk: Fix bpf_res cleanup test
Magnus Karlsson
2022-01-27
1
-31
/
+49
*
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
2022-01-24
1
-1
/
+4
*
selftests/bpf: Mute xdpxceiver.c's deprecation warnings
Andrii Nakryiko
2021-12-03
1
-0
/
+6
*
selftests/bpf: Fix xdpxceiver failures for no hugepages
Tirthendu Sarkar
2021-11-17
1
-1
/
+5
*
selftests/bpf: Fix an unused-but-set-variable compiler warning
Yonghong Song
2021-11-12
1
-2
/
+0
*
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2021-09-28
1
-10
/
+42
*
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
2021-09-28
1
-3
/
+3
*
selftests: xsk: Add single packet test
Magnus Karlsson
2021-09-28
1
-0
/
+13
*
selftests: xsk: Introduce pacing of traffic
Magnus Karlsson
2021-09-28
1
-6
/
+23
*
selftests: xsk: Fix socket creation retry
Magnus Karlsson
2021-09-28
1
-6
/
+5
*
selftests: xsk: Put the same buffer only once in the fill ring
Magnus Karlsson
2021-09-28
1
-6
/
+11
*
selftests: xsk: Fix missing initialization
Magnus Karlsson
2021-09-28
1
-0
/
+7
*
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2021-09-10
1
-0
/
+23
*
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2021-09-10
1
-17
/
+126
*
selftests: xsk: Eliminate test specific if-statement in test runner
Magnus Karlsson
2021-09-10
1
-4
/
+12
*
selftests: xsk: Add test for unaligned mode
Magnus Karlsson
2021-09-10
1
-23
/
+104
*
selftests: xsk: Introduce replacing the default packet stream
Magnus Karlsson
2021-09-10
1
-18
/
+47
*
selftests: xsk: Allow for invalid packets
Magnus Karlsson
2021-09-10
1
-6
/
+10
*
selftests: xsk: Eliminate MAX_SOCKS define
Magnus Karlsson
2021-09-10
1
-9
/
+9
*
selftests: xsx: Make pthreads local scope
Magnus Karlsson
2021-09-10
1
-0
/
+1
*
selftests: xsk: Make xdp_flags and bind_flags local
Magnus Karlsson
2021-09-10
1
-28
/
+29
*
selftests: xsk: Specify number of sockets to create
Magnus Karlsson
2021-09-10
1
-33
/
+26
*
selftests: xsk: Replace second_step global variable
Magnus Karlsson
2021-09-10
1
-43
/
+34
*
selftests: xsk: Introduce rx_on and tx_on in ifobject
Magnus Karlsson
2021-09-10
1
-20
/
+14
*
selftests: xsk: Add use_poll to ifobject
Magnus Karlsson
2021-09-10
1
-1
/
+4
*
selftests: xsx: Introduce test name in test spec
Magnus Karlsson
2021-09-10
1
-20
/
+29
*
selftests: xsk: Make frame_size configurable
Magnus Karlsson
2021-09-10
1
-5
/
+6
*
selftests: xsk: Move rxqsize into xsk_socket_info
Magnus Karlsson
2021-09-10
1
-6
/
+3
*
selftests: xsk: Move num_frames and frame_headroom to xsk_umem_info
Magnus Karlsson
2021-09-10
1
-10
/
+10
*
selftests: xsk: Introduce test specifications
Magnus Karlsson
2021-09-10
1
-81
/
+122
*
selftests: xsk: Introduce type for thread function
Magnus Karlsson
2021-09-10
1
-13
/
+12
*
selftests: xsk: Simplify xsk and umem arrays
Magnus Karlsson
2021-09-10
1
-47
/
+31
*
selftests: xsk: Preface options with opt
Magnus Karlsson
2021-08-25
1
-3
/
+3
*
selftests: xsk: Make enums lower case
Magnus Karlsson
2021-08-25
1
-8
/
+3
*
selftests: xsk: Generate packets from specification
Magnus Karlsson
2021-08-25
1
-118
/
+153
*
selftests: xsk: Generate packet directly in umem
Magnus Karlsson
2021-08-25
1
-38
/
+32
*
selftests: xsk: Simplify cleanup of ifobjects
Magnus Karlsson
2021-08-25
1
-32
/
+40
*
selftests: xsk: Decrease sending speed
Magnus Karlsson
2021-08-25
1
-0
/
+1
[next]