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)
commitf5f9649780c9429a4fc83b25090ddc877c6a5199
treefdf02532efae23b38641cc5fc81ffe53c16d34fc
parent2ad7b7560fd586a8b72eb52df9483c203943eec9
parentb9687b48a63a12ea31442f64dc77d41e83d0e478
Merge branch 'thunderx-pass2'

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>