[dpdk-dev] [PATCH v3 02/20] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data

Iremonger, Bernard bernard.iremonger at intel.com
Fri Oct 16 12:34:47 CEST 2015


Hi John,

<snip>

> > Subject: [dpdk-dev] [PATCH v3 02/20] librte_ether: add fields from ...
> >
> >  		lro         : 1;   /**< RX LRO is ON(1) / OFF(0) */
> > +	uint32_t dev_flags; /**< Flags controlling handling of device. */
> > +	enum rte_kernel_driver kdrv;	/**< Kernel driver passthrough */
> > +	int numa_node;
> > +	const char *drv_name;
> >  };
> >
> 
> Should the last two members have doxygen comments as well?
> 
Yes,  I will add the following doxygen comments:

	int numa_node; /**< NUMA node connection */
	const char *drv_name;	/**< Driver name. */

Regards,

Bernard.



More information about the dev mailing list