From patchwork Wed Nov 2 18:30:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 119418 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 2C818A00C2; Wed, 2 Nov 2022 19:31:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B60AF4069B; Wed, 2 Nov 2022 19:31:03 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id AC67F40693 for ; Wed, 2 Nov 2022 19:31:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667413862; x=1698949862; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Dq7wIoTiipTOVC9x1A2zMl3WXvg7GD/eqQe+VLFj8Rs=; b=KdFWOO+ftiL51dAnt4AafFv24uvzxh6jxegHxgrTb5R9R2x0ItNJXabg rv/fPIBbah6OcejMejz9crwe1UInpNLa6Jz5kdYkSb/FJd0QvSSo0WMkN m8iYm130sBmABAHr65TH73v/VR1iu0i4Hiss67VxChGZeEWqxsXgh2iYi sGTluxMTNm7WM45+GfsQdfo7dsM66QhO8CI0FxqjSlbbWJC7UkS5DKjTC d1FWGo1FM2Vcop/VHf+W1/Ql+GzddoSfQ/V/aytqNl3TPZIcHa2fI9vBZ s3S/QF9oVs3hALltHD5fIC1Mgl074jt1QTwqAIfrXpTJZkyfdeVBWgucD A==; X-IronPort-AV: E=McAfee;i="6500,9779,10519"; a="296940171" X-IronPort-AV: E=Sophos;i="5.95,234,1661842800"; d="scan'208";a="296940171" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2022 11:31:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10519"; a="665662872" X-IronPort-AV: E=Sophos;i="5.95,234,1661842800"; d="scan'208";a="665662872" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by orsmga008.jf.intel.com with ESMTP; 02 Nov 2022 11:31:00 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, maxime.coquelin@redhat.com, hernan.vargas@intel.com Cc: Nicolas Chautru Subject: [PATCH v1 0/1] baseband/acc: coverity fix RC2 Date: Wed, 2 Nov 2022 11:30:49 -0700 Message-Id: <20221102183050.12785-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.37.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 Another fix for coverity issue just raised on RC2 for ACC200 PMD. Nicolas Chautru (1): baseband/acc: fix to possible negative shift drivers/baseband/acc/rte_acc200_pmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)