Skip to content
Commit 416186fb authored by Alexander Duyck's avatar Alexander Duyck Committed by David S. Miller
Browse files

net: Split core bits of netdev_pick_tx into __netdev_pick_tx



This change splits the core bits of netdev_pick_tx into a separate function.
The main idea behind this is to make this code accessible to select queue
functions when they decide to process the standard path instead of their
own custom path in their select queue routine.

Signed-off-by: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c10d7367
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment