[dpdk-dev] [RFC PATCH] ethdev: support congestion management
Jerin Jacob
jerinjacobk at gmail.com
Wed Jul 13 14:16:30 CEST 2022
On Tue, May 31, 2022 at 6:39 AM Min Hu (Connor) <humin29 at huawei.com> 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
More information about the dev
mailing list