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 9EECFA0094 for ; Sun, 27 Oct 2019 10:43:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D48F31BF1B; Sun, 27 Oct 2019 10:43:34 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 9EFDA1BE80 for ; Sun, 27 Oct 2019 10:43:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572169411; 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=DzeoNzf72Wp/wt3MLiSaGTaBL3IkuOekspvlMusqRTY=; b=BAiwbeWe5WdrCD5qhQP2KcQKTyl/vcrPt2fFdtk0/WBsTcmBuTaAbQnrz/fFm+S+qmdA2x oBBY6dfUYN26O3eNqG0gzkwNiPOfBy5TdvWgZhTTRvUB6GAve5GeyGS6B5oyr/laFryWzq mWIps4jTYPrzojfqJAqxeDhbsRV8rvA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-45-w9OuRcgJMuWS2Q0yYE-2Ww-1; Sun, 27 Oct 2019 05:43:30 -0400 Received: by mail-vk1-f198.google.com with SMTP id k127so3366152vka.10 for ; Sun, 27 Oct 2019 02:43:30 -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=lJa4EIk+prEDQmOCWr30yZruguNKyPK1GpiIi9o3qlY=; b=b/EGoRo2CXhxHfhgSvvKTWuwfI/suaputAbg5h4Qm/geXN3u1SovAnbjtznYqA4Jke JApXFnpOKcGzJjmxX6wQ2glOf5OLVtkz9Pjv+JqZRjfMtJ48siFies27iPmUZEVI0SCB hOZNdamK418GqIVi6EOYwn3D1+ZD5TyMtuRZn5ZbKhhxJDWlPEuR/Uuiz90sRbXgTNv7 6b2VQQyZ5TGsWWut4zszVUnkBOhOIVed52Y/1+jeIM7Vi58M5H08B5SXbwWLxRzY6Uyp vLs8gsLvy0/GwBsHwoB0hhrVGqj8kLibOs3rrmH1BejdLfEu/eQoihCXvePhSOJ9ODvq 0A4w== X-Gm-Message-State: APjAAAU8fApmP34OLrbgaD6S+Q5WskTXBaTTXG/leQTUc5jDLZ9vKffU RI3/Eie/W+Kv6OsOQLl0zj13sAHD4r4ryQJz1wKJQsKmeKVcgotAblL0kJEA0jCZEjlDoBs5D09 tQieqDbaR3bK1nMTVlq8= X-Received: by 2002:a05:6102:d8:: with SMTP id u24mr2334568vsp.180.1572169410168; Sun, 27 Oct 2019 02:43:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqwrXUnjOnFKuEsOM6qAFJE6sIEJGIswh5St2sWvuJ/PsHuWzMqFq5n9YZqBHOG2frckRkVjA9gCFV1qU+TnCVU= X-Received: by 2002:a05:6102:d8:: with SMTP id u24mr2334563vsp.180.1572169409764; Sun, 27 Oct 2019 02:43:29 -0700 (PDT) MIME-Version: 1.0 References: <1572156845-29451-1-git-send-email-david.marchand@redhat.com> <28075227.aoGpy00uSq@xps> In-Reply-To: <28075227.aoGpy00uSq@xps> From: David Marchand Date: Sun, 27 Oct 2019 10:43:18 +0100 Message-ID: To: Thomas Monjalon Cc: dev , Ferruh Yigit , Andrew Rybchenko X-MC-Unique: w9OuRcgJMuWS2Q0yYE-2Ww-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ethdev: bump library version 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 Sun, Oct 27, 2019 at 10:02 AM Thomas Monjalon wrot= e: > > 27/10/2019 07:14, David Marchand: > > Let's stick to the current model of per library ABI version until the > > new model is in place. > > > > Fixes: 4f25d7d2252f ("ethdev: add return code to device info get functi= on") > > > > Signed-off-by: David Marchand > > In order to make it more obvious, it would be nice to explain that > the ABI has changed and it is reflected in the release notes > but not in the compiled version number. Ok, done. > > Acked-by: Thomas Monjalon Applied, thanks. -- David Marchand