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 <[email protected]> > > Acked-by: Andrew Rybchenko <[email protected]> > > Acked-by: Viacheslav Ovsiienko <[email protected]> > > --- > > +* 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 <[email protected]>
I think this notice is useless as the struct has __rte_cache_min_aligned. Others have approved, so Applied

