]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fec-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Sep 2014 21:32:29 +0000 (17:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Sep 2014 21:32:29 +0000 (17:32 -0400)
commita6ba76a1d8ec70ced1a21698b3cd0c33d7f42035
tree89954e5f2582ff8608aad840d222983e04d70f5a
parent706939d2a063bf6906e6aeeec27c97915244b2d7
parent1950c7889c3f9a7bbc2acf2cf802a29fba387193
Merge branch 'fec-next'

Frank Li says:

====================
net: fec: imx6sx multiqueue support

These patches enable i.MX6SX multi queue support.
i.MX6SX support 3 queue and AVB feature.

Change from v3 to v4
 - use "unsigned int" instead of "unsigned"

Change from v2 to v3
 - fixed alignment requirement for ARM and NO-ARM platform

Change from v1 to v2.
 - Change num_tx_queue to unsigned int
 - Avoid block non-dt platform
 - remove call netif_set_real_num_rx_queues
 - seperate multi queue patch two part, one is tx and rx handle, with fixed queue 0
   then other one is initilized multiqueue
 - use two difference alignment for tx and rx path
====================

Signed-off-by: David S. Miller <davem@davemloft.net>