Re: [dpdk-dev] [PATCH v10 0/2] new ring reset api and use it by hash

2019-07-17 Thread Thomas Monjalon
> Gavin Hu (2): > ring: add reset API to flush the ring when not in use > hash: flush the rings instead of dequeuing one by one Applied, thanks

[dpdk-dev] [PATCH v10 0/2] new ring reset api and use it by hash

2019-07-16 Thread Gavin Hu
V2: - fix the coding style issue(commit message line too long) V3: - allow experimental API for meson build V4: - include the ring perf test case enhancement patch in the series. - replace ARRAY_SIZE with RTE_DIM. - call memset to avoid clang compling complains. V5: - commit message tweaking for r