From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DE4E4A04B0; Sat, 24 Oct 2020 01:34:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27512677E; Sat, 24 Oct 2020 01:34:03 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id F02C6677D for ; Sat, 24 Oct 2020 01:33:59 +0200 (CEST) IronPort-SDR: c+PQbwW/aMl04inj7E4D3+SDvh60A2H8tfur91Twog1xPL/kjCCEhqHfR34chuBV4WwJdtmhx4 sGVXw+163iHw== X-IronPort-AV: E=McAfee;i="6000,8403,9783"; a="231935030" X-IronPort-AV: E=Sophos;i="5.77,410,1596524400"; d="scan'208";a="231935030" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 16:33:57 -0700 IronPort-SDR: 63d3qflUj/8Wd4p3HS/Em5F/SFWsaZemQCl3ZdOEGinmW7CMQxwfan972pnMFvjHzvzXtYEpMa DUiWluBXA0Kw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,410,1596524400"; d="scan'208";a="524841041" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2020 16:33:57 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com, trix@redhat.com Cc: david.marchand@redhat.com, Nicolas Chautru Date: Fri, 23 Oct 2020 16:33:40 -0700 Message-Id: <1603496027-33918-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v4 0/7] BBDEV test updates X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 explict 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