From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A4097A0524 for ; Fri, 8 Jan 2021 11:36:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94E07140F68; Fri, 8 Jan 2021 11:36:49 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id B2461140F5E for ; Fri, 8 Jan 2021 11:36:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610102207; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RTXn9qfO5K1pobNoxYEYWXQEZuRbAMUDj5RbY9BYIfA=; b=A0CukWk3KiMVxy6vqQAB+x2bP8b0FKPFYP3tHhfhhBR5AY6YrrcDY4Y6/d0JywIVz4YcCu ai25f9vrmEpbBqsmy4whL7qDzsGLMfSAQtW5xUZcjgrcPUAFxxDo08f8a1iIOzw+SsNHXF jln2D4KO464TOcDg8Mn3GBxydL9gjrw= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-301-J5qP_sFdN72kbZLzTPdBvg-1; Fri, 08 Jan 2021 05:36:43 -0500 X-MC-Unique: J5qP_sFdN72kbZLzTPdBvg-1 Received: by mail-ua1-f70.google.com with SMTP id 61so3289952uat.13 for ; Fri, 08 Jan 2021 02:36:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RTXn9qfO5K1pobNoxYEYWXQEZuRbAMUDj5RbY9BYIfA=; b=C+v0Sz3WFsrrJLjmkjAPF43XktAVThLLMBcxrNjfI/VsQmu3cKgpHLodGJHOqCgPTs KuhjebDuCuuIFLEnNY9EUIxl+REtd7zLIzBQs/7ld1PrkL6UGKUEKEnCZDQMrPS0dvd2 y6uqDBoHsSoxhEVz91jng/3e6Hxgp5xsSj6YdHheKDUUQ2hvIKmecyBtzsQjcBd+dhF5 IJKeUOiPmNmUr/IKh2cSMk9LhKQp2U0NpxGnIXLy+QWTsTJABOfq4iMezWWPyrUKvs8A QIY1T3dIY+x7P9M2oAcFhaL36FX0wPiF/qw4Efc3slaRtjLtYoc6oySIc/N4cE7z2uAo CoTQ== X-Gm-Message-State: AOAM531Nc7TR4yNplq9mpkataLf/3Ym889RrdE5puZBN0pdy+2bcTMOV FNDcpiUGeTIm7WY+zkVlhAKGD6FQMzJsWOuQiPkow3RSchCXezdv7HCodSTB7zJnmBqvB/VxjxG Jen5GxdwwyqQSUn7QtDfQqWc= X-Received: by 2002:a67:f80b:: with SMTP id l11mr2002233vso.27.1610102203016; Fri, 08 Jan 2021 02:36:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJx5cTfCAQFDiSo6HzacQYDtozN/dT4VLsav27FiwETho6ZuKWZJAO1CBYspqqtCa8zro5HHomXZh2ClpPEm5tU= X-Received: by 2002:a67:f80b:: with SMTP id l11mr2002223vso.27.1610102202807; Fri, 08 Jan 2021 02:36:42 -0800 (PST) MIME-Version: 1.0 References: <20200824094021.2323605-1-ferruh.yigit@intel.com> <20201119115900.4095566-1-ferruh.yigit@intel.com> <20201119115900.4095566-2-ferruh.yigit@intel.com> In-Reply-To: <20201119115900.4095566-2-ferruh.yigit@intel.com> From: David Marchand Date: Fri, 8 Jan 2021 11:36:31 +0100 Message-ID: To: Ferruh Yigit Cc: dev , Maryam Tahhan , Reshma Pattan , Harry van Haaren , Roman Korynkevych , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [v21.02 v3 01/10] app/procinfo: fix redundant condition 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 Sender: "stable" On Thu, Nov 19, 2020 at 12:59 PM Ferruh Yigit wrote: > > '_filters' is compared twice, second one will be always false, removing > it using the message more relevant to the '_filters'. > > Fixes: 2deb6b5246d7 ("app/procinfo: add collectd format and host id") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Reviewed-by: David Marchand -- David Marchand