On 2023/6/7 19:40, Ferruh Yigit wrote:
On 6/7/2023 8:41 AM, Jie Hai wrote:
This patchset supports querying information about ethdev.
The information includes MAC addresses, RxTx offload, flow ctrl,
Rx|Tx queue, firmware version, DCB, RSS, FEC, VLAN, etc.

v1->v2:
1. Fix incorrect argument of calloc.
2. Extract telemetry codes to a file.
3. Extract codes parsing port id as a function.
4. Use malloc instead of rte_malloc.
5. Fix codecheck warnings and build errors reported by CI.
6. Use 'int' instead of 'unsigned' in help info.

Dengdui Huang (1):
   ethdev: support telemetry query MAC addresses

Jie Hai (12):
   ethdev: fix incorrect argument of calloc
   ethdev: extract telemetry codes to a file
   ethdev: extract codes parsing port ID as a function
   ethdev: support RxTx offload display
   ethdev: support telemetry query flow ctrl info
   ethdev: support telemetry query Rx queue info
   ethdev: support telemetry query Tx queue info
   ethdev: add firmware version in telemetry info command
   ethdev: support telemetry query DCB info
   ethdev: support telemetry query RSS info
   ethdev: support telemetry query FEC info
   ethdev: support telemetry query VLAN info


For series,
Acked-by: Ferruh Yigit <ferruh.yi...@amd.com>


There are minor comments, applied them while merging set.

Series applied to dpdk-next-net/main, thanks.
.
Hi Ferruh

Thank you for your valuable comments on the entire patch group.

Thanks,
Jie Hai

Reply via email to