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 4E4B6A0C43; Fri, 22 Oct 2021 17:07:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DDC514117E; Fri, 22 Oct 2021 17:07:30 +0200 (CEST) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mails.dpdk.org (Postfix) with ESMTP id 3259F41149 for ; Fri, 22 Oct 2021 17:07:29 +0200 (CEST) Received: by mail-pl1-f178.google.com with SMTP id t21so2890743plr.6 for ; Fri, 22 Oct 2021 08:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Ly40BcWXtDGNXnpCISCFeq/wPmYF+kqWyTg99R93dKI=; b=4P7Tqpt5WViLmNqnqbcsz2x4iky67T/yUbarnaxhxTCZWYMxPBqQq8gd9SzGNSyeBG sfw3DCAhBllLZIBb8W5/vnrtfW6Uybg7ECMowZGgF1a56l9mBmMj8T6FK39+lAjNTO7f GxiGQp1oYkb8+aXhJSbyjTGjp91YiC8ScRBy9chf3pcux8ThoQqfBKOBZzruneW/ecbw RXHtjCr9oAUkMtI0tTWOsL5blLUsWGsiUYYKuV8ro3vhcqIoo+dat3dQk3ACpt6x/evp sJozZ/NXB6r6t+NkAtVx4LFZMv1B4/MyEbzPoss64D0hM68D5TyW5d32BG2dKBFVhY7a Wi/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ly40BcWXtDGNXnpCISCFeq/wPmYF+kqWyTg99R93dKI=; b=nyWtltsU5oAo+0XG0N1oiA54GG7rQs8d0/MjvhDxuq0jdT04cZfr89p0SsKYbw/qeA u2wXV6rwSu4ZChDwB7aB/eUUV3soPiJbKwFVgkig6jembbkQ7BtMSfft9EWLjN90wWsk cSUvQDxCWzVcL5AyCuuHRCZAci9ZD/S4ozGSL6gXmjmYEPhdBvKPYI2gAn9Xc8EQjObM rW3YuMoCW5TdD0S86UrI36CT0TuEeglO9L7UMu2HgqwY9AV4kyKpAsgfdiDb6R6IIgeI NJL9zrEzcUJmLhJYHVHujyyqTd//iLFYO6Rgg3ac7B5plTn5YtPkVV7xTv6AB0MVBzhw cyyA== X-Gm-Message-State: AOAM532Zz/USwPXnMvVhwjWMm4NN38WoZfA+FErBXpfE4YaKtt4XiVPi +vY8E+Ik6zCADowwnsS9PRX9Kg== X-Google-Smtp-Source: ABdhPJy/TxE7KKG/YBYkOwzy165ULN2tAtFstppDrQCy8DBTX29ZuXMtDuq08x/lrCyZzUx6UZqQUQ== X-Received: by 2002:a17:90a:c68e:: with SMTP id n14mr4407022pjt.238.1634915248190; Fri, 22 Oct 2021 08:07:28 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id m10sm5182192pfk.78.2021.10.22.08.07.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Oct 2021 08:07:27 -0700 (PDT) Date: Fri, 22 Oct 2021 08:07:22 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org, Reshma Pattan , Ray Kinsella , david.marchand@redhat.com Message-ID: <20211022080723.0fa96bcd@hermes.local> In-Reply-To: <16856825.zWgp5XjYaV@thomas> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211020214236.71444-1-stephen@networkplumber.org> <20211020214236.71444-3-stephen@networkplumber.org> <16856825.zWgp5XjYaV@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v15 02/12] librte_pcapng: add new library for writing pcapng files 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 Sender: "dev" On Fri, 22 Oct 2021 15:43:58 +0200 Thomas Monjalon wrote: > 20/10/2021 23:42, Stephen Hemminger: > > +++ b/lib/pcapng/meson.build > > +version = 1 > > What is the meaning of this version in meson? Is it used somewhere? > > > No just copy/paste from some other meson file.