Re: [PATCH 0/4] Heap library and test case changes

2023-06-05 Thread Thomas Monjalon
19/05/2023 06:29, Ruifeng Wang: > This series fixed a heap free list management issue which was captured > by unit test failure. > It also includes fixes of the unit test. > > Ruifeng Wang (4): > eal: fix list index for 256 byte element > eal: simplify check condition > test/malloc: fix miss

[PATCH 0/4] Heap library and test case changes

2023-05-18 Thread Ruifeng Wang
This series fixed a heap free list management issue which was captured by unit test failure. It also includes fixes of the unit test. Ruifeng Wang (4): eal: fix list index for 256 byte element eal: simplify check condition test/malloc: fix missing free test/malloc: fix case expectation a