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 DB563433FD;
	Mon,  4 Dec 2023 13:25:55 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 5CEBF40DDE;
	Mon,  4 Dec 2023 13:25:55 +0100 (CET)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [170.10.133.124])
 by mails.dpdk.org (Postfix) with ESMTP id 74DEB40DD8
 for <dev@dpdk.org>; Mon,  4 Dec 2023 13:25:53 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1701692752;
 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:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=W4xVngxwqA9K4LjS8qlGc5BA0EKezfNyCczBGHB4kpc=;
 b=Jniw/hhO0kmyq9wKkitgN74rh6IBjtBsukK9UfhPaXqlAKlc97cHdIcokku1ngmlIDlQB8
 qw3bQtyfgGIIw2RKcYDoykXqX7FEYLnTcFz3JJTDRHFhMeCV0blFpOLbMd4ZsTTDznnEDM
 6Q679UCidMe61nASvaap12hGMz0xrcI=
Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com
 [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS
 (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id
 us-mta-316-yksO3l4TOey0vRrgTrNtdg-1; Mon, 04 Dec 2023 07:25:51 -0500
X-MC-Unique: yksO3l4TOey0vRrgTrNtdg-1
Received: by mail-lf1-f70.google.com with SMTP id
 2adb3069b0e04-50bf44ff4a5so779936e87.1
 for <dev@dpdk.org>; Mon, 04 Dec 2023 04:25:51 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1701692750; x=1702297550;
 h=content-transfer-encoding:cc:to:subject:message-id:date:from
 :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=W4xVngxwqA9K4LjS8qlGc5BA0EKezfNyCczBGHB4kpc=;
 b=XpJe5i2WMM9xPHCdIv1jjpaJ93okdeeVXgnXLpFKkmtlgLZrOmJE/h5jaxq9I6SYeu
 v9IgPBcd+dfioeDYnMzspQbh+KWB/XAzKXYwHTVSMGk2VXwAT/iqlRtcM3j8myr1vMDT
 EfVfTU206D9jM9qLrgEtiBS8VT9im02huhbQyl5DJbDjwKR0S4vFu9dD50mBpfqA5vol
 JUhPhnQps+Vtf1uaG8+tARpRVwl6MPABdMljZcF6Fl9jjqHxDGHrdDt5v00ESoeO7wBB
 VgjWEQ5zI0hFu14kFNi5rQEue66dMAfsAAEUeAYCOJN21qE8+LEq0bP/No0eT3eUOTPc
 Rs2A==
X-Gm-Message-State: AOJu0Yw6ys9//y5Vn6FE0LP7lPKczGj8K17+6ddRpRLWW265xEam4ELe
 f3KDZOFw66smJiaWsnXcTgG+QWkqoPDnjy8/smkBRgOncPUo0UQwGmSc54sFjICYE6C1e0iTQnR
 0Mmkw3R5L0sw8+aZDaI0=
X-Received: by 2002:a05:6512:2344:b0:50b:f0f8:6ba0 with SMTP id
 p4-20020a056512234400b0050bf0f86ba0mr1300551lfu.116.1701692749960; 
 Mon, 04 Dec 2023 04:25:49 -0800 (PST)
X-Google-Smtp-Source: AGHT+IFbRXVEjlF9hzHKQ/xEWyzwJoDlDQrYgKvmmDz37/5s/B5EqAO10BkhDW9LIbQyxbhuSzZBZ/u00vz/kd8d3ls=
X-Received: by 2002:a05:6512:2344:b0:50b:f0f8:6ba0 with SMTP id
 p4-20020a056512234400b0050bf0f86ba0mr1300543lfu.116.1701692749675; Mon, 04
 Dec 2023 04:25:49 -0800 (PST)
MIME-Version: 1.0
References: <20230208044825.1682620-1-stephen@networkplumber.org>
 <20230814163125.63033-1-stephen@networkplumber.org>
In-Reply-To: <20230814163125.63033-1-stephen@networkplumber.org>
From: David Marchand <david.marchand@redhat.com>
Date: Mon, 4 Dec 2023 13:25:38 +0100
Message-ID: <CAJFAV8xts39rPUMvGpCGSzBLA-Tn_k07YcZ-++B0SiB7WFBO6w@mail.gmail.com>
Subject: Re: [PATCH v8 0/6] Convert use of RTE_LOGTYPE_USER1 in libraries
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, =?UTF-8?Q?Morten_Br=C3=B8rup?= <mb@smartsharesystems.com>, 
 Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
 Volodymyr Fialko <vfialko@marvell.com>, 
 Chenbo Xia <chenbox@nvidia.com>, Maxime Coquelin <maxime.coquelin@redhat.com>
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
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

Hello Stephen,

On Mon, Aug 14, 2023 at 6:31=E2=80=AFPM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> Libraries in DPDK should be using dynamic logtype instead
> of overloading the static logtype RTE_LOGTYPE_USER1
>
> v8 - rebase and add power library
>
> Stephen Hemminger (6):
>   ip_frag: use a dynamic logtype
>   reorder: use a dynamic logtype
>   latencystats: use dynamic logtype
>   vhost: use logtype instead of RTE_LOGTYPE_USER1
>   ipsec: fix usage of RTE_LOGTYPE_USER1
>   power: use a dynamic logtype for guest channel
>
>  drivers/crypto/ipsec_mb/ipsec_mb_ops.c |  3 ++-
>  lib/ip_frag/ip_frag_common.h           |  5 ++++-
>  lib/ip_frag/rte_ip_frag_common.c       |  8 +++++---
>  lib/latencystats/rte_latencystats.c    |  3 ++-
>  lib/power/guest_channel.c              |  3 ++-
>  lib/reorder/rte_reorder.c              |  6 +++---
>  lib/vhost/fd_man.c                     |  4 ++--
>  lib/vhost/vhost_crypto.c               | 22 +++++++++++-----------
>  8 files changed, 31 insertions(+), 23 deletions(-)

Series applied, thanks.


--=20
David Marchand