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 E8A2F438A2; Fri, 12 Jan 2024 12:03:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D22CA40A6D; Fri, 12 Jan 2024 12:03:49 +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 52A044026E for ; Fri, 12 Jan 2024 12:03:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705057427; 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=a8SIqOQZy/WKbmn0fmozrRTNtEWxXPxs3tTr7i5C3qk=; b=JLq+S+KlfTGfgByWHe8PZ145hU7BAuTOzSPu7ONaJZDxBvcL7JnGxcZlX1sePrfY9L9A9P deYKQANlC0uyNTciBU/qP21OmpuHBYncisHyjmM2BQTNqLqsAKma5P+BOe1+8cSKnDj/ED ezghErSZ+to1agByyG+ho4d9j03MIHY= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-684-SyaEHQbIMoOCg4vxdrKzUg-1; Fri, 12 Jan 2024 06:03:46 -0500 X-MC-Unique: SyaEHQbIMoOCg4vxdrKzUg-1 Received: by mail-lj1-f197.google.com with SMTP id 38308e7fff4ca-2cccdcfea74so58539481fa.1 for ; Fri, 12 Jan 2024 03:03:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705057425; x=1705662225; 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=a8SIqOQZy/WKbmn0fmozrRTNtEWxXPxs3tTr7i5C3qk=; b=PKQqv+oso7HiSZeoaljh2Bpvx7MIxPcNd53QWJ7CMTWgIbLfw5VtlSKRB+w//N5nQ8 /k9Jf2jOpo4O2XrVKHa7FHRPKfOETIctEL0fylU9Ot31SqReIZ2rwar8QTeLR4arCwqp uKv7V5CaIA6IeJs3kuFnXl96qZTm/bWmWe7FNxYCe9HwogYyOmJ38U2nLIjymcE5Trt5 VvLCIC2Yt4VCx31iSEVD1ZZoeKoAZlrs/nK2L4j2RD3K9Y5proQZ2PWOWxcujSYAxnVq VpskILSP6GV9kF1xzVDrciMXYn3STR3Tcy8EByTe988wwrpl8t3XeZs0PQ/CQ01oUvi/ Vj5w== X-Gm-Message-State: AOJu0YyeYLnQeHmPDDN4sUFqc6UvXZzYCt1v0sfnJiimhzA+2n/ENtg7 G4GZGjtQw6Aocbn9Arzt1toz0jqAzgqeINROe/Bd7gQjkN2a84E7aFLtTAIlLX9rTpZD/7M/nSu vWId+6Nja/0yuvZLX08lp+fH2NCY= X-Received: by 2002:a05:6512:3253:b0:50e:e1d3:7595 with SMTP id c19-20020a056512325300b0050ee1d37595mr532695lfr.101.1705057425218; Fri, 12 Jan 2024 03:03:45 -0800 (PST) X-Google-Smtp-Source: AGHT+IHEGgERHVl8XC44D9nWooSR+3pF6hNnGERuYO2NtlE4URZhONeBR/+hgl93KMErX5O1ACjsU6HqhPf/QMIGAko= X-Received: by 2002:a05:6512:3253:b0:50e:e1d3:7595 with SMTP id c19-20020a056512325300b0050ee1d37595mr532687lfr.101.1705057424854; Fri, 12 Jan 2024 03:03:44 -0800 (PST) MIME-Version: 1.0 References: <20231222174539.13431-1-stephen@networkplumber.org> In-Reply-To: <20231222174539.13431-1-stephen@networkplumber.org> From: David Marchand Date: Fri, 12 Jan 2024 12:03:32 +0100 Message-ID: Subject: Re: [PATCH 0/3] Remove last library static logtypes 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 Fri, Dec 22, 2023 at 6:46=E2=80=AFPM Stephen Hemminger wrote: > > 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 I fixed patch 1 which was missing some bits added in patch 2. I also fixed the copyright notices. Applied, thanks. --=20 David Marchand