Re: [PATCH dpdk v2 09/16] pipeline: use ipv6 addr struct

2024-10-04 Thread Robin Jarry
Stephen Hemminger, Oct 04, 2024 at 01:23: On Tue, 1 Oct 2024 10:17:21 +0200 Robin Jarry wrote: diff --git a/examples/ip_pipeline/cli.c b/examples/ip_pipeline/cli.c index e8269ea90c11..66fdeac8f501 100644 --- a/examples/ip_pipeline/cli.c +++ b/examples/ip_pipeline/cli.c @@ -3540,8 +3540,8 @@ p

Re: [PATCH dpdk v2 09/16] pipeline: use ipv6 addr struct

2024-10-03 Thread Stephen Hemminger
On Tue, 1 Oct 2024 10:17:21 +0200 Robin Jarry wrote: > diff --git a/examples/ip_pipeline/cli.c b/examples/ip_pipeline/cli.c > index e8269ea90c11..66fdeac8f501 100644 > --- a/examples/ip_pipeline/cli.c > +++ b/examples/ip_pipeline/cli.c > @@ -3540,8 +3540,8 @@ parse_table_action_encap(char **toke

[PATCH dpdk v2 09/16] pipeline: use ipv6 addr struct

2024-10-01 Thread Robin Jarry
Update rte_table_action_ipv6_header and rte_table_action_nat_params to use the recently added IPv6 address structure instead of uint8_t[16] arrays. Signed-off-by: Robin Jarry --- Notes: v2: updated changelog for 24.11 doc/guides/rel_notes/deprecation.rst | 2 -- doc/guides/rel_notes/rel