All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Heap library and test case changes
@ 2023-05-19  4:29 Ruifeng Wang
  2023-05-19  4:29 ` [PATCH 1/4] eal: fix list index for 256 byte element Ruifeng Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ruifeng Wang @ 2023-05-19  4:29 UTC (permalink / raw)
  Cc: dev, anatoly.burakov, honnappa.nagarahalli, feifei.wang2, nd,
	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

 app/test/test_malloc.c       | 21 +++++++++++----------
 lib/eal/common/malloc_elem.c |  2 +-
 lib/eal/common/malloc_heap.c |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-06-05 16:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19  4:29 [PATCH 0/4] Heap library and test case changes Ruifeng Wang
2023-05-19  4:29 ` [PATCH 1/4] eal: fix list index for 256 byte element Ruifeng Wang
2023-05-19 11:10   ` Burakov, Anatoly
2023-05-19  4:29 ` [PATCH 2/4] eal: simplify check condition Ruifeng Wang
2023-05-19 11:06   ` Burakov, Anatoly
2023-05-19  4:29 ` [PATCH 3/4] test/malloc: fix missing free Ruifeng Wang
2023-05-19 11:08   ` Burakov, Anatoly
2023-05-19  4:29 ` [PATCH 4/4] test/malloc: fix case expectation Ruifeng Wang
2023-05-19 11:07   ` Burakov, Anatoly
2023-06-05 16:06 ` [PATCH 0/4] Heap library and test case changes Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.