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

Thomas Monjalon thomas.monjalon at 6wind.com
Thu May 12 17:31:28 CEST 2016


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 for testing"?

> +struct pci_driver_list real_pci_driver_list =
> +	TAILQ_HEAD_INITIALIZER(real_pci_driver_list);



More information about the dev mailing list