[ovs-dev] [PATCH v13 0/5] dpcls func ptrs & optimizations

Ian Stokes ian.stokes at intel.com
Wed Jul 17 20:22:43 UTC 2019


On 7/17/2019 7:21 PM, Harry van Haaren wrote:
> Hey Folks,
> 
> Here a v13 of the DPCLS Function Pointer patchset, as has been
> presented at OVS Conf in Nov '18, and discussed on the ML since then.
> I'm aware of the soft-freeze for 2.12, I feel this patchset has had
> enough reviews/versions/testing to be merged in 2.12.
> 
> Thanks Ilya and Ian for input and suggestions on v12. Only change is that
> the location of the blocks_scratch array has moved from struct dpcls to
> a thread local storage internal to the implementation. This avoids leaking
> the blocks_scratch concept outside the dpcls implementation, while also
> ensuring that each thread running the dpcls has its own scratch memory.
> 
> Given the nearing soft-freeze and branch deadlines, I'd like to see
> this get merged - and any future minor comments / improvements can be
> handled before release.
> 
> Regards, -Harry

Thanks for the quick turn around on this Harry, I'm hoping to have a 
closer look on the v13 changes tomorrow.

Regards
Ian


More information about the dev mailing list