mbox series

[v6,0/7] BBDEV test updates

Message ID 1603734490-57821-1-git-send-email-nicolas.chautru@intel.com (mailing list archive)
Headers
Series BBDEV test updates |

Message

Chautru, Nicolas Oct. 26, 2020, 5:48 p.m. UTC
  v6: minor refactory suggested by Tom Rix,
v5: correcting typos again. Quite worrisome spelling disorder.
v4: rebased on main latest
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 | 158 +++++++++++++++++++++++++--------------
 2 files changed, 103 insertions(+), 56 deletions(-)
  

Comments

Akhil Goyal Oct. 28, 2020, 12:15 p.m. UTC | #1
> Subject: [PATCH v6 0/7] BBDEV test updates
> 
> v6: minor refactory suggested by Tom Rix,
> v5: correcting typos again. Quite worrisome spelling disorder.
> v4: rebased on main latest
> 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 | 158 +++++++++++++++++++++++++----------
> ----
Series applied to dpdk-next-crypto

Thanks.