Re: [PATCH 3/3] test/reorder: add cases to cover new API

2023-02-19 Thread Thomas Monjalon
20/01/2023 11:21, Volodymyr Fialko: > Add new test cases to cover `rte_reorder_drain_up_to_seqn` and > `rte_reorder_min_seqn_set`. Instead of doing a separate patch, please squash the tests when adding the new API functions in patches 1 & 2.

RE: [PATCH 3/3] test/reorder: add cases to cover new API

2023-01-20 Thread Volodymyr Fialko
to same packet twice due to double free. > -Original Message- > From: Volodymyr Fialko > Sent: Friday, January 20, 2023 11:22 AM > To: dev@dpdk.org; Reshma Pattan > Cc: Jerin Jacob Kollanukkaran ; Anoob Joseph > ; > Volodymyr Fialko > Subject: [PATCH 3/3] t

[PATCH 3/3] test/reorder: add cases to cover new API

2023-01-20 Thread Volodymyr Fialko
Add new test cases to cover `rte_reorder_drain_up_to_seqn` and `rte_reorder_min_seqn_set`. Signed-off-by: Volodymyr Fialko --- app/test/test_reorder.c | 160 1 file changed, 160 insertions(+) diff --git a/app/test/test_reorder.c b/app/test/test_reorder.c