Re: [EXT] Re: [PATCH v3 1/3] lib: add IPv6 lookup node

2023-06-12 Thread Thomas Monjalon
12/06/2023 19:58, Amit Prakash Shukla: > Hi Thomas, > > This series is acked by node maintainer. Please consider merging. > > CI is failing in the doc build, but I believe it is picking up wrong > l3_forward_graph.rst file, as with this latest patch the string "Add route to > ip4 graph infra."

RE: [EXT] Re: [PATCH v3 1/3] lib: add IPv6 lookup node

2023-06-12 Thread Amit Prakash Shukla
gt; > Subject: [EXT] Re: [PATCH v3 1/3] lib: add IPv6 lookup node > > External Email > > -- > Acked-by: Nithin Dabilpuram > > On Wed, May 31, 2023 at 5:08 PM Amit Prakash Shukla > wrote: > >

Re: [PATCH v3 1/3] lib: add IPv6 lookup node

2023-05-31 Thread Nithin Dabilpuram
Acked-by: Nithin Dabilpuram On Wed, May 31, 2023 at 5:08 PM Amit Prakash Shukla wrote: > > From: Sunil Kumar Kori > > Similar to IPv4 lookup node, patch adds IPv6 lookup > node. > > Signed-off-by: Sunil Kumar Kori > Signed-off-by: Amit Prakash Shukla > --- > v2: > - Performance related changes