]> 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)
commit788e7e0b335b72eacb2fac405dec92081fa77b51
treec90b97e3a4c4feabebaeae2942395930803f89f7
parentae209524f5398ce9bdf37662939504de18a4da16
parent47432e26ea15d442c4e4f16636acd3efd2ea97a6
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>