commit | d51bffd16d39d7fe8b374a5fdebf16210ca41892 | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Thu Oct 30 12:46:09 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 30 19:56:23 2014 -0400 |
tree | c761942e2ba52f6892521ab8b9292628a2850c02 | |
parent | 7bd68bfd51f611ba61b3afdbd23ea9580c312bf5 [diff] |
sunvnet: Use one Tx queue per vnet_port Use multple Tx netdev queues for sunvnet by supporting a one-to-one mapping between vnet_port and Tx queue. Provide a ndo_select_queue indirection (vnet_select_queue()) which selects the queue based on the peer that would be selected in vnet_start_xmit() Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>