Re: [PATCH] app/testpmd: fix GTP PSC raw processing

2022-07-06 Thread Andrew Rybchenko
On 7/4/22 12:08, Singh, Aman Deep wrote: On 6/30/2022 6:20 PM, Gregory Etelson wrote: Fix GTP PSP extension size initialization. Clear input buffer. cc: sta...@dpdk.org Fixes: c65282c9aa31 ("app/testpmd: fix GTP PSC raw processing") Incorrect order: Fixes: ... Cc: ... Signed-off-by: Greg

Re: [PATCH] app/testpmd: fix GTP PSC raw processing

2022-07-04 Thread Singh, Aman Deep
On 6/30/2022 6:20 PM, Gregory Etelson wrote: Fix GTP PSP extension size initialization. Clear input buffer. cc: sta...@dpdk.org Fixes: c65282c9aa31 ("app/testpmd: fix GTP PSC raw processing") Signed-off-by: Gregory Etelson Acked-by: Aman Singh ---

RE: [PATCH] app/testpmd: fix GTP PSC raw processing

2022-07-01 Thread Gregory Etelson
Hello, > > --- a/app/test-pmd/cmdline_flow.c > > +++ b/app/test-pmd/cmdline_flow.c > > @@ -11030,10 +11030,12 @@ cmd_set_raw_parsed(const struct buffer > *in) > > const struct rte_flow_item_gtp_psc > > *opt = item->spec; > >

Re: [PATCH] app/testpmd: fix GTP PSC raw processing

2022-07-01 Thread Singh, Aman Deep
Hi Gregory, On 6/30/2022 6:20 PM, Gregory Etelson wrote: Fix GTP PSP extension size initialization. Clear input buffer. cc: sta...@dpdk.org Fixes: c65282c9aa31 ("app/testpmd: fix GTP PSC raw processing") Signed-off-by: Gregory Etelson --- app/test-pmd/cmdline_flow.c | 6 -- 1 file cha