OSDN Git Service

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)
commit9d8c7e5a87b175c3a956cd36989022be978ea1d4
treec90b97e3a4c4feabebaeae2942395930803f89f7
parent0df49584ed6f0e99f3e16d6b10acef32fe21ce0d
parent52600dcc9e3ac4c023edd48984f3005ab8191e71
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>