From patchwork Thu Feb 9 22:19:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 123609 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 7142441C56; Thu, 9 Feb 2023 23:23:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 01F2041611; Thu, 9 Feb 2023 23:23:08 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0C9174067B for ; Thu, 9 Feb 2023 23:23:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675981387; x=1707517387; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=eZIt52kX3OlyVwlLB7Kis+1pIlxejV1Xtd/CCr+UHsE=; b=J/lAk02eIw/mAupVpSgDxVPoWC10NzoSxYF98ZJoS+5rUdvDc7y+4SMz 1/l2AoFQdSRExQei7Mg01B98g8ld8IQhnRyiCAHlNMNjGqgylIHvUbqPr xfVxKCHz0/N0t3WIONTdQuC93poNbK614rMeJ3hsS6mnrpM3s+O23AMJU X0OE2AMrlTwC77eXuAZLii41Jw2kotxMDWS+uLm4ZreGhmkxhLFPnnbcf IA7ZzgrL1cbOdx2JxI+5zF//Ps5P2Gh8J1XvsMA33Sa3gVbT6240e4i5X X9zWQliqu6sKpJOQQ/XYKn7d+SzE8YH4u7K8pwmBw7d4UzcdC2IcV4l3Q A==; X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="331563016" X-IronPort-AV: E=Sophos;i="5.97,285,1669104000"; d="scan'208";a="331563016" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2023 14:23:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="736513257" X-IronPort-AV: E=Sophos;i="5.97,285,1669104000"; d="scan'208";a="736513257" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by fmsmga004.fm.intel.com with ESMTP; 09 Feb 2023 14:23:04 -0800 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hernan.vargas@intel.com, stable@dpdk.or, Nicolas Chautru Subject: [PATCH v1 0/9] baseband/acc: VRB PMD fixes Date: Thu, 9 Feb 2023 22:19:20 +0000 Message-Id: <20230209221929.265059-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 Hi, Series of mainly fixes for corner-cases and protection in the VRB PMD. The last 2 commits are not fixes but add support for missing minor capability, as well as a request to remove printf from code (function called from bbdev-test). Thanks Nic Nicolas Chautru (9): baseband/acc: protection for TB negative scenario baseband/acc: add support for 4GUL with SO and TB baseband/acc: remove interrupt support on VRB1 baseband/acc: add explicit mbuf apend for soft output baseband/acc: prevent to dequeue more than requested baseband/acc: fix iteration counter in TB mode baseband/acc: fix potential arithmetic overflow Fix potential issue of overflow causing coverity warning. baseband/acc: add support for 4GUL CRC drop in VRB PMD baseband/acc: remove printf from PMD function drivers/baseband/acc/rte_acc100_pmd.c | 18 ++--- drivers/baseband/acc/rte_vrb_pmd.c | 103 ++++++++++++++++++-------- drivers/baseband/acc/vrb_pmd.h | 1 + 3 files changed, 84 insertions(+), 38 deletions(-)