[dpdk-dev] [PATCH v2 1/4] ethdev: add support for PMD-tuned Tx/Rx parameters

Thomas Monjalon thomas at monjalon.net
Sat Mar 31 02:46:10 CEST 2018


21/03/2018 15:27, Remy Horton:
> +/*
> + * Preferred Rx/Tx port parameters.
> + */
> +struct rte_eth_dev_portconf {
> +       uint16_t burst_size;
> +       uint16_t ring_size;
> +       uint16_t nb_queues;
> +};

Please add a doxygen comment for each field, thanks.





More information about the dev mailing list