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 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 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
Hi Jie,
There are build errors, reported by CI, and %l usage related checkpatch
warnings, can you please fix them in next version?
Hi Ferruh,
Thanks for your reply, I will fix them in V2.
Jie Hai.