[dpdk-dev] [PATCH v2 4/4] test/hash: remove hash scaling unit test

Bruce Richardson bruce.richardson at intel.com
Thu Oct 25 11:34:50 CEST 2018


On Wed, Oct 24, 2018 at 11:09:30AM -0700, Yipeng Wang wrote:
> The hash scaling unit test is not really needed
> any more since the multi-writer is supported now
> inside the library and it is tested by multi-writer
> unit test.
> 
> Signed-off-by: Yipeng Wang <yipeng1.wang at intel.com>
> ---
>  test/test/Makefile            |   1 -
>  test/test/autotest_data.py    |   6 --
>  test/test/meson.build         |   2 -
>  test/test/test_hash_scaling.c | 191 ------------------------------------------
>  4 files changed, 200 deletions(-)
>  delete mode 100644 test/test/test_hash_scaling.c
> 
I always like having less code that needs maintenance! :-)

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list