On Thu, 18 Apr 2024 16:39:14 +0100 Ferruh Yigit <ferruh.yi...@amd.com> wrote:
> On 2/8/2024 1:10 AM, Ferruh Yigit wrote: > > On 10/11/2023 1:03 PM, Qi Zhang wrote: > >> Parsing command line for rte_flow_action_prog. > >> > >> Syntax: > >> > >> "prog name <name> [arguments <arg_name_0> <arg_value_0> \ > >> <arg_name_1> <arg_value1> ... end]" > >> > >> Use parse_string0 to parse name string. > >> Use parse_hex to parse hex string. > >> Use struct action_prog_data to store parsed result. > >> > >> Example: > >> > >> Action with 2 arguments: > >> > >> "prog name action0 arguments field0 03FF field1 55AA end" > >> > >> Action without argument: > >> "prog name action1" > >> > >> Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> > >> > >> > > > > Hi Ori, Cristian, can you please help reviewing this patch? > > > > Is this patch still/active valid? This patch no longer applies, merge conflicts please rebase/retest and resubmit.