From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 512D145E94; Fri, 13 Dec 2024 22:50:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D06B140E54; Fri, 13 Dec 2024 22:50:14 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 3E57640E49; Fri, 13 Dec 2024 22:50:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734126614; x=1765662614; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zoF6i8GQQhTuZb1YYVXiar/BQPxQ0Qe4KwaXIJPLF0Q=; b=FU45+T3sMiq5cmx4dnPJkbrMKTjg2pp+rYyGN9M+dm3/M+vqsZ/GN5eB ibDlGLBpPOU5enCFh1o2WLUTbYKAVWKvIRI0FtRK0RgH02GUyTVy2XYV3 FZS3M9AHbi7nVbzXhdC3GvlupLeVoxYqDcY73UuLIHb47YjyDEfOsZC89 k=; X-CSE-ConnectionGUID: ZNgEoDZhTCi7DWGNaXhx4A== X-CSE-MsgGUID: lZ6/NnG1QcCmACNxnHQQIg== X-IronPort-AV: E=Sophos;i="6.12,232,1728943200"; d="scan'208";a="28178938" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 13 Dec 2024 22:50:13 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id 91B5C2C0E; Fri, 13 Dec 2024 22:50:11 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Thomas Monjalon , David Marchand , Andrew Rybchenko , Ori Kam , stable@dpdk.org, Ariel Otilibili Subject: [PATCH 0/2] clear out Coverity issues 384444 & 451221 Date: Fri, 13 Dec 2024 22:41:53 +0100 Message-ID: <20241213214951.61974-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hello, This series clears out the Coverity issues 384444 & 451221. Being one-liners, as advised by David Marchand, it is backported onto stable. Thank you, Link: https://inbox.dpdk.org/dev/CAJFAV8yEaWSX2kdiANWuKx7zsvTEnrVoVjnZAOQ_ocdzM8ZTAw@mail.gmail.com/ Ariel Otilibili (2): examples/flow_filtering: remove unused variable drivers/net/sfc: remove unused value drivers/net/sfc/sfc_repr.c | 2 -- examples/flow_filtering/snippets/snippet_match_ipv4.c | 1 - 2 files changed, 3 deletions(-) -- 2.47.1