Re: [PATCH v2 1/7] ethdev: support report register names and filter

2024-02-20 Thread Jie Hai
Hi, Ferruh, Thanks for your review. On 2024/2/8 1:00, Ferruh Yigit wrote: On 2/5/2024 10:51 AM, Jie Hai wrote: This patch adds "filter" and "names" fields to "rte_dev_reg_info" structure. Names of registers in data fields can be reported and the registers can be filtered by their names. For co

Re: [PATCH v2 1/7] ethdev: support report register names and filter

2024-02-07 Thread Ferruh Yigit
On 2/5/2024 10:51 AM, Jie Hai wrote: > This patch adds "filter" and "names" fields to "rte_dev_reg_info" > structure. Names of registers in data fields can be reported and > the registers can be filtered by their names. > > For compatibility, the original API rte_eth_dev_get_reg_info() > does not

[PATCH v2 1/7] ethdev: support report register names and filter

2024-02-05 Thread Jie Hai
This patch adds "filter" and "names" fields to "rte_dev_reg_info" structure. Names of registers in data fields can be reported and the registers can be filtered by their names. For compatibility, the original API rte_eth_dev_get_reg_info() does not use the name and filter fields. The new API rte_e