Hi Amit, Please look into build failure. http://mails.dpdk.org/archives/test-report/2023-May/396241.html
Thanks & Regards Sunil Kumar Kori > -----Original Message----- > From: Amit Prakash Shukla <[email protected]> > Sent: Thursday, May 18, 2023 9:27 PM > To: Jerin Jacob Kollanukkaran <[email protected]>; Kiran Kumar > Kokkilagadda <[email protected]>; Nithin Kumar Dabilpuram > <[email protected]> > Cc: [email protected]; Sunil Kumar Kori <[email protected]>; Amit Prakash > Shukla <[email protected]> > Subject: [PATCH v2 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite > support > > From: Sunil Kumar Kori <[email protected]> > > Similar to ipv4, to support IPv6 lookup and rewrite node routes and rewrite > data needs to be added. > > Patch adds routes for ipv6 to validate ip6_lookup node and rewrite data to > validate ip6_rewrite node. > > Signed-off-by: Sunil Kumar Kori <[email protected]> > Signed-off-by: Amit Prakash Shukla <[email protected]> > --- > v2: > - Performance related changes > > doc/guides/sample_app_ug/l3_forward_graph.rst | 40 ++++++---- > examples/l3fwd-graph/main.c | 77 ++++++++++++++++++- > 2 files changed, 98 insertions(+), 19 deletions(-) > [snipped] > 2.25.1

