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

2023-11-05 Thread Zhang, Qi Z
> -Original Message- > From: Qiao, Wenjing > Sent: Thursday, November 2, 2023 4:51 PM > To: Wu, Jingjing ; Xing, Beilei > ; > Zhang, Qi Z > Cc: dev@dpdk.org; Qiao, Wenjing > Subject: [PATCH v4] net/cpfl: support action prog > > From: Wenjing Qiao >

[PATCH v4] net/cpfl: support action prog

2023-11-02 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