Re: [PATCH] app: enhance error check if enqueue fail in test_mbuf test_refcnt_iter

2024-10-04 Thread Stephen Hemminger
On Thu, 24 Aug 2023 09:37:18 +0200 jhascoet wrote: > From: Julien Hascoet > > As the ring is big enough by construction, the ring > enqueue ops cannot fail; therefore, we check and panic > on it as soon as it is detected. > > Signed-off-by: Julien Hascoet > --- As per earlier patch in the em

[PATCH] app: enhance error check if enqueue fail in test_mbuf test_refcnt_iter

2023-08-24 Thread jhascoet
From: Julien Hascoet As the ring is big enough by construction, the ring enqueue ops cannot fail; therefore, we check and panic on it as soon as it is detected. Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --g