[dpdk-dev] [PATCH v3] doc: add new field to rxq info struct

Thomas Monjalon thomas at monjalon.net
Fri Aug 7 23:42:17 CEST 2020


07/08/2020 12:35, Ferruh Yigit:
> On 8/7/2020 11:30 AM, Chengchang Tang wrote:
> > Struct rte_eth_rxq_info will be modified to include a new field, indicating
> > the size of each buffer that could be used for HW to receive packets. Add
> > this field to rte_eth_rxq_info to expose relevant information to upper
> > layer users/application.
> > 
> > For more details:
> > https://mails.dpdk.org/archives/dev/2020-July/176135.html
> > 
> > Signed-off-by: Chengchang Tang <tangchengchang at huawei.com>
> > Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
> > Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
> > ---
> > +* ethdev: The ``struct rte_eth_rxq_info`` struct will be modified to include
> > +  a new optional field, indicating the buffer size used in receiving packets
> > +  for HW. This change is planned for 20.11. For more details:
> > +  https://mails.dpdk.org/archives/dev/2020-July/176135.html.
> 
> Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>

I think this notice is useless as the struct has __rte_cache_min_aligned.
Others have approved, so
Applied





More information about the dev mailing list