-----Original Message----- > Date: Fri, 23 Jun 2017 13:07:10 +0000 > From: "Van Haaren, Harry" <[email protected]> > To: Jerin Jacob <[email protected]>, "[email protected]" > <[email protected]> > CC: "Richardson, Bruce" <[email protected]>, > "[email protected]" <[email protected]>, "Eads, Gage" > <[email protected]>, "[email protected]" <[email protected]>, > "Vangati, Narender" <[email protected]>, "Rao, Nikhil" > <[email protected]>, "[email protected]" > <[email protected]> > Subject: RE: [dpdk-dev] [PATCH 06/33] app/testeventdev: define the test > options > > > 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 06/33] app/testeventdev: define the test options > > > > Define the test options that used across all test cases and > > fill the default values for the same. > > > > Signed-off-by: Jerin Jacob <[email protected]> > > Signed-off-by: Guduri Prathyusha <[email protected]> > > <snip> > > > > +void > > +evt_options_default(struct evt_options *opt) > > +{ > > + memset(opt, 0, sizeof(*opt)); > > + opt->verbose_level = 1; /* Enable minimal prints */ > > + opt->dev_id = 0; > > + strncpy(opt->test_name, "queue_order", EVT_TEST_NAME_MAX_LEN); > > I think "queue_order" isn't a valid test name, we should probably make the > default test to run something that is supported by all PMDs, performance > testing of atomic traffic?
Good catch. I will change to "order_queue". It supported on all PMD > > With that resolved, > > Acked-by: Harry van Haaren <[email protected]>

