Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests: test multiple parallel streams
In order to test ndo_start_xmit being called in parallel, explicitly add separate tests, which should all run on different cores. This should help tease out bugs associated with queueing up packets from different cores in parallel. Currently, it hasn't found those types of bugs, but given future planned work, this is a useful regression to avoid. Signed-off-by: Jason A. Donenfeld <[email protected]>
- Loading branch information