[dpdk-dev] [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest

2016-06-15 Thread Thomas Monjalon
2016-06-15 11:51, Jan Viktorin: > On Tue, 14 Jun 2016 16:08:42 +0200 > Thomas Monjalon wrote: > > > 2016-06-14 15:46, Jan Viktorin: > > > There are 2 new fake devices for testing PCI infra. All the fake devices > > s/All the fake/All 3 fake/ > > > > are now identified by non-existing vendor and

[dpdk-dev] [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest

2016-06-15 Thread Jan Viktorin
On Tue, 14 Jun 2016 16:08:42 +0200 Thomas Monjalon wrote: > 2016-06-14 15:46, Jan Viktorin: > > There are 2 new fake devices for testing PCI infra. All the fake devices s/All the fake/All 3 fake/ > > are now identified by non-existing vendor and device IDs so there is no > > real driver to bind

[dpdk-dev] [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest

2016-06-14 Thread Thomas Monjalon
2016-06-14 15:46, Jan Viktorin: > There are 2 new fake devices for testing PCI infra. All the fake devices > are now identified by non-existing vendor and device IDs so there is no > real driver to bind to them. The testing drivers match those IDs. Why not removing the existing sysfs entries fakin

[dpdk-dev] [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest

2016-06-14 Thread Jan Viktorin
There are 2 new fake devices for testing PCI infra. All the fake devices are now identified by non-existing vendor and device IDs so there is no real driver to bind to them. The testing drivers match those IDs. Signed-off-by: Jan Viktorin Suggested-by: Thomas Monjalon --- app/test/test_pci.c