Re: [ovs-dev] [PATCH v13 4/5] dpif-netdev: Refactor generic implementation

2019-07-18 Thread Ilya Maximets
On 18.07.2019 15:32, Van Haaren, Harry wrote: >> -Original Message- >> From: Ilya Maximets [mailto:i.maxim...@samsung.com] >> Sent: Thursday, July 18, 2019 12:34 PM >> To: Van Haaren, Harry ; d...@openvswitch.org >> Cc: echau...@redhat.com; malvika.gu...@arm.com; Stokes, Ian >> >> Subject:

Re: [ovs-dev] [PATCH v13 4/5] dpif-netdev: Refactor generic implementation

2019-07-18 Thread Van Haaren, Harry
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Thursday, July 18, 2019 12:34 PM > To: Van Haaren, Harry ; d...@openvswitch.org > Cc: echau...@redhat.com; malvika.gu...@arm.com; Stokes, Ian > > Subject: Re: [PATCH v13 4/5] dpif-netdev: Refactor generic im

Re: [ovs-dev] [PATCH v13 4/5] dpif-netdev: Refactor generic implementation

2019-07-18 Thread Ilya Maximets
On 17.07.2019 21:21, Harry van Haaren wrote: > This commit refactors the generic implementation. The > goal of this refactor is to simplify the code to enable > "specialization" of the functions at compile time. > > Given compile-time optimizations, the compiler is able > to unroll loops, and crea

[ovs-dev] [PATCH v13 4/5] dpif-netdev: Refactor generic implementation

2019-07-17 Thread Harry van Haaren
This commit refactors the generic implementation. The goal of this refactor is to simplify the code to enable "specialization" of the functions at compile time. Given compile-time optimizations, the compiler is able to unroll loops, and create optimized code sequences due to compile time knowledge