Re: [PATCH] ethdev: add trace for the new fields added in 23.11

2023-11-21 Thread lihuisong (C)
在 2023/11/21 20:12, Ferruh Yigit 写道: 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

Re: [PATCH] ethdev: add trace for the new fields added in 23.11

2023-11-21 Thread Ferruh Yigit
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 poi

Re: [PATCH] ethdev: add trace for the new fields added in 23.11

2023-11-21 Thread fengchengwen
Acked-by: Chengwen Feng 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

[PATCH] ethdev: add trace for the new fields added in 23.11

2023-11-21 Thread Huisong Li
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 importan