]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-multiqueue-mac-prep'
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 06:41:04 +0000 (23:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 06:41:04 +0000 (23:41 -0700)
commit0ece45209c4976942b0e57bcac7cdc227de2fd58
tree5107036a3df1310fc8e7d58ef545d9905591368e
parentee44785c24fe1e43fa0865e7ddaf9a45836df712
parent6da3666d604bd63aa7fac9b4c187f2306d9f84f1
Merge branch 'stmmac-multiqueue-mac-prep'

Joao Pinto says:

====================
prepare mac operations for multiple queues

As agreed with David Miller, this patch-set is the first of 3 to enable
multiple queues in stmmac.

This first one concentrates on mac operations adding functionalities as:
a) Configuration through DT
b) RX and TX scheduling algorithms programming
b) TX queues weight programming (essential in weightes algorithms)
c) RX enable as DCB or AVB (preparing for future AVB support)
d) Mapping RX queue to DMA channel
e) IRQ treatment prepared for multiple queues
f) Debug dump prepared for multiple queues
g) CBS configuration

In v3 patch-set version I included a new patch to enable CBS configuration
(Patch 9).
====================

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