Re: [ovs-dev] [PATCH v10 08/10] odp-execute: Add ISA implementation of push_vlan action.

2022-07-14 Thread Eelco Chaudron
On 13 Jul 2022, at 20:28, Harry van Haaren wrote: > From: Emma Finn > > This commit adds the AVX512 implementation of the > push_vlan action. > > Signed-off-by: Emma Finn Changes look good to me, thanks for incorporating all my feedback! Acked-by: Eelco Chaudron //Eelco

Re: [ovs-dev] [PATCH v10 08/10] odp-execute: Add ISA implementation of push_vlan action.

2022-07-14 Thread Pai G, Sunil
Hi Harry/Emma, > -Original Message- > From: Van Haaren, Harry > Sent: Wednesday, July 13, 2022 11:58 PM > To: d...@openvswitch.org > Cc: i.maxim...@ovn.org; echau...@redhat.com; Amber, Kumar > ; Pai G, Sunil ; Finn, Emma > ; Stokes, Ian > Subject: [PATCH v10 08/10] odp-execute: Add ISA

Re: [ovs-dev] [PATCH v10 08/10] odp-execute: Add ISA implementation of push_vlan action.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v10 08/10] odp-execute: Add ISA implementation of push_vlan action.

2022-07-13 Thread Harry van Haaren
From: Emma Finn This commit adds the AVX512 implementation of the push_vlan action. Signed-off-by: Emma Finn --- lib/odp-execute-avx512.c | 55 lib/odp-execute.c| 22 +--- 2 files changed, 68 insertions(+), 9 deletions(-) diff