RE: [RFC 1/9] ethdev: add flex item modify field support

2023-01-11 Thread Ori Kam
Hi Rongwei, > -Original Message- > From: Rongwei Liu > Sent: Wednesday, 21 December 2022 10:40 > > 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 ne

[RFC 1/9] ethdev: add flex item modify field support

2022-12-21 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. Signed-off-by: Rongwei Liu --- doc/guides/prog_guide/rte_flow.rst

[RFC 1/9] ethdev: add flex item modify field support

2022-12-20 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. Signed-off-by: Rongwei Liu --- doc/guides/prog_guide/rte_flow.rst