[dpdk-dev] [PATCH v4 02/11] crypto/nitrox: add PCI probe and remove routines

Akhil Goyal akhil.goyal at nxp.com
Fri Sep 20 11:15:34 CEST 2019


> 
> +
> +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},
> +};
> +



More information about the dev mailing list