From patchwork Tue Oct 1 12:53:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Traynor X-Patchwork-Id: 60334 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1EEFF4C8E; Tue, 1 Oct 2019 14:53:42 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D9B7C37B4 for ; Tue, 1 Oct 2019 14:53:39 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5114012E5 for ; Tue, 1 Oct 2019 12:53:39 +0000 (UTC) Received: from rh.redhat.com (unknown [10.36.118.72]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6AF2C1001B01; Tue, 1 Oct 2019 12:53:38 +0000 (UTC) From: Kevin Traynor To: dev@dpdk.org Cc: Kevin Traynor Date: Tue, 1 Oct 2019 13:53:06 +0100 Message-Id: <20191001125315.6191-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 01 Oct 2019 12:53:39 +0000 (UTC) Subject: [dpdk-dev] [PATCH 0/9] Coverity fixes and other cleanups X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patches 1-5 are Coverity fixes. Patches 6-9 are removing commented out code. Kevin Traynor (9): net/pcap: fix argument checks crypto/octeontx: fix possible NULL deference net/bnxt: remove logically dead code net/ipn3ke: fix incorrect commit check logic net/ipn3ke: remove useless if statement net/ipn3ke: remove commented out code compress/octeontx: remove commented out code event/opdl: remove commented out code net/bnxt: remove commented out code drivers/common/cpt/cpt_ucode.h | 3 +- drivers/compress/octeontx/include/zip_regs.h | 8 -- drivers/event/opdl/opdl_test.c | 3 - drivers/net/bnxt/bnxt_ethdev.c | 3 - drivers/net/bnxt/bnxt_hwrm.c | 118 +++++++++---------- drivers/net/ipn3ke/ipn3ke_ethdev.c | 3 +- drivers/net/ipn3ke/ipn3ke_ethdev.h | 7 -- drivers/net/ipn3ke/ipn3ke_tm.c | 7 -- drivers/net/pcap/rte_eth_pcap.c | 19 +-- 9 files changed, 70 insertions(+), 101 deletions(-)