Re: [PATCH v2 1/3] ethdev: add traffic manager query function

2024-10-09 Thread fengchengwen
On 2024/10/9 16:07, Bruce Richardson wrote: > On Wed, Oct 09, 2024 at 08:57:41AM +0800, fengchengwen wrote: >> On 2024/10/8 22:43, Bruce Richardson wrote: >>> Add function to allow querying a node in the scheduler tree. Returns >>> the parameters as were given to the add function. Adding this f

Re: [PATCH v2 1/3] ethdev: add traffic manager query function

2024-10-09 Thread Bruce Richardson
On Wed, Oct 09, 2024 at 08:57:41AM +0800, fengchengwen wrote: > On 2024/10/8 22:43, Bruce Richardson wrote: > > Add function to allow querying a node in the scheduler tree. Returns > > the parameters as were given to the add function. Adding this function > > allows apps to just query the hierarch

Re: [PATCH v2 1/3] ethdev: add traffic manager query function

2024-10-08 Thread fengchengwen
On 2024/10/8 22:43, Bruce Richardson wrote: > Add function to allow querying a node in the scheduler tree. Returns > the parameters as were given to the add function. Adding this function > allows apps to just query the hierarchy rather than having to maintain > their own copies of it internally.

[PATCH v2 1/3] ethdev: add traffic manager query function

2024-10-08 Thread Bruce Richardson
Add function to allow querying a node in the scheduler tree. Returns the parameters as were given to the add function. Adding this function allows apps to just query the hierarchy rather than having to maintain their own copies of it internally. Signed-off-by: Bruce Richardson --- lib/ethdev/et