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 <tangchengch...@huawei.com> > > Acked-by: Andrew Rybchenko <arybche...@solarflare.com> > > Acked-by: Viacheslav Ovsiienko <viachesl...@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.yi...@intel.com>
I think this notice is useless as the struct has __rte_cache_min_aligned. Others have approved, so Applied