Re: [ovs-dev] [PATCH v10 1/4] mfex_avx512: Calculate pkt offsets at compile time.

2022-05-31 Thread Van Haaren, Harry
> -Original Message- > From: Amber, Kumar > Sent: Tuesday, May 31, 2022 3:01 PM > To: ovs-dev@openvswitch.org > Cc: echau...@redhat.com; i.maxim...@ovn.org; Ferriter, Cian > ; Stokes, Ian ; > david.march...@redhat.com; f...@sysclose.org; Van Haaren, Harry > ; Amber, Kumar > Subject: [PATC

[ovs-dev] [PATCH v10 1/4] mfex_avx512: Calculate pkt offsets at compile time.

2022-05-31 Thread Kumar Amber
The patch removes magic numbers pkt offsets and minimum packet lenght and instead calculate it at compile time. Signed-off-by: Kumar Amber --- v8: - Rename offset defines. --- --- lib/dpif-netdev-extract-avx512.c | 29 + 1 file changed, 21 insertions(+), 8 deletions(