Merge branch 'thunderx-pass2'
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Dec 2015 04:38:18 +0000 (23:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Dec 2015 04:38:49 +0000 (23:38 -0500)
Sunil Goutham says:

====================
net: thunderx: Support for pass-2 hw features

This patch set adds support for new features added in pass-2 revision
of hardware like TSO and count based interrupt coalescing.

Changes from v1:
- Addressed comments received regarding boolean bit field changes
  by excluding them from this patch. Will submit a seperate
  patch along with cleanup of unsed field.
- Got rid of new macro 'VNIC_NAPI_WEIGHT' introduced in
  count threshold interrupt patch.
====================

Reviewed-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge