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 23D5446091 for ; Wed, 15 Jan 2025 13:12:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 188F040395; Wed, 15 Jan 2025 13:12:26 +0100 (CET) Received: from mail-lj1-f227.google.com (mail-lj1-f227.google.com [209.85.208.227]) by mails.dpdk.org (Postfix) with ESMTP id 65FE3402ED for ; Wed, 15 Jan 2025 13:12:23 +0100 (CET) Received: by mail-lj1-f227.google.com with SMTP id 38308e7fff4ca-3002c324e7eso62965081fa.3 for ; Wed, 15 Jan 2025 04:12:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736943143; x=1737547943; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KVANNGaMf6mSJWejSit3KiKv2vqUE1RpBMiUkCG/ZA8=; b=dhzf0U/cAbtAXMzHA1g/Q+hLTAVVv6Wd8jB5827xyughR2+d2MCCh7Z7A5/Frr5auG 54PP+79tlMB4d72wRMMOGoNCkyzxiWZ0onm5BLWXvTMsOu2egxlYRQsKMmWcNP2p0FB2 0fh9dNa3XMN7EQmJIx0zqsJIIXq414f1nPqTeMVWWnhtD/rKDlybUMGPaZ7/yT0Ii2Ov WWr1JQJuFprLhASrV1l3G3b0maT9bCHfda0zXEmIRU4nGa8I17AQjb9/x7l+SVI0O30X buTmo5F+ymAydRgNll85590nuDro9w/xHHNst0ovxJIQ/xSvvEe69Pch4oVFqM71IQLh BudA== X-Gm-Message-State: AOJu0Yz2vrMctWr6oko0tuifPe6hdo0YLFFzenxgiq0DYqLa0wsQXDXG NKpdtRkq/SpP0Lm6ysAkxtmLTVEq8qy/WqXzk7m1+eAzgQsXS5kjBLn6Jd1rnDmS81FYg31C+z6 sUVZuTzyNVWVjBwMcPT9021+ypT+R38Co X-Gm-Gg: ASbGncsRgoXPQFt/CoqtePdLZQ+AzUj9GKMSacCPUBN5mOFrv9wGTKLVGcwBPjXFPKQ kk2Ws9v0u8AABIyEqBlg//+Sj1RP7HwwoQ5YvkbbdmvZ4vvePqJUXq55xfLwxklIj599F96F++s C0E0J50yALehChUd6N75fM36ALcBMGvvkcciIvK7W7KTiwLP0wROeGA716D9ikd+9x7JGNHbMpU TIu7VIRL2qVXA00EXJQASb19Ji8zpGlop597M7BoRGOkllnEEH5ng0jxG+Btnd3fCqMCcIaS9Ko IE4V/kK4mrsJPK0wTKov/fBUgw== X-Google-Smtp-Source: AGHT+IF5uxn9jrSXdu+6xfB0szevwHZqvsTDNXBow4DuqNatu240YuzsKhS5r3VkfMXNosj2gx8OECUv9sj1 X-Received: by 2002:a05:651c:1548:b0:302:1c90:58e5 with SMTP id 38308e7fff4ca-305f4450612mr97171691fa.0.1736943142699; Wed, 15 Jan 2025 04:12:22 -0800 (PST) Received: from smtpservice.6wind.com ([185.13.181.2]) by smtp-relay.gmail.com with ESMTP id 38308e7fff4ca-305ff114969sm3683451fa.17.2025.01.15.04.12.22; Wed, 15 Jan 2025 04:12:22 -0800 (PST) X-Relaying-Domain: 6wind.com Received: from localhost (rainbow.dev.6wind.com [10.17.1.165]) by smtpservice.6wind.com (Postfix) with ESMTP id 55F9810E50; Wed, 15 Jan 2025 13:12:22 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: stable@dpdk.org, Stephen Hemminger , Thomas Monjalon , David Marchand , Ariel Otilibili , Ori Kam Subject: [PATCH v2 1/3] examples/flow_filtering: remove unused variable Date: Wed, 15 Jan 2025 13:11:50 +0100 Message-Id: <20250115121152.487360-2-otilibil@eurecom.fr> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20250115121152.487360-1-otilibil@eurecom.fr> References: <20241213214951.61974-1-otilibil@eurecom.fr> <20250115121152.487360-1-otilibil@eurecom.fr> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Coverity issue: 451221 Fixes: 16158f349000 ("examples/flow_filtering: introduce use cases snippets") Signed-off-by: Ariel Otilibili --- examples/flow_filtering/snippets/snippet_match_ipv4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/flow_filtering/snippets/snippet_match_ipv4.c b/examples/flow_filtering/snippets/snippet_match_ipv4.c index 808208e7b069..65fb045e8b1e 100644 --- a/examples/flow_filtering/snippets/snippet_match_ipv4.c +++ b/examples/flow_filtering/snippets/snippet_match_ipv4.c @@ -76,7 +76,6 @@ snippet_ipv4_flow_create_actions_template(uint16_t port_id, struct rte_flow_erro .ingress = 1, }; - tactions[0].type = RTE_FLOW_ACTION_TYPE_QUEUE; tactions[0].type = RTE_FLOW_ACTION_TYPE_END; /* This sets the masks to match the actions, indicating that all fields of the actions -- 2.30.2