[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-12 Thread Thomas Monjalon
2016-05-12 23:00, Jan Viktorin: > On Thu, 12 May 2016 18:08:16 +0200 > Thomas Monjalon wrote: > > > 2016-05-12 17:53, Jan Viktorin: > > > On Thu, 12 May 2016 17:31:28 +0200 > > > Thomas Monjalon wrote: > > > > > > > 2016-05-10 20:13, Jan Viktorin: > > > > > The test unregisters all real dri

[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-12 Thread Jan Viktorin
On Thu, 12 May 2016 18:08:16 +0200 Thomas Monjalon wrote: > 2016-05-12 17:53, Jan Viktorin: > > On Thu, 12 May 2016 17:31:28 +0200 > > Thomas Monjalon wrote: > > > > > 2016-05-10 20:13, Jan Viktorin: > > > > The test unregisters all real drivers before starting into an array. > > > > This

[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-12 Thread Thomas Monjalon
2016-05-12 17:53, Jan Viktorin: > On Thu, 12 May 2016 17:31:28 +0200 > Thomas Monjalon wrote: > > > 2016-05-10 20:13, Jan Viktorin: > > > The test unregisters all real drivers before starting into an array. This > > > inflexiable as we can use a linked list for this purpose. > > > > I don't un

[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-12 Thread Jan Viktorin
On Thu, 12 May 2016 17:31:28 +0200 Thomas Monjalon wrote: > 2016-05-10 20:13, Jan Viktorin: > > The test unregisters all real drivers before starting into an array. This > > inflexiable as we can use a linked list for this purpose. > > I don't understand this. Maybe some words are missing. Be

[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-12 Thread Thomas Monjalon
2016-05-10 20:13, Jan Viktorin: > The test unregisters all real drivers before starting into an array. This > inflexiable as we can use a linked list for this purpose. I don't understand this. Maybe some words are missing. > +/* real drivers (not used for testing) */ What do mean by "not used fo

[dpdk-dev] [PATCH v2 06/11] app/test: use linked list to store PCI drivers

2016-05-10 Thread Jan Viktorin
The test unregisters all real drivers before starting into an array. This inflexiable as we can use a linked list for this purpose. Signed-off-by: Jan Viktorin --- app/test/test_pci.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/test/test_pci.c b/ap