From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 78461A0543
	for <public@inbox.dpdk.org>; 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 6D19540DF7;
	Wed,  6 Jul 2022 23:46:35 +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 <timothy.mcdaniel@intel.com>
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
Content-Transfer-Encoding: 8bit
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-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(-)

-- 
2.25.1