RE: [PATCH v1 1/8] ethdev: add IPv6 extension push remove action

2023-05-23 Thread Ori Kam
Hi Rongwei, > -Original Message- > From: Rongwei Liu > Sent: Monday, April 17, 2023 12:26 PM > > Add new rte_actions to push and remove the specific > type of IPv6 extension to and from original packets. > > A new extension to be pushed should be the last extension > due to the next h

[PATCH v1 1/8] ethdev: add IPv6 extension push remove action

2023-04-17 Thread Rongwei Liu
Add new rte_actions to push and remove the specific type of IPv6 extension to and from original packets. A new extension to be pushed should be the last extension due to the next header awareness. Remove can support the IPv6 extension in any position. Signed-off-by: Rongwei Liu --- doc/guides/