Re: [PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-14 Thread Thomas Monjalon
09/03/2022 12:50, Dariusz Sosnowski: > From: Ferruh Yigit > > On 3/1/2022 11:51 AM, Dariusz Sosnowski wrote: > > > This patch adds implicit registration of metadata dynamic field and > > > flag > > > > Hi Dariusz, > > > > metaday dynamic field is explicitly registered when testpmd command used >

RE: [PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-09 Thread Dariusz Sosnowski
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Thursday, March 3, 2022 13:21 > To: Dariusz Sosnowski ; Ori Kam > ; Xiaoyun Li ; Aman Singh > ; Yuying Zhang > Cc: dev@dpdk.org; Slava Ovsiienko > Subject: Re: [PATCH] app/testpmd: register metadata dy

Re: [PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 11:51 AM, Dariusz Sosnowski wrote: This patch adds implicit registration of metadata dynamic field and flag Hi Dariusz, metaday dynamic field is explicitly registered when testpmd command used to enable tx metadata, or rte flow rule created with "set_meta" action. Can you please d

[PATCH] app/testpmd: register metadata dynfield on modify field

2022-03-01 Thread Dariusz Sosnowski
This patch adds implicit registration of metadata dynamic field and flag whenever a modify_field action with META as source and/or destination field is used. Signed-off-by: Dariusz Sosnowski Reviewed-by: Viacheslav Ovsiienko --- app/test-pmd/cmdline_flow.c | 11 +-- 1 file changed, 9 in