Re: [PATCH] app/testpmd: add support for MPLS TTL

2023-09-21 Thread Ferruh Yigit
On 9/1/2023 1:21 PM, Singh, Aman Deep wrote: > > On 8/22/2023 7:47 PM, Michael Baum wrote: >> Add support for matching "ttl" field in MPLS item. >> >> Signed-off-by: Michael Baum > > Acked-by: Aman Singh > Applied to dpdk-next-net/main, thanks.

Re: [PATCH] app/testpmd: add support for MPLS TTL

2023-09-01 Thread Singh, Aman Deep
On 8/22/2023 7:47 PM, Michael Baum wrote: Add support for matching "ttl" field in MPLS item. Signed-off-by: Michael Baum Acked-by: Aman Singh --- app/test-pmd/cmdline_flow.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline

[PATCH] app/testpmd: add support for MPLS TTL

2023-08-22 Thread Michael Baum
Add support for matching "ttl" field in MPLS item. Signed-off-by: Michael Baum --- app/test-pmd/cmdline_flow.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index 94827bcc4a..95c0a19beb 100644 --- a/app/test-pmd/cmdline_flo