RE: [PATCH v3] net/cpfl: support action prog

2023-10-31 Thread Zhang, Qi Z
> -Original Message- > From: Qiao, Wenjing > Sent: Tuesday, October 31, 2023 3:48 PM > To: Wu, Jingjing ; Xing, Beilei > ; > Zhang, Qi Z > Cc: dev@dpdk.org; Qiao, Wenjing > Subject: [PATCH v3] net/cpfl: support action prog > Support new rte_flow acti

[PATCH v3] net/cpfl: support action prog

2023-10-31 Thread wenjing . qiao
From: Wenjing Qiao Parse JSON file and generate rules that instruct PMD to map an RTE_FLOW_ACTION_TYPE_PROG to a low-level FXP representation, the matching follows below guidelines. Use rte_flow_action_prog->name to match the name of a P4 action type when provided in the JSON file. In cases wher