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 2D4CC4374F; Thu, 21 Dec 2023 10:38:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C62FD40A4B; Thu, 21 Dec 2023 10:38:41 +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 C2C27406B8 for ; Thu, 21 Dec 2023 10:38:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703151520; 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=tqAjK1Ovy1ENvpiuAJagFvFC1Qvg9Rvwu/HTqOu8M1Y=; b=Ak0XCXKnqZoPrnSd7YBGllxZrN/v8gfw2NFTZY9Vp1qw6BfehjZsg1eNBgvSOja0oreRfa xwZc9iiGX4tA4h0L47/FEvH5AeABWFyJ9rAt5ijfxbriMqaPlSyrbGriVjNMKPZ54+pr/f 5rbDZr/WRGKcjx69Niu96GCeAc29ICo= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-42-UEhvhD-UNQibOBXl2MRsXg-1; Thu, 21 Dec 2023 04:38:38 -0500 X-MC-Unique: UEhvhD-UNQibOBXl2MRsXg-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2cc2ddf70a1so3370941fa.1 for ; Thu, 21 Dec 2023 01:38:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703151516; x=1703756316; 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=tqAjK1Ovy1ENvpiuAJagFvFC1Qvg9Rvwu/HTqOu8M1Y=; b=FIbcy56naZBWof87QpfQzOMIgwHgKASxdAwq8mevV3VUgazncvuPywbOId8qdTxloE C9HZQRd0Gz2jRWmk6NjOfe27Yi9ChpV4JpgYx4hWyylzJzD4mEURBV+/2dFxl55ntUdr s/H80m1yqMIT2C0d83vBoBqEFS7DxC7LZkN55VRz3UsdLslZ872z3V3uh1OntChjNNTA xnWGAd+THgbDc6yF4Li8FYrDg8GZqepjufoM5C9NTu23s/ZIZ6riNk8qRkrJkQSwrVMR HXn2pjFKTxrK3dRH8rISevWNjDQCaXwRyWBX3UUghTw/B2ourMgbJsS+zy51Ih8JYBmF l5Kg== X-Gm-Message-State: AOJu0Yxd/e+t+uGUgS7fEHjnf0NmsEZVo36QhAO1D2FQavBmolBDaeFl 9i+OxUTF/CBGMWhrgika+WzpEYpFuA9+lwvBDSBUPHxuxO7gZcVSirox8N30ywuJs/qJASebLdX wSuzej76pTIVBRFJqeorofUEQD3Y= X-Received: by 2002:a2e:a230:0:b0:2cc:9435:a5f3 with SMTP id i16-20020a2ea230000000b002cc9435a5f3mr1070060ljm.30.1703151516022; Thu, 21 Dec 2023 01:38:36 -0800 (PST) X-Google-Smtp-Source: AGHT+IFxYqArNOQvjqK054NB6GA19UItHEO4OP7CYskrERNaDKF3rQ5YG1Wjb8uFPmW160Sex8ytLnWqjRcs7YMkZrk= X-Received: by 2002:a2e:a230:0:b0:2cc:9435:a5f3 with SMTP id i16-20020a2ea230000000b002cc9435a5f3mr1070055ljm.30.1703151515688; Thu, 21 Dec 2023 01:38:35 -0800 (PST) MIME-Version: 1.0 References: <20231213014408.612051-1-stephen@networkplumber.org> <20231218192631.699267-1-stephen@networkplumber.org> <20231218192631.699267-11-stephen@networkplumber.org> In-Reply-To: <20231218192631.699267-11-stephen@networkplumber.org> From: David Marchand Date: Thu, 21 Dec 2023 10:38:24 +0100 Message-ID: Subject: Re: [PATCH v4 10/17] crypto/caam_jr: use dedicated logtype 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: > > The driver has macro and logtype but not used in a couple places. > > Fixes: af7c9b5e9ce7 ("crypto/caam_jr: introduce basic driver") > Signed-off-by: Stephen Hemminger CAAM_JR log macros add a \n, please remove them from the format strings when converting. --=20 David Marchand