[dpdk-dev] [PATCH v8 01/11] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 3 17:31:08 CET 2015


2015-11-03 13:01, Bernard Iremonger:
> +/** Device needs PCI BAR mapping (done with either IGB_UIO or VFIO) */
> +#define RTE_ETH_DEV_DRV_NEED_MAPPING 0x0001
> +/** Device needs to be unbound even if no module is provided */
> +#define RTE_ETH_DEV_DRV_FORCE_UNBIND 0x0002

These flags seems useless at ethdev level.

>  	rte_eth_dev_get_dcb_info;
>  	rte_eth_rx_queue_info_get;
>  	rte_eth_tx_queue_info_get;
> +	rte_eth_copy_pci_info;

Not in alphabetical order.


More information about the dev mailing list