Re: [dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent update API function

2018-07-31 Thread Thomas Monjalon
31/07/2018 17:09, Dumitrescu, Cristian: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > Cristian, review please? > > > > 10/07/2018 17:33, Ben Shelton: > > > The node parent update API function may be used to update the > > > priority/weight of an existing node. Update the documenta

Re: [dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent update API function

2018-07-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, July 31, 2018 4:06 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Shelton, Benjamin H > Subject: Re: [dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent >

Re: [dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent update API function

2018-07-31 Thread Thomas Monjalon
Cristian, review please? 10/07/2018 17:33, Ben Shelton: > The node parent update API function may be used to update the > priority/weight of an existing node. Update the documentation to > indicate that this use case is supported. > > Signed-off-by: Ben Shelton [...] > /** > * Traffic manage

[dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent update API function

2018-07-10 Thread Ben Shelton
The node parent update API function may be used to update the priority/weight of an existing node. Update the documentation to indicate that this use case is supported. Signed-off-by: Ben Shelton --- lib/librte_ethdev/rte_tm.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_e