]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa_eth-rss'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 23:41:01 +0000 (16:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 23:41:01 +0000 (16:41 -0700)
commit896d954853f8134f6226c61b7759648c7d0d2220
treec90b97e3a4c4feabebaeae2942395930803f89f7
parent4cf23890c3545def8fc719011573986467a82b2c
parent304d2fa165ee86d71325d71c3cae35259699ff54
Merge branch 'dpaa_eth-rss'

Madalin Bucur says:

====================
Add RSS to DPAA 1.x Ethernet driver

This patch set introduces Receive Side Scaling for the DPAA Ethernet
driver. Documentation is updated with details related to the new
feature and limitations that apply.
Added also a small fix.

v2: removed a C++ style comment
v3: move struct fman to header file to avoid exporting a function
v4: addressed compilation issues introduced in v3
====================

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