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)
commitc021aaca5feb39f5853d10fdedb17043848b48b9
treee03e36ec89faa7c39988b19a69f2b1da837449c2
parent3b12f73a5c2977153f28a224392fd4729b50d1dc
parent36fa35d22bffc78c85b5e68adbdd99e914bec764
Merge branch 'thunderx-misc-fixes'

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>