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 3765AA04DD; Thu, 22 Oct 2020 14:11:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C4964A9C6; Thu, 22 Oct 2020 14:11:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 5EE41A9C2 for ; Thu, 22 Oct 2020 14:11:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603368704; 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: in-reply-to:in-reply-to:references:references; bh=V15QrGV8peO+GKPDGnVWkpSbG2e/JH1fDf0kmqxgNb8=; b=h2blRbuXhRSqsRfKpJiUq2vIay0HEcdNUDb8/zrfBVRZrMCq0XcoMYeT/iijEpvy/Pdb9l Y+UND3vd2PtWKlNRgJX24KOwbIYKR6UNIKhXbKNyxs9rDpdLRpDIEGBZkdASEjayIsFVKS Ph3KKG/yX+cYnFfp9ZnTGVPSUmW/lOw= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-239-0GbqAg_dPO6EhIsY38zWig-1; Thu, 22 Oct 2020 08:11:41 -0400 X-MC-Unique: 0GbqAg_dPO6EhIsY38zWig-1 Received: by mail-vs1-f69.google.com with SMTP id 2so257593vsv.17 for ; Thu, 22 Oct 2020 05:11:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=V15QrGV8peO+GKPDGnVWkpSbG2e/JH1fDf0kmqxgNb8=; b=iIQHD/XA+Ct3Ssvt8jFQ0KoVPDJlbga4n5GoZGRhbLG6WhCer1vTmn3orG5xOK6KiV KK0HC5ZTnqPp7RE6+GRCA3TAZOtZG76FuIoutV5HydLNctRjRvyZoU4KwG/vBghCkl2u CwcuhnTDc2NslijSDdU5+gPtjQ7OlTA9RIzr5EvZjUKNvUeFcczkk7ww5TjIIkgyONy+ TaNSiRcoy5+oLctYvtPxlYHQY1emvGYianLS1iLk84nB11DMXxenrHutni02K0jhHscx WB35U+xq1/CGi7NKdN+wfsL5vxo/ojj4LTa5YK8SddB02IA6hY6KCof3h5L6ogmtXZW8 l7nA== X-Gm-Message-State: AOAM532kpoQL9tsJA5jDenJX2aTdcpEqfmB+8/LxNNY0SJ+Y3vtMgaGJ tKNyau0zP31e9vvNWYE3tt45aZwCXTKLbcNAZ9HpiB02ETCt2RGjRBJzz6Bq9b7glOu5KXT20Ix xtDvItKgYiwklCqQl+Sk= X-Received: by 2002:a67:f954:: with SMTP id u20mr1266123vsq.5.1603368700534; Thu, 22 Oct 2020 05:11:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwSinaUhPA773XOaIJoJzwMTWAB05MJJj2UlOWanQ8WWMD0symvCm3l0a4KcRhiBQR5o4HQA1ua9kWh4hIYM7E= X-Received: by 2002:a67:f954:: with SMTP id u20mr1266104vsq.5.1603368700267; Thu, 22 Oct 2020 05:11:40 -0700 (PDT) MIME-Version: 1.0 References: <20201022074704.16111-1-david.marchand@redhat.com> In-Reply-To: <20201022074704.16111-1-david.marchand@redhat.com> From: David Marchand Date: Thu, 22 Oct 2020 14:11:29 +0200 Message-ID: To: dev , Ray Kinsella Cc: Thomas Monjalon , Bruce Richardson , Neil Horman , Rosen Xu , Andrew Rybchenko , Luca Boccassi Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation 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 Thu, Oct 22, 2020 at 9:47 AM David Marchand wrote: > > Fixes: 63b3907833d8 ("build: remove library name from version map file name") > > Signed-off-by: David Marchand Acked-by: Ray Kinsella Acked-by: Bruce Richardson Applied, thanks. Ray, I'll let you update the documentation with better examples on the ABI version. Thanks. -- David Marchand