Re: [PATCH v4 27/28] tools/testing/cxl: Make event logs dynamic

2024-10-24 Thread Ira Weiny
Jonathan Cameron wrote: > On Mon, 07 Oct 2024 18:16:33 -0500 > Ira Weiny wrote: > [snip] > > > > Signed-off-by: Ira Weiny > Might be worth breaking up into refactor (the static cases) and > then new stuff. I had it split but the rework became difficult. And this is test code so I merged it.

Re: [PATCH v4 27/28] tools/testing/cxl: Make event logs dynamic

2024-10-10 Thread Jonathan Cameron
On Mon, 07 Oct 2024 18:16:33 -0500 Ira Weiny wrote: > The event logs test was created as static arrays as an easy way to mock > events. Dynamic Capacity Device (DCD) test support requires events be > generated dynamically when extents are created or destroyed. > > The current event log test has