Re: [dpdk-dev] [PATCH v2] test/pmd_ring: release ring resources after test

2018-10-29 Thread Phil Yang (Arm Technology China)
nd > Subject: [dpdk-dev] [PATCH v2] test/pmd_ring: release ring resources after > test > > Need to release the port and the ring resources after test. Otherwise, it will > cause failure to allocate memory when reentry the test. > > Fixes: 4ea3801 ("app/test: fix ring unit

[dpdk-dev] [PATCH v2] test/pmd_ring: release ring resources after test

2018-10-19 Thread Phil Yang
Need to release the port and the ring resources after test. Otherwise, it will cause failure to allocate memory when reentry the test. Fixes: 4ea3801 ("app/test: fix ring unit test") Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- test/test/test_pmd_ring.c | 100