Re: [PATCH v2 00/13] support telemetry query ethdev info

2023-06-07 Thread Jie Hai
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 cal

Re: [PATCH v2 00/13] support telemetry query ethdev info

2023-06-07 Thread Ferruh Yigit
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 co