From patchwork Tue Dec 6 19:14:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 120502 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 6BF75A034C; Tue, 6 Dec 2022 20:14:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1056F40395; Tue, 6 Dec 2022 20:14:49 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 2573340151 for ; Tue, 6 Dec 2022 20:14:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670354087; x=1701890087; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hAOoSJxtN1xDcc2sKoFUa33aiAyte1n5nFpsPOwDzxA=; b=mup2AD/53Dmvf46vYRz1iBNcIv653wjw9MtgW8DH/bOqHltPgKoUYG0K bTrQ5eVUDHX3uD1bruCDfZbKS3NXL4n79Dk6e5lD12F8pGjIiSQzddwnJ wnlnnSZtsoGmoTl6yeyqi4gzTa1fVCrnPZz0iFZ+RhkFN/npWoCoyC5Cs AER8p1xbFFIZ/834It2hWvFNPe5aQx58cIlgxS+lzVRIAZf1W0UhyG1jp HPr3zvClUQ+UvLRJHNkr/bgW3H99iqHeKlthC78kVrpJcgMKhWQ3pUPqb W83QFWiKrdON6wK45KPOnOCb56nUOWR2rcnGU37DW4QLA1NfIpIZxBnlF Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10553"; a="315418781" X-IronPort-AV: E=Sophos;i="5.96,223,1665471600"; d="scan'208";a="315418781" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2022 11:14:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10553"; a="648443490" X-IronPort-AV: E=Sophos;i="5.96,223,1665471600"; d="scan'208";a="648443490" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga007.fm.intel.com with ESMTP; 06 Dec 2022 11:14:45 -0800 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hernan.vargas@intel.com, Vipin.Varghese@amd.com, Nicolas Chautru Subject: [PATCH v2 0/3] test/bbdev: fix build issues with optional build flag Date: Tue, 6 Dec 2022 11:14:38 -0800 Message-Id: <20221206191441.12428-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 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(-)