[dpdk-dev] [PATCH v2 2/3] ethdev: add device iterator

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 5 22:42:23 CEST 2017


2017-03-31 14:04, Gaetan Rivet:
>  /**
> + * Iterates over valid ethdev ports.
> + *
> + * @param: port_id

warning: expected whitespace after : command

Will fix it when applying

> + *   The id of the next possible valid port.
> + * @return
> + *   Next valid port id, RTE_MAX_ETHPORTS if there is none.
> + */
> +uint8_t rte_eth_find_next(uint8_t port_id);
> 




More information about the dev mailing list