Re: [ovs-dev] [PATCH v4 2/9] odp-execute: Add function pointer for pop_vlan action.

2022-01-06 Thread Van Haaren, Harry
> -Original Message- > From: Finn, Emma > Sent: Wednesday, January 5, 2022 4:54 PM > To: d...@openvswitch.org; Van Haaren, Harry ; > Amber, Kumar > Cc: Finn, Emma > Subject: [PATCH v4 2/9] odp-execute: Add function pointer for pop_vlan action. > > This commit removes the pop_vlan action

[ovs-dev] [PATCH v4 2/9] odp-execute: Add function pointer for pop_vlan action.

2022-01-05 Thread Emma Finn
This commit removes the pop_vlan action from the large switch and creates a separate function for batched processing. A function pointer is also added to call the new batched function for the pop_vlan action. Signed-off-by: Emma Finn --- lib/odp-execute-private.c | 19 +- lib/odp