mbox series

[v2,0/2] reorder: introduce new APIs

Message ID 20230220104830.4086788-1-vfialko@marvell.com (mailing list archive)
Headers
Series reorder: introduce new APIs |

Message

Volodymyr Fialko Feb. 20, 2023, 10:48 a.m. UTC
  This patch series provides new APIs for reorder library and test cases for
them.

v2:
- squash tests with corresponding API patches
- address minor comments

Volodymyr Fialko (2):
  reorder: add new drain up to seq number API
  reorder: add ability to set min sequence number

 app/test/test_reorder.c   | 160 ++++++++++++++++++++++++++++++++++++++
 lib/reorder/rte_reorder.c | 109 ++++++++++++++++++++++++++
 lib/reorder/rte_reorder.h |  44 +++++++++++
 lib/reorder/version.map   |   3 +
 4 files changed, 316 insertions(+)
  

Comments

Thomas Monjalon Feb. 20, 2023, 11:01 a.m. UTC | #1
20/02/2023 11:48, Volodymyr Fialko:
> This patch series provides new APIs for reorder library and test cases for
> them.
> 
> v2:
> - squash tests with corresponding API patches
> - address minor comments

Thanks
In absence of review, I will just wait for the CI to complete before merging.
  
Thomas Monjalon Feb. 20, 2023, 3:48 p.m. UTC | #2
20/02/2023 12:01, Thomas Monjalon:
> 20/02/2023 11:48, Volodymyr Fialko:
> > This patch series provides new APIs for reorder library and test cases for
> > them.
> > 
> > v2:
> > - squash tests with corresponding API patches
> > - address minor comments
> 
> Thanks
> In absence of review, I will just wait for the CI to complete before merging.

CI looks green.

Applied, thanks.