From patchwork Tue Dec 13 16:18:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 120839 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E771FA0540; Tue, 13 Dec 2022 17:20:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BF5D40146; Tue, 13 Dec 2022 17:20:00 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 5A2E0400D5; Tue, 13 Dec 2022 17:19:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670948398; x=1702484398; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xFW4xtJtJR6CVy+RGaIudDIXGph86Xf9kcpa8hb5dcY=; b=DN4iQVX9K+NIPKHZy1XWwPeTpU3pj9vuSDhGBhpJOWQSmUo2CGwBo3Op SXqHEUosf2KqRM11T57gUwHetCkTAn0IXIKxDvqSOXBrWX/06V7grKUpH B6DKhbFdzpOPrFgkIkOCECcM0k8oMl8cfT+FBZHbLfXOhVtqQBNa5oHTV ikw2nN1pXcd4bOEXzXPy4TySMHsZoGJ1tslVUqX18R3BTDufa++/hfb/x CRM1kSIy3Tre6rN9gbx7ewb7L8emPWlvqtKA2DGwcIS2izigV8FtYNjr6 BbYGt59gw2djDVFEogsX4XnJqQ6jMpv9p+mcopJF/byhjpmGebJnWgF9/ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10560"; a="319309726" X-IronPort-AV: E=Sophos;i="5.96,241,1665471600"; d="scan'208";a="319309726" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2022 08:19:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10560"; a="755467611" X-IronPort-AV: E=Sophos;i="5.96,241,1665471600"; d="scan'208";a="755467611" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga002.fm.intel.com with ESMTP; 13 Dec 2022 08:19:09 -0800 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hernan.vargas@intel.com, Vipin.Varghese@amd.com, stable@dpdk.org, Nicolas Chautru Subject: [PATCH v3 0/3] test/bbdev: fix build issues with optional build flag Date: Tue, 13 Dec 2022 08:18:52 -0800 Message-Id: <20221213161855.12970-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v3: add more Fixes tag for missing error check commit v2: add check in offload test function for error during allocation suggested by Maxime. Fixing compilation errors in bbdev-test application on rc4 when the optional flag RTE_BBDEV_OFFLOAD_COST is set manually. This was raised by Vipin. Nicolas Chautru (3): test/bbdev: fix build issue with optional build flag test/bbdev: fix build issue with optional build flag test/bbdev: explicit check for allocation failure app/test-bbdev/test_bbdev_perf.c | 93 ++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 4 deletions(-)