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

2022-07-07 Thread 0-day Robot
Bleep bloop. Greetings Emma Finn, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. Patch skipped due to previous failure. Please check this out. If you feel there has been an error, please ema

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

2022-07-07 Thread 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 --git a/lib/odp-execute