Merge branch 'mvneta-xmit_more-bql'
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2017 01:07:29 +0000 (20:07 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2017 01:07:29 +0000 (20:07 -0500)
commitb8128c42313e688bb23ef2b88f752beb28b281fc
treea0cbb492501bcea61515bb0320d7037e6e47e862
parenta3308d8fd1f58c67aaae52d9468791c2082ab2c7
parenta29b6235560a1ed10c8e1a73bfc616a66b802b90
Merge branch 'mvneta-xmit_more-bql'

Marcin Wojtas says:

====================
mvneta xmit_more and bql support

This is a delayed v2 of short patchset, which introduces xmit_more and BQL
to mvneta driver. The only one change was added in xmit_more support -
condition check preventing excessive descriptors concatenation before
flushing in HW.

Any comments or feedback would be welcome.

Changelog:
v1 -> v2:

* Add checking condition that ensures too much descriptors are not
  concatenated before flushing in HW.
====================

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