[net-next v5 4/8] dpaa_eth: add driver's Tx queue selection

2015-12-04 Thread linuxppc-dev-bounces+archive=mail-archive . com
From: Madalin Bucur Allow the selection of the transmission queue based on the CPU id. The DPAA Ethernet driver defines a ndo_select_queue() callback for optimal selection of the egress FQ. That will override the XPS support for this netdevice and should provide a certain increase in performance.

[net-next v5 4/8] dpaa_eth: add driver's Tx queue selection

2015-12-03 Thread Madalin Bucur
Allow the selection of the transmission queue based on the CPU id. The DPAA Ethernet driver defines a ndo_select_queue() callback for optimal selection of the egress FQ. That will override the XPS support for this netdevice and should provide a certain increase in performance. Standard XPS support