From patchwork Sun Feb 12 16:14:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 123729 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3A2641C7B; Sun, 12 Feb 2023 17:14:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B2BF40E09; Sun, 12 Feb 2023 17:14:59 +0100 (CET) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id BBD69400D7 for ; Sun, 12 Feb 2023 17:14:57 +0100 (CET) Received: by mail-pj1-f44.google.com with SMTP id pj3so9811858pjb.1 for ; Sun, 12 Feb 2023 08:14:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=07T4rMr62hYqIuTxJ4lpKH1o3VDpaLP96VqG5+r3GnA=; b=y2WUcuLvthNaiiX5U9/V9/RnoNvjGXQENWf2twAydmc3BfV0aPDXZcqGScvUYJW5Cg ivHeQlIDV00lNYxiEcs8wwp9w66dN2QEwD5rKBaMY/e4qO0ZAmhG09JyDNA2jR3o3E/Q UTW7KpfF4P8cIyediey+Pk6f3Hh+EdXRaDwr00X5ysRXtq9dz5u9X7mTpkFwpNxz4/vh vOSKxq3LGV8T+r7Jb5lo1mG4alH+al3bb92eanIHB3AMKXfBbSQkIuNANzKbYp3iMYPN HVAfMFB8pv4xYz3WnrlOQFqX71SmA5B+7QmW46FTV/16COUgagadlaZTpDO7Hxwq9WD/ xVpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=07T4rMr62hYqIuTxJ4lpKH1o3VDpaLP96VqG5+r3GnA=; b=m/uqv97GBwsjJZZbvyTa55DB2Dz0RRWMynTyRi0ZqJ38HCOs8HzuvGxr/rCLeKpB+h iUHIBL3CH5BNgTCI0cff1Yna53v7kCv7b9MC3LCNqAMqkXrUN3Y3tUtFwq7aAkF9EDiX PcaXyoEcum2w8B/oQtWv+Z+fXaSF0w/t3ii6aow9raL/6P9r+VDczzvRbmWgqYpZrIT6 osJg+06Q5HJh8IhtCpXKn0q/uQkJMFN2L45I7APPY94PqG3Xzv0bH+p7Nh3br5cqugsC gXvvVrZIFe6L4t/lllY8N3y1afHYA4yNcsq+A1EYRTyYHSPKvvxh8t1jw13RweLBJC3T mmBg== X-Gm-Message-State: AO0yUKUBqrB4poMoIto0Xd2WZU3DC+CRr//g5HuFPRVVUFYnO+XF4I2H VbkWpkV3dU9wCbwitzl9JxKrnDL70Qty5MzcKwg= X-Google-Smtp-Source: AK7set++b4KGsUPt82euf4rh76uax7ltXYG9B3Xgw8rsZ6r0i+s3GYNdu8UeeVvKCgL3eJ740o3cgA== X-Received: by 2002:a17:90b:4c47:b0:233:f09c:82c9 with SMTP id np7-20020a17090b4c4700b00233f09c82c9mr1649488pjb.20.1676218496487; Sun, 12 Feb 2023 08:14:56 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a14-20020a17090abe0e00b002308e6e645bsm2709817pjs.49.2023.02.12.08.14.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Feb 2023 08:14:56 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/5] Replace us of RTE_LOGTYPE_USER1 in libraries Date: Sun, 12 Feb 2023 08:14:49 -0800 Message-Id: <20230212161454.836493-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230208044825.1682620-1-stephen@networkplumber.org> References: <20230208044825.1682620-1-stephen@networkplumber.org> MIME-Version: 1.0 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 The DPDK libraries and drivers should not be using the USER1 logtype. v5 - minimize the size of patches Stephen Hemminger (5): 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 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 | 2 ++ lib/latencystats/rte_latencystats.c | 3 ++- lib/reorder/rte_reorder.c | 6 +++--- lib/vhost/fd_man.c | 4 ++-- lib/vhost/vhost_crypto.c | 4 ++++ 7 files changed, 19 insertions(+), 8 deletions(-)