DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/7] BBDEV test updates
@ 2020-08-19  0:05 Nicolas Chautru
  2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 1/7] app/bbdev: add explicit ut for latency vs validation Nicolas Chautru
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Nicolas Chautru @ 2020-08-19  0:05 UTC (permalink / raw)
  To: dev, akhil.goyal; +Cc: bruce.richardson, Nicolas Chautru

v3: apologize again for typo and not double checking with check-git-log
v2: typos missed in commit messages
Serie updating and extending the app running the bbdev-test for the existing bbdev PMDs.


Nicolas Chautru (7):
  app/bbdev: add explicit ut for latency vs validation
  app/bbdev: add explicit check for counters
  app/bbdev: include explicit HARQ preloading
  app/bbdev: define wait for offload
  app/bbdev: skip bler ut when compression is used
  app/bbdev: reduce duration of throughput test
  app/bbdev: update offload test to dequeue full ring

 app/test-bbdev/main.h            |   1 +
 app/test-bbdev/test_bbdev_perf.c | 193 ++++++++++++++++++++++++++++++---------
 2 files changed, 152 insertions(+), 42 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: [dpdk-dev] [PATCH v3 6/7] app/bbdev: reduce duration of throughput test
@ 2020-09-16  2:39 Liu, Tianjiao
  0 siblings, 0 replies; 22+ messages in thread
From: Liu, Tianjiao @ 2020-09-16  2:39 UTC (permalink / raw)
  To: dev; +Cc: Chautru, Nicolas

Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>

> -----Original Message-----
> From: Chautru, Nicolas <nicolas.chautru@intel.com>
> Sent: Tuesday, August 18, 2020 5:06 PM
> To: dev@dpdk.org; akhil.goyal@nxp.com
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Chautru, Nicolas 
> <nicolas.chautru@intel.com>
> Subject: [PATCH v3 6/7] app/bbdev: reduce duration of throughput test
> 
> Reducing number of repetitions from 1000 to 100 to save time. Results 
> are accurate enough with
> 100 loops.
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> ---
>  app/test-bbdev/test_bbdev_perf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test- 
> bbdev/test_bbdev_perf.c index a6cd94b..c5156a2 100644
> --- a/app/test-bbdev/test_bbdev_perf.c
> +++ b/app/test-bbdev/test_bbdev_perf.c
> @@ -24,7 +24,7 @@
>  #define GET_SOCKET(socket_id) (((socket_id) == SOCKET_ID_ANY) ? 0 :
> (socket_id))
> 
>  #define MAX_QUEUES RTE_MAX_LCORE
> -#define TEST_REPETITIONS 1000
> +#define TEST_REPETITIONS 100
>  #define WAIT_OFFLOAD_US 1000
> 
>  #ifdef RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: [dpdk-dev] [PATCH v3 6/7] app/bbdev: reduce duration of throughput test
@ 2020-10-15  5:20 Liu, Tianjiao
  0 siblings, 0 replies; 22+ messages in thread
From: Liu, Tianjiao @ 2020-10-15  5:20 UTC (permalink / raw)
  To: dev; +Cc: Chautru, Nicolas

Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>

> -----Original Message-----
> From: Chautru, Nicolas <nicolas.chautru@intel.com>
> Sent: Tuesday, August 18, 2020 5:06 PM
> To: dev@dpdk.org; akhil.goyal@nxp.com
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Chautru, Nicolas 
> <nicolas.chautru@intel.com>
> Subject: [PATCH v3 6/7] app/bbdev: reduce duration of throughput test
> 
> Reducing number of repetitions from 1000 to 100 to save time. Results 
> are accurate enough with
> 100 loops.
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> ---
>  app/test-bbdev/test_bbdev_perf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test- 
> bbdev/test_bbdev_perf.c index a6cd94b..c5156a2 100644
> --- a/app/test-bbdev/test_bbdev_perf.c
> +++ b/app/test-bbdev/test_bbdev_perf.c
> @@ -24,7 +24,7 @@
>  #define GET_SOCKET(socket_id) (((socket_id) == SOCKET_ID_ANY) ? 0 :
> (socket_id))
> 
>  #define MAX_QUEUES RTE_MAX_LCORE
> -#define TEST_REPETITIONS 1000
> +#define TEST_REPETITIONS 100
>  #define WAIT_OFFLOAD_US 1000
> 
>  #ifdef RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-10-20 16:09 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  0:05 [dpdk-dev] [PATCH v3 0/7] BBDEV test updates Nicolas Chautru
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 1/7] app/bbdev: add explicit ut for latency vs validation Nicolas Chautru
2020-09-15  9:49   ` Aidan Goddard
2020-09-15 10:01   ` Dave Burley
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 2/7] app/bbdev: add explicit check for counters Nicolas Chautru
2020-09-15  9:53   ` Aidan Goddard
2020-09-15 10:02   ` Dave Burley
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 3/7] app/bbdev: include explicit HARQ preloading Nicolas Chautru
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 4/7] app/bbdev: define wait for offload Nicolas Chautru
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 5/7] app/bbdev: skip bler ut when compression is used Nicolas Chautru
2020-09-15  9:55   ` Aidan Goddard
2020-09-15 10:03   ` Dave Burley
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 6/7] app/bbdev: reduce duration of throughput test Nicolas Chautru
2020-08-19  0:05 ` [dpdk-dev] [PATCH v3 7/7] app/bbdev: update offload test to dequeue full ring Nicolas Chautru
2020-09-15  9:55   ` Aidan Goddard
2020-09-15 10:05   ` Dave Burley
2020-10-07  0:13 ` [dpdk-dev] [PATCH v3 0/7] BBDEV test updates Chautru, Nicolas
2020-10-07  6:37   ` Akhil Goyal
2020-10-07 16:00     ` Chautru, Nicolas
2020-10-20 16:08     ` Chautru, Nicolas
2020-09-16  2:39 [dpdk-dev] [PATCH v3 6/7] app/bbdev: reduce duration of throughput test Liu, Tianjiao
2020-10-15  5:20 Liu, Tianjiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).