Re: [PATCH 1/3] reorder: add new drain up to seq number API

2023-02-19 Thread Thomas Monjalon
We are waiting for a detailed review. The series could be merged without review. Please fix cosmetic comments below and send a new version to check CI result. 20/01/2023 11:21, Volodymyr Fialko: > Introduce new reorder drain API: > `rte_reorder_drain_up_to_seqn` - exhaustively drain all inserted

[PATCH 1/3] reorder: add new drain up to seq number API

2023-01-20 Thread Volodymyr Fialko
Introduce new reorder drain API: `rte_reorder_drain_up_to_seqn` - exhaustively drain all inserted mbufs up to the given sequence number. Currently there's no ability to force the drain from reorder buffer, i.e. only consecutive ordered or ready packets could be drained. New function would give use