diff options
| author | Jakub Kicinski <[email protected]> | 2024-09-06 16:10:59 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-09-09 23:53:38 +0000 |
| commit | 17245a195df4c86b1fd38718d8cdc532c040c08e (patch) | |
| tree | 14a09bf1a9ed41cd13e509433e4ddf416c2a9796 /net/unix/af_unix.c | |
| parent | Merge branch 'selftests-mptcp-add-time-per-subtests-in-tap-output' (diff) | |
| download | kernel-17245a195df4c86b1fd38718d8cdc532c040c08e.tar.gz kernel-17245a195df4c86b1fd38718d8cdc532c040c08e.zip | |
net: remove dev_pick_tx_cpu_id()
dev_pick_tx_cpu_id() has been introduced with two users by
commit a4ea8a3dacc3 ("net: Add generic ndo_select_queue functions").
The use in AF_PACKET has been removed in 2019 by
commit b71b5837f871 ("packet: rework packet_pick_tx_queue() to use common code selection")
The other user was a Netlogic XLP driver, removed in 2021 by
commit 47ac6f567c28 ("staging: Remove Netlogic XLP network driver").
It's relatively unlikely that any modern driver will need an
.ndo_select_queue implementation which picks purely based on CPU ID
and skips XPS, delete dev_pick_tx_cpu_id()
Found by code inspection.
Reviewed-by: Eric Dumazet <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
