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 0848646091; Wed, 15 Jan 2025 13:12:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 928E6402EF; Wed, 15 Jan 2025 13:12:24 +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 6023A402D6 for ; Wed, 15 Jan 2025 13:12:23 +0100 (CET) Received: by mail-lj1-f227.google.com with SMTP id 38308e7fff4ca-30227ccf803so51934901fa.2 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=JXD+LwpHUYasj8CkZZWVEcBfBY8XAhYcMeCbE8kxWAOYsAGXR2v0AfSs7ok29WWhy/ l9OgKQmWQTt6Vd7hgzhJI6wE0r47Nu1T9GZ/Hvlq2WL+xo4E8dgsCLFv+hCBkpDZoV6o y9JgwZMzPC1q7R18MX/oyhuiLrtl6WxloWHBVor+25d42DKISnYyKM1RMUD6di3xZK6G 3Y8pvHZFS5R0twMQWY1NUFGhPQV3tT+zQgF7bJu8hQoCt8ok0/4K5O871gdYydPVbc8p ToOvNEdZSvKVjwV+/l7GHdp97N9u0VJKj6vanc1Z58p2uldaN+/alU8pslTS7qySGdjW gmhQ== X-Gm-Message-State: AOJu0YytjqNpdupGpQVz45ti8VZBVSECqDtnWks5adPMVTiPkYyBP5CD 45ogWmVZm6IXQgkBLZq5exDWpHRkjM6t6zwFl3IAe1jeaeabe3+LEsBzStEbNqyhUGmej9Z+1KA 7TyRsS57VdSGZ6HWkOG3Rjj+6EV4e5kFi87Hbx7mv X-Gm-Gg: ASbGnct1FpvB4/OqYcYS2T/nNrzs3Y69xmGJitTJdiZ/hZK6UTqvANeLZWCWl/5CaEs 3trGjEVgCTbiXh+pyVdDOe8jt3zdx8C/vm4zfgvag0TG5XVKP332t9lVtyOemH9xQ1YR2BXefD8 ZVY2yQtMXoZB9xwOJq58bpmlG1S0sTdCzynbqif0gSSvqUVaof19cozyY2CSVF6umjxBrLsx8rX v/XZRm2gwacV3jm8/JerCh2NHGeycQmq7V8/S1h6mBeq5hSgHLsK37dCNhwLPWLqqOpeJH63CDr CfgWpMk5w35mpvB6NUCgGpCiqw== 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: 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 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