From patchwork Wed Jul 6 21:46:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 113759 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 5A4EBA0540; Wed, 6 Jul 2022 23:46:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 949F040A7F; Wed, 6 Jul 2022 23:46:34 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1531D40691; Wed, 6 Jul 2022 23:46:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657143993; x=1688679993; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ydwPwwJQDjzbh2Yl07a7EDjVOZsZfu6ppMUzOkhua8k=; b=DymvL44Xwv3nKmi7ncLjh6z5KxfvvEwdzNyTDzktl09csCPl0xR5ZosY tYpVfoiNcqwy/xtiPyEsh+QJKd/AOCBBEVet2/aiJgvOHZFhPjtO/rxfr 2gQJAgvXy09PTw761wpNLv7RGzYOD7YGC1SYORMui5DjA/w1mKKtYQsyI lw6d1+oYdsw3ypnXDLivM89KUUrXVkwiYy7Ek3BOM9eq5PAHTsPD4rtU8 NeUjMkM6H/yjV1Y7NEndIKG3LA4wbago1ZRv4Qg3xv/Ishe3AW9Xl+QPr NvAlShedMJDMKfe68aib24i2Ie7hT2SqzHA73ydm4SPzWSeopZgb12M7s w==; X-IronPort-AV: E=McAfee;i="6400,9594,10400"; a="347859732" X-IronPort-AV: E=Sophos;i="5.92,251,1650956400"; d="scan'208";a="347859732" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2022 14:46:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,251,1650956400"; d="scan'208";a="650855394" Received: from txanpdk03.an.intel.com ([10.123.117.78]) by fmsmga008.fm.intel.com with ESMTP; 06 Jul 2022 14:46:31 -0700 From: Timothy McDaniel To: timothy.mcdaniel@intel.com Cc: dev@dpdk.org, jerinj@marvell.com, jerinjacobk@gmail.com, stable@dpdk.org Subject: [PATCH v2 0/2] DLB2: cq_weight fixes Date: Wed, 6 Jul 2022 16:46:26 -0500 Message-Id: <20220706214628.2375117-1-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220706213141.2374006-2-timothy.mcdaniel@intel.com> References: <20220706213141.2374006-2-timothy.mcdaniel@intel.com> 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 Changes since V1 - fixed a repeated word in the commit message of patch 1 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(-)