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 6B9404374F; Thu, 21 Dec 2023 10:41:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B2BA402E7; Thu, 21 Dec 2023 10:41:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 0667B402C0 for ; Thu, 21 Dec 2023 10:40:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703151658; 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=Md40NwmRe3P84iBGXin/rajSJg85/K9t2uaRpGtTY5k=; b=HpJovDNl88Bz2MYqizhmrnWIPFXL3eVxGw+uHbXsSOyINhLyijnMD4CDDAqqvudYnSR8wN KWnthk0l2xrJUTdS5NFt0QKadBmlflj30RwOGgwJQGLQMq440GRVvLAFNNCOmKtnA3QdoY 5oQfj32pifnqev7tHizbmzr15ZZtBWQ= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-25-2dlaeKjkOaiG4o54z4_gfA-1; Thu, 21 Dec 2023 04:40:56 -0500 X-MC-Unique: 2dlaeKjkOaiG4o54z4_gfA-1 Received: by mail-lf1-f72.google.com with SMTP id 2adb3069b0e04-50e4ff50c90so486970e87.3 for ; Thu, 21 Dec 2023 01:40:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703151655; x=1703756455; 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=Md40NwmRe3P84iBGXin/rajSJg85/K9t2uaRpGtTY5k=; b=wA1Nsspi3pxqKeYnuRH69KL0aCyboWabNHySD7pN8UFJzDq8ZmDeYNjJrCvyj92342 r5PtmnGjVA+Bt9zDwpM3SZtfzjWfYgiDK4eS418GZAekoMnKpAUfPc8zyNbencocBEna JUU5xVwtwSt8ek+A56COK5JTyQ7sFJ67PnxBdh9w202gZEYKFgVCenPZEZ6cucc0a6Tw 3ezNnF+7EdNHDn9NMhkva/Jeb5rRv2NyJZbuLPyWDoIKYZV11/fpOwXHLr9NM9C55L2k 7CBn1TCzlHVRn8kT3MLjsnH8AFX0RvYPjrRTcjKBycd7xAY5deEPsIhNk6wwji5YUncI iBqQ== X-Gm-Message-State: AOJu0YyuzNXk4FSB520+8JhUe+h0L2FLAPZR5xez8xVJTRLCO/wxEmhU Ff6W1anIfk31DmxZbGQgEorX7MffuZuxaDFvLCYgmgCggKtRlh+YQY469eDAg9nQjfm++RSZ+AB fyIlxtpUIHuWznuX1FIOGY8muxy0= X-Received: by 2002:ac2:4e6e:0:b0:50e:3daf:bc65 with SMTP id y14-20020ac24e6e000000b0050e3dafbc65mr2429645lfs.14.1703151655321; Thu, 21 Dec 2023 01:40:55 -0800 (PST) X-Google-Smtp-Source: AGHT+IGki1PVUiHZBzjSETMa/lcwyfC+q8bQm/IwYwcsjxYwFcCtWjBK99BZO27BbgyPqiPR1nlnHyqAaF6nDRKbUCo= X-Received: by 2002:ac2:4e6e:0:b0:50e:3daf:bc65 with SMTP id y14-20020ac24e6e000000b0050e3dafbc65mr2429642lfs.14.1703151655134; Thu, 21 Dec 2023 01:40:55 -0800 (PST) MIME-Version: 1.0 References: <20231213014408.612051-1-stephen@networkplumber.org> <20231218192631.699267-1-stephen@networkplumber.org> <20231218192631.699267-9-stephen@networkplumber.org> In-Reply-To: <20231218192631.699267-9-stephen@networkplumber.org> From: David Marchand Date: Thu, 21 Dec 2023 10:40:43 +0100 Message-ID: Subject: Re: [PATCH v4 08/17] crypto/scheduler: replace use of logtype PMD To: Stephen Hemminger Cc: dev@dpdk.org 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, Dec 18, 2023 at 8:28=E2=80=AFPM Stephen Hemminger wrote: > > Driver has logging macro but not used everywhere. > > Fixes: 6760463c9f26 ("crypto/scheduler: add mode-specific threshold param= eter") > Signed-off-by: Stephen Hemminger > --- > drivers/crypto/scheduler/scheduler_pmd.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/crypto/scheduler/scheduler_pmd.c b/drivers/crypto/sc= heduler/scheduler_pmd.c > index 589d092d7457..aaf2dcdb57ec 100644 > --- a/drivers/crypto/scheduler/scheduler_pmd.c > +++ b/drivers/crypto/scheduler/scheduler_pmd.c > @@ -197,8 +197,8 @@ cryptodev_scheduler_create(const char *name, > return -EINVAL; > } > > - RTE_LOG(INFO, PMD, " Sched mode param (%s =3D %s= )\n", > - param_name, param_val); > + CR_SCHED_LOG(INFO, " Sched mode param (%s =3D %s= )\n", > + param_name, param_val); > } > } No \n please. --=20 David Marchand