Re: [PATCH v3 0/3] add support for querying ethdev TM nodes

2024-10-11 Thread Ferruh Yigit
On 10/9/2024 11:32 AM, Bruce Richardson wrote: > Add support for an ethdev TM query function to allow apps to get details > of the TM nodes they previously configured. This patchset includes: > > * ethdev changes to add the API > * implementation of the function in "ice" pmd > * testpmd command to

[PATCH v3 0/3] add support for querying ethdev TM nodes

2024-10-09 Thread Bruce Richardson
Add support for an ethdev TM query function to allow apps to get details of the TM nodes they previously configured. This patchset includes: * ethdev changes to add the API * implementation of the function in "ice" pmd * testpmd command to allow testing the function v3: updated comments and remov