diff options
author | Justin Lai <[email protected]> | 2024-09-04 11:21:07 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-09-05 22:02:38 -0700 |
commit | d6e882b89fdf80be0ab4f914ec10f75215e49495 (patch) | |
tree | 336274920da807ab88c07c2624144fb72eca988e /tools/testing/selftests/bpf/progs/test_prog_array_init.c | |
parent | 85dd839ad1e52b2d32499b8ee3861fd958bfa96b (diff) |
rtase: Implement .ndo_start_xmit function
Implement .ndo_start_xmit function to fill the information of the packet
to be transmitted into the tx descriptor, and then the hardware will
transmit the packet using the information in the tx descriptor.
In addition, we also implemented the tx_handler function to enable the
tx descriptor to be reused.
Signed-off-by: Justin Lai <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_prog_array_init.c')
0 files changed, 0 insertions, 0 deletions