[PATCH] ethdev: add trace for the new fields added in 23.11
lihuisong (C)
lihuisong at huawei.com
Tue Nov 21 13:39:35 CET 2023
在 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 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 <lihuisong at huawei.com>
>> Acked-by: Chengwen Feng <fengchengwen at huawei.com>
>>
> Fixes: 75c7849a9dcc ("ethdev: add maximum Rx buffer size")
> Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm")
>
> Reviewed-by: Ferruh Yigit <ferruh.yigit at 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.
Thanks so much for separating this patch for 'max_lro_pkt_size'. 😁
>
>
> Applied to dpdk-next-net/main, thanks.
> .
More information about the dev
mailing list