From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0DB8D43284;
	Sat,  4 Nov 2023 00:41:31 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 38EDC4029B;
	Sat,  4 Nov 2023 00:41:30 +0100 (CET)
Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93])
 by mails.dpdk.org (Postfix) with ESMTP id E482440281;
 Sat,  4 Nov 2023 00:41:27 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1699054888; x=1730590888;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=nuUOwShQL/ggcEOusjgXOVesK0AbdSqC4l+3X7jPbpw=;
 b=a5jwjYpfFtMIOs4c3C+t4tSeELZpDAwBBf/QOQgkavUFyvM/d1mkhuhG
 Z+t/ZGVurm0EM944DmV2qEIBfp+2V4xraqYVp1NMqjLmgWElU48ulw5U7
 ChyV80VTZ1u9FczPXFai5aeaPy1MR8ZAq0N7+A85Zd/5u6LiaCoVJFY41
 tb2reVp5x+vnGtGlMm4k2O+DrmJzW+t9HJOgi4B6sgaUgI/kCtFySmr1O
 WwJtmsOI3BBgTlvLA2NOOxFTsKcGBvKfjZf3UWzpPmz2SAcSxJ+KryNc+
 jHVIusE2G02ikSQyOT59+YqFx67KQRu3wwOlk3RrHImUDSmCOYZEbXGSm g==;
X-IronPort-AV: E=McAfee;i="6600,9927,10883"; a="386213562"
X-IronPort-AV: E=Sophos;i="6.03,275,1694761200"; d="scan'208";a="386213562"
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 03 Nov 2023 16:41:26 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6600,9927,10883"; a="935249132"
X-IronPort-AV: E=Sophos;i="6.03,275,1694761200"; d="scan'208";a="935249132"
Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..)
 ([10.233.181.123])
 by orsmga005.jf.intel.com with ESMTP; 03 Nov 2023 16:41:25 -0700
From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org,
	maxime.coquelin@redhat.com
Cc: hemant.agrawal@nxp.com, david.marchand@redhat.com, hernan.vargas@intel.com,
 stable@dpdk.org, Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [PATCH v3 00/10] test-bbdev changes for 23.11
Date: Fri,  3 Nov 2023 23:34:03 +0000
Message-Id: <20231103233413.756110-1-nicolas.chautru@intel.com>
X-Mailer: git-send-email 2.34.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

v3: python script argument fix marked as deprecation first, with
    formal fix in following release.
    Maxime let me know if you want to something more formal in the
    release notes to call it out, currently embedded in script and
    commit message.
    typo correction.
v2: adding fixes for some of the commits requested by Maxime.

Update test-bbdev for 23.11.

Hernan Vargas (8):
  test/bbdev: fix python script subprocess
  test/bbdev: handle exception for LLR generation
  test/bbdev: improve test log messages
  test/bbdev: assert failed test for queue configure
  test/bbdev: ldpc encoder concatenation vector
  test/bbdev: add MLD support
  test/bbdev: support new FFT capabilities
  test/bbdev: support 4 bit LLR compression

Nicolas Chautru (2):
  test/bbdev: rename macros from acc200 to vrb
  test/bbdev: update python script parameters

 app/test-bbdev/main.c              |   3 +-
 app/test-bbdev/test-bbdev.py       |  55 ++-
 app/test-bbdev/test_bbdev.c        |   3 +-
 app/test-bbdev/test_bbdev_perf.c   | 673 ++++++++++++++++++++++++++---
 app/test-bbdev/test_bbdev_vector.c | 199 ++++++++-
 app/test-bbdev/test_bbdev_vector.h |   1 +
 6 files changed, 843 insertions(+), 91 deletions(-)

-- 
2.34.1