Re: [ovs-dev] [PATCH v5 9/9] mfex-avx512: Add support for tunnel packets in avx512 mfex.

2022-10-03 Thread Amber, Kumar
Hi Cian, Please find the comments inline. > > /* Do a batch minfilow extract into keys. */ > > - /* Do a batch minfilow extract into keys, but only for outer packets. > > */ > > In the earlier DPIF part of this patchset, I guess you add the above comment > line that you are removing he

Re: [ovs-dev] [PATCH v5 9/9] mfex-avx512: Add support for tunnel packets in avx512 mfex.

2022-09-29 Thread Ferriter, Cian
Hi Amber, Thanks for the patches. I've left some comments below inline. Thanks, Cian > -Original Message- > From: Amber, Kumar > Sent: Friday 26 August 2022 00:31 > To: ovs-dev@openvswitch.org > Cc: echau...@redhat.com; i.maxim...@ovn.org; Ferriter, Cian > ; Stokes, Ian > ; f...@sysclo

[ovs-dev] [PATCH v5 9/9] mfex-avx512: Add support for tunnel packets in avx512 mfex.

2022-08-25 Thread Kumar Amber
This patch adds the necessary support to avx512 mfex to support handling of tunnel packet type. Signed-off-by: Kumar Amber --- v5: - check metadata IP address to find tunneling is valid or not. As dummy-pmd often passes garbage data to dpif. --- --- lib/dpif-netdev-avx512.c | 16 +--