Tuesday, May 1, 2018 11:41 PM, Thomas Monjalon:
> Subject: [dpdk-dev] ethdev flags and capabilities
>
> Since DPDK 18.05-rc1, we have 2 new fields in rte_eth_dev_info:
> const uint32_t *dev_flags;
> uint64_t dev_capa;
>
> The field dev_fl
Since DPDK 18.05-rc1, we have 2 new fields in rte_eth_dev_info:
const uint32_t *dev_flags;
uint64_t dev_capa;
The field dev_flags (http://dpdk.org/commit/736b30ebf2)
is a pointer to rte_eth_dev_data.dev_flags for these bits:
RTE_ETH_DEV_INTR_LSC
RTE_ETH_DEV_BONDED_S
2 matches
Mail list logo