> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Sunday, May 28, 2017 8:58 PM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; hemant.agra...@nxp.com; Eads, Gage > <gage.e...@intel.com>; > nipun.gu...@nxp.com; Vangati, Narender <narender.vang...@intel.com>; Rao, > Nikhil > <nikhil....@intel.com>; gprathyu...@caviumnetworks.com; Jerin Jacob > <jerin.ja...@caviumnetworks.com> > 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 <jerin.ja...@caviumnetworks.com> Despite above note, we want to get things done here now; Acked-by: Harry van Haaren <harry.van.haa...@intel.com>