]> git.baikalelectronics.ru Git - kernel.git/commit
net: Split core bits of netdev_pick_tx into __netdev_pick_tx
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 10 Jan 2013 08:56:51 +0000 (08:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jan 2013 06:47:03 +0000 (22:47 -0800)
commitfdba8aa7bd9534f52c7e9e8f1fea85be361e5d7a
tree8670e015c8e6ba3e41c7373671bcfe1b2703b653
parent0c944c366512bcb2c73f1567c591244efbe48aa4
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: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c