Re: [dpdk-dev] [PATCH v2] test/service: add perf test for service on app lcore

2020-05-11 Thread David Marchand
On Wed, May 6, 2020 at 7:15 PM Harry van Haaren wrote: > > This commit adds a basic test to check the cycle cost > of related to calling into a service. > > Signed-off-by: Harry van Haaren Tested-by: Phil Yang Reviewed-by: Phil Yang Restored output to v1 format following Phil comment. Applie

Re: [dpdk-dev] [PATCH v2] test/service: add perf test for service on app lcore

2020-05-07 Thread David Marchand
On Thu, May 7, 2020 at 8:29 AM Phil Yang wrote: > > > -Original Message- > > From: Harry van Haaren > > Sent: Thursday, May 7, 2020 1:17 AM > > To: dev@dpdk.org > > Cc: david.march...@redhat.com; Phil Yang ; > > Honnappa Nagarahalli ; Harry van Haaren > > > > Subject: [PATCH v2] test/ser

Re: [dpdk-dev] [PATCH v2] test/service: add perf test for service on app lcore

2020-05-06 Thread Phil Yang
> -Original Message- > From: Harry van Haaren > Sent: Thursday, May 7, 2020 1:17 AM > To: dev@dpdk.org > Cc: david.march...@redhat.com; Phil Yang ; > Honnappa Nagarahalli ; Harry van Haaren > > Subject: [PATCH v2] test/service: add perf test for service on app lcore > > This commit adds