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

2023-05-24 Thread Ori Kam
Hi, > -Original Message- > From: Rongwei Liu > Sent: Wednesday, May 24, 2023 10:39 AM > > 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 awa

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

2023-05-24 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/