RE: [PATCH v3 01/11] ethdev: add flex item modify field support

2023-02-01 Thread Rongwei Liu
h > ; Yuying Zhang ; > Ferruh Yigit ; Andrew Rybchenko > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v3 01/11] ethdev: add flex item modify field support > > External email: Use caution opening links or attachments > > > Add flex

[PATCH v3 01/11] ethdev: add flex item modify field support

2023-01-30 Thread Rongwei Liu
Add flex item as modify field destination. Add "struct rte_flow_item_flex_handle *flex_handle" into "struct rte_flow_action_modify_data" as union with existed "level" member. This new member is dedicated for modifying flex item. Add flex item modify field cmdline support. Now user can use testpmd

[PATCH v3 01/11] ethdev: add flex item modify field support

2023-01-29 Thread Rongwei Liu
Add flex item as modify field destination. Add "struct rte_flow_item_flex_handle *flex_handle" into "struct rte_flow_action_modify_data" as union with existed "level" member. This new member is dedicated for modifying flex item. Add flex item modify field cmdline support. Now user can use testpmd