Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

2022-04-06 Thread Amber, Kumar
eno ; Dumitru > Ceara ; Ferriter, Cian ; Van > Haaren, Harry > Subject: Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile > based hashing. > > On 4/5/22 15:51, Stokes, Ian wrote: > > > > > >> -Original Message- > >> From: Amb

Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

2022-04-05 Thread Ilya Maximets
On 4/5/22 15:51, Stokes, Ian wrote: > > >> -Original Message- >> From: Amber, Kumar >> Sent: Friday, April 1, 2022 12:24 PM >> To: ovs-dev@openvswitch.org >> Cc: Stokes, Ian ; echau...@redhat.com; Ferriter, Cian >> ; f...@sysclose.org; Van Haaren, Harry >> ; Amber, Kumar >> Subject: [PA

Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

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

Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

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 1/4] dpif-netdev/mfex: Add ipv4 profile b

[ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

2022-04-01 Thread Kumar Amber
For packets which don't already have a hash calculated, miniflow_hash_5tuple() calculates the hash of a packet using the previously built miniflow. This commit adds IPv4 profile specific hashing which uses fixed offsets into the packet to improve hashing performance. Signed-off-by: Kumar Amber S