Re: [ovs-dev] [PATCH v8 3/4] dpif-netdev/mfex: Avoid hashing when opt mfex called.

2022-04-05 Thread Stokes, Ian
> This patch avoids calculating the software hash of the packet again > if the optimized miniflow-extract hit. In cases of scalar miniflow > extract, the normal hashing calculation is performed. > > Signed-off-by: Kumar Amber Thanks for looking at this, seems straight forward enough. Think this

Re: [ovs-dev] [PATCH v8 3/4] dpif-netdev/mfex: Avoid hashing when opt mfex called.

2022-04-01 Thread Ferriter, Cian
> -Original Message- > From: Amber, Kumar > Sent: Friday 1 April 2022 12:24 > To: ovs-dev@openvswitch.org > Cc: Stokes, Ian ; echau...@redhat.com; Ferriter, Cian > ; > f...@sysclose.org; Van Haaren, Harry ; Amber, > Kumar > Subject: [PATCH v8 3/4] dpif-netdev/mfex: Avoid hashing when

[ovs-dev] [PATCH v8 3/4] dpif-netdev/mfex: Avoid hashing when opt mfex called.

2022-04-01 Thread Kumar Amber
This patch avoids calculating the software hash of the packet again if the optimized miniflow-extract hit. In cases of scalar miniflow extract, the normal hashing calculation is performed. Signed-off-by: Kumar Amber --- lib/dpif-netdev-avx512.c | 6 +++--- 1 file changed, 3 insertions(+), 3 dele