RE: [PATCH v1] graph: remove the useless duplicate name check

2022-03-07 Thread Wang, Haiyue
> -Original Message- > From: Jerin Jacob > Sent: Monday, March 7, 2022 15:45 > To: Wang, Haiyue > Cc: dpdk-dev ; Jerin Jacob ; Kiran Kumar K > ; > Nithin Dabilpuram > Subject: Re: [PATCH v1] graph: remove the useless duplicate name check > > On Mon, Mar 7

RE: [PATCH v1] graph: remove the useless duplicate name check

2022-03-06 Thread Wang, Haiyue
> -Original Message- > From: Jerin Jacob > Sent: Monday, March 7, 2022 15:45 > To: Wang, Haiyue > Cc: dpdk-dev ; Jerin Jacob ; Kiran Kumar K > ; > Nithin Dabilpuram > Subject: Re: [PATCH v1] graph: remove the useless duplicate name check > > On Mon, Mar 7

Re: [PATCH v1] graph: remove the useless duplicate name check

2022-03-06 Thread Jerin Jacob
On Mon, Mar 7, 2022 at 12:47 PM Haiyue Wang wrote: > > The node clone API parameter 'name' is the new node's postfix name, not > the final node name, so it makes no sense to check it. And the new name > will be checked duplicate when calling API '__rte_node_register'. > > Signed-off-by: Haiyue Wan

[PATCH v1] graph: remove the useless duplicate name check

2022-03-06 Thread Haiyue Wang
The node clone API parameter 'name' is the new node's postfix name, not the final node name, so it makes no sense to check it. And the new name will be checked duplicate when calling API '__rte_node_register'. Signed-off-by: Haiyue Wang --- lib/graph/node.c | 4 1 file changed, 4 deletions(