> From: Jerin Jacob [mailto:[email protected]] > Sent: Sunday, March 19, 2017 1:38 PM > To: [email protected] > Cc: [email protected]; Van Haaren, Harry > <[email protected]>; Jerin > Jacob <[email protected]> > Subject: [dpdk-dev] [PATCH 1/2] test: store only the test case name > > Store only the test case name in unit test case structure.The actor who > renders the test status can add appropriate test status. This enables > adding the new test case status without storing the additional > information in the unit test case structure. > > Signed-off-by: Jerin Jacob <[email protected]> > --- > test/test/test.c | 14 ++++++-------- > test/test/test.h | 23 +++++++++-------------- > 2 files changed, 15 insertions(+), 22 deletions(-) > > diff --git a/test/test/test.c b/test/test/test.c
It looks like the patch got corrupted somehow - the above line should be app/test/test.c, not test/test/test.c Applying fails here, but with a s/test/app in the right places, the patches (this and next) both apply cleanly, and work well. This handles the event/sw timeout_ticks() unsupported function as should so, Tested-by: Harry van Haaren <[email protected]> With the above apply issue resolved, also Acked-by: Harry van Haaren <[email protected]>

