From patchwork Fri Dec 22 17:44:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 514 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 1171643760; Fri, 22 Dec 2023 18:45:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E84AC4069F; Fri, 22 Dec 2023 18:45:50 +0100 (CET) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mails.dpdk.org (Postfix) with ESMTP id D893E402B9 for ; Fri, 22 Dec 2023 18:45:49 +0100 (CET) Received: by mail-pj1-f50.google.com with SMTP id 98e67ed59e1d1-28bec6ae0ffso1304769a91.3 for ; Fri, 22 Dec 2023 09:45:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1703267149; x=1703871949; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=eBChohh9b6Efm6Ph45NM+zGvOzngpJLOwQzYcEjx3BI=; b=BKbnBwXZNcFJomTiYqsqRTHkaWz4w/QaqTCgN0mrUSZbF5sB8XdaPOCJvekclQu3xu KKrDBFA1p1uOAToWYv40deI4fANMVKZUOaKzYcEWTV9uXouefKcUFKFUIBOC5E7bXbSY bLdEsPSbfSTcbEKBXgHzHDURXZxxYCGEMoFOOQiwr8NKArH//RmLyR3QwcYs4pPislHo ZcxZwgrl4Dlp6P7cd8nRmndkIvVG+nRoYDkGGL+JjeJ3XYhlT1OJ5u6OOJb3k4JCNk3b eyR7uFNqx5C/dxv3oOmqYq0d7dXSTuXzud5PWByUOEpHmCclebbjmGueQ6zhN9LjX/Wd c6RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703267149; x=1703871949; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=eBChohh9b6Efm6Ph45NM+zGvOzngpJLOwQzYcEjx3BI=; b=VkuT8o1Fc/nmxzVrJiegFgIx4iUmyu0CAQHZ007ZQtaLPsy4EEd+szcGfCnghnVPF8 hBV6BFKL1Ce9oE5LzbZXYFlKrThLRSVvznRSsPMXp6aJPY7aRJHs/Veuk5sltj7vmDXN yrwdAKurLmuTO0dDGyb3oVG3DxOWPbuokVOleXmy1iMzfiGTWxShBTlhTiJFjBSVPaRs HZ2GXjMiSqv+RZxHXm3IoTPNrT88uPiR7Wq0LRxBt9VLCD6G1oWUTQt3MmValbmVweNk 6X3qbLGky9zgOzsOJDtw5uYvdTgmdv0URtifVIDwWsMS1y1ngtUoOdXk8zx0nUebZK48 9iBA== X-Gm-Message-State: AOJu0YyoOwtcwKz8cxq8XkxJs29OabTpvK6zuWWq2ijFIO5e74VUaPVO pvaiHqU6FgYs+Q43gUIE1Rj5lyhCwfO1OJ4WSwk4Yawt0yXLPA== X-Google-Smtp-Source: AGHT+IGvXY2unljsWVw89LJO1GNjVdToIS+I4a9lKklPmh2MHbqkbrVB8XpvEC8Tcsh/Gt6+12ntsA== X-Received: by 2002:a17:90b:24a:b0:28c:23fe:dca4 with SMTP id fz10-20020a17090b024a00b0028c23fedca4mr161480pjb.1.1703267149012; Fri, 22 Dec 2023 09:45:49 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id ne17-20020a17090b375100b0028b493c8c2esm7724935pjb.22.2023.12.22.09.45.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Dec 2023 09:45:48 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/3] Remove last library static logtypes Date: Fri, 22 Dec 2023 09:44:01 -0800 Message-ID: <20231222174539.13431-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 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 These three libraries were depending on static logtypes. Stephen Hemminger (3): port: convert to dynamic log type table: convert to dynamic logtype pipeline: convert to a dynamic logtype lib/log/log.c | 3 --- lib/log/rte_log.h | 6 +++--- lib/pipeline/rte_pipeline.c | 3 +++ lib/port/meson.build | 1 + lib/port/port_log.c | 7 +++++++ lib/port/port_log.h | 4 +++- lib/table/meson.build | 2 ++ lib/table/table_log.c | 7 +++++++ lib/table/table_log.h | 4 +++- 9 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 lib/port/port_log.c create mode 100644 lib/table/table_log.c