2016-11-23 18:36, Tomasz Kulasek:
> Added fields to the `struct rte_eth_desc_lim`:
> 
>       uint16_t nb_seg_max;
>               /**< Max number of segments per whole packet. */
> 
>       uint16_t nb_mtu_seg_max;
>               /**< Max number of segments per one MTU */

How (and when) an application is supposed to use these fields?
Is it useful to expose them if we make tx_prepare() mandatory?

Reply via email to