Re: [PATCH v2 3/9] platform/surface: aggregator: Add event item allocation caching

2020-12-15 Thread Hans de Goede
Hi, On 12/3/20 10:26 PM, Maximilian Luz wrote: > Event items are used for completing Surface Aggregator EC events, i.e. > placing event command data and payload on a workqueue for later > processing to avoid doing said processing directly on the receiver > thread. This means that event items are a

[PATCH v2 3/9] platform/surface: aggregator: Add event item allocation caching

2020-12-03 Thread Maximilian Luz
Event items are used for completing Surface Aggregator EC events, i.e. placing event command data and payload on a workqueue for later processing to avoid doing said processing directly on the receiver thread. This means that event items are allocated for each incoming event, regardless of that eve