On 11/21/2023 8:29 AM, fengchengwen wrote: > On 2023/11/21 16:18, Huisong Li wrote: >> The 'max_rx_bufsize' and 'rss_algo_capa' in struct rte_eth_dev_info and >> the 'algorithm' in struct rte_eth_rss_conf are introduced to 23.11. >> This patch add the trace of these new fields in related trace point >> interface. >> >> In addition, the 'max_lro_pkt_size' in struct rte_eth_dev_info is also >> important. So this patch also add it. >> >> Signed-off-by: Huisong Li <lihuis...@huawei.com> > > Acked-by: Chengwen Feng <fengcheng...@huawei.com> >
Fixes: 75c7849a9dcc ("ethdev: add maximum Rx buffer size") Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") Reviewed-by: Ferruh Yigit <ferruh.yi...@amd.com> 'max_lro_pkt_size' seems forgotten, and it is not a new field, so patch adding it should be backported to old releases. That is why I removed the 'max_lro_pkt_size' from this patch and updated commit log accordingly, Will send a separate patch for it. Applied to dpdk-next-net/main, thanks.