]> git.ipfire.org Git - people/arne_f/kernel.git/commit
PCI: Add ACS quirks for Cavium multi-function devices
authorGeorge Cherian <george.cherian@marvell.com>
Tue, 10 Aug 2021 12:24:25 +0000 (17:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 10:39:26 +0000 (12:39 +0200)
commita1d4322f6782f5d29c1ef4ec53af16411a12c9b3
treefe8a91879ed00c63320aafa8e3e5a86b4a14f162
parenta87aa051d7bd358fa882a3aae55a467c993661ff
PCI: Add ACS quirks for Cavium multi-function devices

[ Upstream commit 32837d8a8f63eb95dcb9cd005524a27f06478832 ]

Some Cavium endpoints are implemented as multi-function devices without ACS
capability, but they actually don't support peer-to-peer transactions.

Add ACS quirks to declare DMA isolation for the following devices:

  - BGX device found on Octeon-TX (8xxx)
  - CGX device found on Octeon-TX2 (9xxx)
  - RPM device found on Octeon-TX3 (10xxx)

Link: https://lore.kernel.org/r/20210810122425.1115156-1-george.cherian@marvell.com
Signed-off-by: George Cherian <george.cherian@marvell.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/quirks.c