> From: Jerin Jacob [mailto:[email protected]] > Sent: Sunday, May 28, 2017 8:58 PM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; Van Haaren, Harry > <[email protected]>; [email protected]; Eads, Gage > <[email protected]>; > [email protected]; Vangati, Narender <[email protected]>; Rao, > Nikhil > <[email protected]>; [email protected]; Jerin Jacob > <[email protected]> > Subject: [dpdk-dev] [PATCH 02/33] app/testeventdev: define eventdev test ops > > In order to extend the test framework to realize different use cases, > The ops with function pointer callback scheme has been chosen.
General Note: Not a criticism of this patch; We seem to be re-writing test-frameworks multiple times, due to lack of external test framework being integrated in DPDK. Mature test frameworks are available that would lighten the work required to achieve this.. > This patch defines the callbacks for each test case. > > Signed-off-by: Jerin Jacob <[email protected]> Despite above note, we want to get things done here now; Acked-by: Harry van Haaren <[email protected]>

