[dpdk-dev] [RFC v2 8/8] test: support ethdev
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 22 23:14:15 CEST 2023
On Fri, 16 Jul 2021 15:28:00 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> +/**
> + * Device flags set on ``eth_dev->data->dev_flags`` by drivers.
> + * These values can be received via ``rte_eth_dev_info_get()``
> + */
Already done in later patches.
> @@ -3036,7 +3050,7 @@ int rte_eth_macaddr_get(uint16_t port_id, struct rte_ether_addr *mac_addr);
> * min_mtu = RTE_ETHER_MIN_MTU
> * max_mtu = UINT16_MAX
> *
> - * The following fields will be populated if support for dev_infos_get()
> + *ops The following fields will be populated if support for dev_infos_get()
Typo, just don't change this.
More information about the dev
mailing list