>
> +
> +static struct rte_pci_id pci_id_nitrox_map[] = {
> + {
> + /* Nitrox 5 VF */
> + RTE_PCI_DEVICE(0x177d, 0x13)
I think these numbers should be macros.
> + },
> + {.device_id = 0},
> +};
> +
>
> +
> +static struct rte_pci_id pci_id_nitrox_map[] = {
> + {
> + /* Nitrox 5 VF */
> + RTE_PCI_DEVICE(0x177d, 0x13)
I think these numbers should be macros.
> + },
> + {.device_id = 0},
> +};
> +