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

2023-06-04 Thread Jie Hai
On 2023/6/1 22:36, Ferruh Yigit wrote: On 5/30/2023 10:05 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. Dengdui Huang (1): ethdev: support

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

2023-06-01 Thread Ferruh Yigit
On 5/30/2023 10:05 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. > > > Dengdui Huang (1): > ethdev: support telemetry query MAC addresse

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

2023-06-01 Thread Jie Hai
On 2023/6/1 20:05, Ferruh Yigit wrote: On 5/30/2023 10:05 AM, Jie Hai wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. This patchset supports querying information about ethdev. The information includes

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

2023-06-01 Thread Ferruh Yigit
On 5/30/2023 10:05 AM, Jie Hai wrote: > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > This patchset supports querying information about ethdev. > The information includes MAC addresses, RxTx offload,

[PATCH 00/10] support telemetry query ethdev info

2023-05-30 Thread Jie Hai
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. Dengdui Huang (1): ethdev: support telemetry query MAC addresses Jie Hai (9): ethdev: support RxTx offload displ