Add in two extra PCI device id's for future HW versions to be supported by idxd driver. This aligns with the definitions present in kernel idxd driver [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/dma/idxd/registers.h#n9 Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> --- Cc: stable@dpdk.org Since this only adds a couple of device IDs, and there are no other changes to the dma/idxd driver in 25.03, perhaps this could be considered for backport for 24.11? --- drivers/dma/idxd/idxd_pci.c | 4 ++++ usertools/dpdk-devbind.py | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-)
Acked-by: Kevin Laatz <kevin.laatz@intel.com>