From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id EEA6D436AE;
	Fri,  8 Dec 2023 22:02:54 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 7C8A3432E2;
	Fri,  8 Dec 2023 22:02:54 +0100 (CET)
Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182])
 by mails.dpdk.org (Postfix) with ESMTP id 795A140144
 for <dev@dpdk.org>; Fri,  8 Dec 2023 22:02:53 +0100 (CET)
Received: by linux.microsoft.com (Postfix, from userid 1086)
 id 9908320B74C0; Fri,  8 Dec 2023 13:02:52 -0800 (PST)
DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9908320B74C0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;
 s=default; t=1702069372;
 bh=W3fzf1Gi8B+AL6peaRHrAaH5T8Xjv5oBLIx7xtSBzEY=;
 h=Date:From:To:Cc:Subject:References:In-Reply-To:From;
 b=JS/Iw9vWcKw7QvLD5nxl2R1rcxwIAkfvDN77vcfBVdrC28ZkKvUXeb1r4XxgIzV+W
 AQVKcjH/Husw6WVskyEpSd2jWPTQYSoUKTvf46Y3ixjqs98HZPcsbxmDJrvkwOqEPA
 i9UAPrJsZKVU4gMfSRxySMdJQrIwnOWhdEho4XeI=
Date: Fri, 8 Dec 2023 13:02:52 -0800
From: Tyler Retzlaff <roretzla@linux.microsoft.com>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@amd.com,
 bruce.richardson@intel.com, stephen@networkplumber.org,
 mb@smartsharesystems.com,
 Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
Subject: Re: [RFC v2 07/14] bpf: remove log level in internal helper
Message-ID: <20231208210252.GF5699@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net>
References: <20231117131824.1977792-1-david.marchand@redhat.com>
 <20231208145950.2184940-1-david.marchand@redhat.com>
 <20231208145950.2184940-8-david.marchand@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20231208145950.2184940-8-david.marchand@redhat.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

On Fri, Dec 08, 2023 at 03:59:41PM +0100, David Marchand wrote:
> There is no other log level than debug, simplify this helper.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>