On Tue, May 31, 2022 at 6:39 AM Min Hu (Connor) <[email protected]> wrote:
>
> Hi, jerinj,
HI Min Hu,
> > +/**
> > + * @warning
> > + * @b EXPERIMENTAL: this API may change, or be removed, without prior
> > notice
> 'API' --> 'structure'
Will fix it in v1. Thanks
> > + *
> > + * A structure used to retrieve information of ethdev congestion
> > management.
> > + */
> > +struct rte_eth_cman_info {
> > + /** Set of supported congestion management modes
> > + * @see enum rte_cman_mode
> > + */
> > + uint64_t modes_supported;
> > + /** Set of supported congestion management objects
> > + * @see enum rte_eth_cman_obj
> > + */
> > + uint64_t objs_supported;
> > + /** Reserved for future fields */
> > + uint8_t rsvd[64];
> > +};
> > +
> > +/**
> > + * @warning
> > + * @b EXPERIMENTAL: this API may change, or be removed, without prior
> > notice
> 'API' --> 'structure'
Will fix it in v1. Thanks