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);
> 


Reply via email to