From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CE9B9A04DB; Thu, 15 Oct 2020 12:33:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61EB41DE68; Thu, 15 Oct 2020 12:32:40 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 72B041DCFE for ; Thu, 15 Oct 2020 12:32:38 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id n15so2824534wrq.2 for ; Thu, 15 Oct 2020 03:32:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=CJhm45Bdoe+yOBCYS3wLM6JQgA7pD04dpn+h2yJyXuQ=; b=TE+K/4LYrzgAyNRyqpAbnOI370dxyST4BNZvfUSVItWmSsAgNL0ycsNWuT+Op/Y8st 7nwJR6KVp6nLjY4lVYtzyyr6nYBi8ct/5L+KiJ8DYWUbdi81n1+LEa5Uo+xY0wIGGEaU 2ZGtgjrmp8wfkwmShJTgb8RAw5SR1yswosPjrvh7XPQgKwoGucUCyVBUtMLGF5ONWHzQ 3/bJ4mtgmmikx5Tug03CIr/iPMOAqst9Pjwh0cJmIoeTqS+yn7yC/rUdIOUjXYZoSMKg AbLr7VnAqdM5q0UOI+gbozSu4qQw5TbfPTxPqfSodcaXnglUgSWTh07boQKdpngAGPFn Ijjg== X-Gm-Message-State: AOAM531l6EGqJ3ozeBkhm/u/MK/gD9sJmUCuLhOD9SV0uxs68REgn1Op ZZ9UPzz9Ruq7nGDmbJWdgUE= X-Google-Smtp-Source: ABdhPJwsnzH0dFKnV1mz6EVXBW/Q+LHudenSsRTyHSXvplrpNaWoRClQUDiqRxSWA5FmSYMaiyK8mw== X-Received: by 2002:adf:e8cf:: with SMTP id k15mr3546216wrn.262.1602757957250; Thu, 15 Oct 2020 03:32:37 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id w4sm3571532wmi.10.2020.10.15.03.32.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Oct 2020 03:32:36 -0700 (PDT) Message-ID: From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Cc: david.marchand@redhat.com, arybchenko@solarflare.com, ferruh.yigit@intel.com, thomas@monjalon.net Date: Thu, 15 Oct 2020 11:32:36 +0100 In-Reply-To: <20201014141304.632120-6-bruce.richardson@intel.com> References: <20200916164429.244847-1-bruce.richardson@intel.com> <20201014141304.632120-1-bruce.richardson@intel.com> <20201014141304.632120-6-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 5/7] build: remove library name from version map filename X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote: > Since each version map file is contained in the subdirectory of the libra= ry > it refers to, there is no need to include the library name in the filenam= e. > This makes things simpler in case of library renaming. >=20 > Signed-off-by: Bruce Richardson > --- Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi