| commit | 213b15ca818adf7766cd7162c2159a6ecdd3bab8 | [log] [tgz] |
|---|---|---|
| author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Nov 11 09:42:45 2010 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Tue Nov 16 11:17:42 2010 -0800 |
| tree | e6655afbd3b1b5830543d102e0d2e9f47da9b36a | |
| parent | 4af429d29b341bb1735f04c2fb960178ed5d52e7 [diff] |
vlan: remove ndo_select_queue() logic Now vlan are lockless, we dont need special ndo_select_queue() logic. dev_pick_tx() will do the multiqueue stuff on the real device transmit. Suggested-by: Jesse Gross <jesse@nicira.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>