Merge branch 'thunderx-misc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 21:12:42 +0000 (13:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 21:12:42 +0000 (13:12 -0800)
Sunil Goutham says:

====================
net: thunderx: Miscellaneous fixes

This patch set fixes multiple issues such as IOMMU
translation faults when kernel is booted with IOMMU enabled
on host, incorrect MAC ID reading from ACPI tables and IPv6
UDP packet drop due to failure of checksum validation.

Changes from v1:
- As suggested by David Miller, got rid of conditional
  calling of DMA map/unmap APIs. Also updated commit message
  in 'IOMMU translation faults' patch.
====================

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

Trivial merge