This patch adds the Arkville FX2 device to the PCIe allowlist. Signed-off-by: Shepard Siegel <shepard.sie...@atomicrules.com> --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark/ark_ethdev.c +++ b/drivers/net/ark/ark_ethdev.c @@ -99,6 +99,7 @@ static const struct rte_pci_id pci_id_ark_map[] = { {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101c)}, {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101e)}, {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101f)}, + {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1022)}, {.vendor_id = 0, /* sentinel */ }, }; -- 2.25.1