Re: [dpdk-dev] [PATCH] test: fix undefined behavior in flow classify test

2019-07-30 Thread Thomas Monjalon
30/07/2019 23:31, Aaron Conole: > The unit test for the flow classify introduced undefined behavior by using > a corrupted list. Remove these tests as the invalid data is impossible to > detect with the current API. > > Fixes: 9c9befea4f57 ("test: add flow classify unit tests") > Cc: Bernard Irem

[dpdk-dev] [PATCH] test: fix undefined behavior in flow classify test

2019-07-30 Thread Aaron Conole
The unit test for the flow classify introduced undefined behavior by using a corrupted list. Remove these tests as the invalid data is impossible to detect with the current API. Fixes: 9c9befea4f57 ("test: add flow classify unit tests") Cc: Bernard Iremonger Cc: Jasvinder Singh Signed-off-by: A