From patchwork Wed Jul 6 21:31:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 113756 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 BA80DA0544; Wed, 6 Jul 2022 23:31:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A5FD40A7B; Wed, 6 Jul 2022 23:31:47 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 2FCC340691 for ; Wed, 6 Jul 2022 23:31:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657143106; x=1688679106; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lv14rH+lHfZnXUZfpEcs04+GxVepAKfRBux5ZQapw5U=; b=fDwEytrQMdeCj8z1IwmiYfnS5LPwkk+gGU9e51nb2xLrejY/q5sE6Wg+ yL+BgTx+jtHnkSMedtzcfhS3qzTw2PMGFx5RFUiyyr/1YmRfQxVaSarye tDX2r9cE3hkdJyVf7iZpaDjN9qmL/yiYP9aK/AZP4Fd4wSjfB2bxktjcA Sm1tpWyKnIaBU+xAizeE09AOubl7uqlXKlIMaiVav23fKft5RwvCSmCVO tPgK5zWCvzmOrkj9bUxhPvYaVTjYs+nZdoZxnkIP+ybWf2iFX0zNU5b+G /SMWdh80Io+HF5fJBiP8/VU2kCJ5c3hPgzUoN151SjrnnAxF9WkScI3He w==; X-IronPort-AV: E=McAfee;i="6400,9594,10400"; a="266902240" X-IronPort-AV: E=Sophos;i="5.92,250,1650956400"; d="scan'208";a="266902240" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2022 14:31:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,250,1650956400"; d="scan'208";a="650852290" Received: from txanpdk03.an.intel.com ([10.123.117.78]) by fmsmga008.fm.intel.com with ESMTP; 06 Jul 2022 14:31:44 -0700 From: Timothy McDaniel To: jerinj@marvell.com Cc: jerinjacobk@gmail.com, dev@dpdk.org Subject: [PATCH 0/2] DLB2: cq_weight fixes Date: Wed, 6 Jul 2022 16:31:39 -0500 Message-Id: <20220706213141.2374006-1-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 2.23.0 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 This patch series contains the following: - fix coverity issue 379234 - improve error reporting for cq_weight feature Timothy McDaniel (2): event/dlb2: fix cq_weight array overflow event/dlb2: improve cq_weight error messages drivers/event/dlb2/dlb2.c | 8 ++++---- drivers/event/dlb2/dlb2_priv.h | 2 +- drivers/event/dlb2/pf/base/dlb2_resource.c | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-)