v9: added pci dependency to the testpmd meson file fixed typo in commit message
v8: Keep cmp_dev_name as string comparison and create a function within testpmd that converts the PCI name to its long format before passing it to the find_device function. v1-v7: The fix focuses on improving cmp_dev_name to perform a smarter comparison instead of a direct string match to find the device. Shani Peretz (1): app/testpmd: canonicalize short PCI name format app/test-pmd/meson.build | 2 +- app/test-pmd/testpmd.c | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) -- 2.34.1