From patchwork Wed Dec 14 23:33:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 120901 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 2D9D9A0543; Thu, 15 Dec 2022 00:36:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C351840684; Thu, 15 Dec 2022 00:36:56 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id DC095400D6 for ; Thu, 15 Dec 2022 00:36:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671061015; x=1702597015; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XFyDYtkF7hnNu2uvF87+O0doss8Qy+8PcGgYPzjO+rY=; b=hsMJzUsBvGIMoGFOJuC/tZS5EeT+ni5+mK2ZriKIeQKRrOgSBvPU9Ese nZ0p3y3tqAmvpFeA0teKVsEsVrWuq6HpF6pbC6M7s8nu/mwJsaCRkBCSY E33HwJOGB8DrWuK8Eiy5Nl0lhqG0tYMT9QtGcsto2WxOx3VHRBxqurvpa Ll419DnohaJSaZKvuxvdopwoZFgDaFSHUaQ9UvtZ1Z1+0LBDQNT3FKwIp yTFZtNgtH5OP84VrgVNrmKRPrhuSr0rEYLS+i5UH2WjjoLdexwe/T7CT+ dhII1QM+SpEiUQ7JG5WXnxs1c5sM5Cqbi1uO+e9Tf2hZ4loOitGvmK70C g==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="306181657" X-IronPort-AV: E=Sophos;i="5.96,245,1665471600"; d="scan'208";a="306181657" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 15:36:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="626966006" X-IronPort-AV: E=Sophos;i="5.96,245,1665471600"; d="scan'208";a="626966006" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orsmga006.jf.intel.com with ESMTP; 14 Dec 2022 15:36:41 -0800 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v1 0/3] bbdev: remove offload cost Date: Wed, 14 Dec 2022 23:33:43 +0000 Message-Id: <20221214233346.391973-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.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 Removing the optional build flag RTE_BBDEV_OFFLOAD_COST from Intel baseband PMDs and bbdev-test application. This helps to simplify build variants complexity causing compilation issues to be missed. Maxime, the first commit is actually a miss related to last commit on top of tree, you may want to merge these two commits together in the history. Sorry for missing it earlier. Nicolas Chautru (3): test/bbdev: explicit check for allocation failure drivers/baseband: remove offload cost optional build flag app/bbdev-test: remove offload cost optional build flag app/test-bbdev/test_bbdev_perf.c | 29 +------- drivers/baseband/acc/acc_common.h | 12 +--- drivers/baseband/acc/rte_acc100_pmd.c | 2 - drivers/baseband/acc/rte_acc200_pmd.c | 2 - .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 10 --- drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 10 --- .../baseband/turbo_sw/bbdev_turbo_software.c | 70 ++++--------------- 7 files changed, 17 insertions(+), 118 deletions(-)