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 2BA43A0350; Tue, 30 Jun 2020 09:30:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA77B1B13C; Tue, 30 Jun 2020 09:30:30 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 3936F1023 for ; Tue, 30 Jun 2020 09:30:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593502228; 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=sFjNyCccUyCpLvMvBb3RWwNA3iE5JAKS+870k2T0h6A=; b=NTAkO+sCNKPBYt4ubH6eI+cfUvGqqJNTn3IorBp1NGTQ9HaQKp3op9eHkNqAyt0hO9+CLp miXa4+cOZpyNGyQtzCF0xqSvxAq+KEDXG/w0tz0ba21+gdpdJE6Gs9rjxeYiZ2JW7zEak1 EloR0ggM8mQXgcRlCXBcioumgseqZqM= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-62-xUVF8YfkPwOYD9w5-Fyqgg-1; Tue, 30 Jun 2020 03:30:27 -0400 X-MC-Unique: xUVF8YfkPwOYD9w5-Fyqgg-1 Received: by mail-ua1-f72.google.com with SMTP id 1so66893uaq.17 for ; Tue, 30 Jun 2020 00:30:26 -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=sFjNyCccUyCpLvMvBb3RWwNA3iE5JAKS+870k2T0h6A=; b=E0Pm9CMHXhmJD0CIrE3l7Mi0lFA2hYWlJR3fmg9hBVddIdYTmVEGssS0d9zC+1cgW3 Z7a7EOd7BfrHyePJBqXzPXkKqhoHYVSCSKY6v+2UF00DUa50Ly1LVs++GsM2oo/6KzFD hG21gUvzzp//5e+6N1qZW0fn6uzG05Oc65JHgdhz4MkeHMDTOGfuAtbXYcduHeIpjEUC tkGWOiaA7O6hJXEfNev7wp7oHK9onaOHpcJ8J5ddQy9BQH9sdRao44GfeGe00S1CXXeZ +ZI/hwGo5w7JXNMK8Q9XmLFtLyz7rZS5rvwuGvE/Ke8r+KwIg991RHRmudRPP/v78025 YJhA== X-Gm-Message-State: AOAM530cBxhyMrnauaNSgQGW3nyq+6mgoNz4dXr7wPC8VDl1nSPCBLhx kOl+vdboFDNKNYPcn86HiZxI925pRdZVtDF6SM3zj6bQZPvLjV2kEASWcVb6wGERDWiqI7AQcgE 4XKax7rqxN/Pk01Nsx3U= X-Received: by 2002:a67:c58c:: with SMTP id h12mr6676191vsk.141.1593502226568; Tue, 30 Jun 2020 00:30:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZYhyo/DoC8iowkqoEIx75BeQlJhWbTAyLATGXprpK75+eJf/HD5YdKZrR7mH4PpHdFQg2U9qXpuWRJRO24u0= X-Received: by 2002:a67:c58c:: with SMTP id h12mr6676178vsk.141.1593502226357; Tue, 30 Jun 2020 00:30:26 -0700 (PDT) MIME-Version: 1.0 References: <1593213242-157394-1-git-send-email-nicolas.chautru@intel.com> In-Reply-To: <1593213242-157394-1-git-send-email-nicolas.chautru@intel.com> From: David Marchand Date: Tue, 30 Jun 2020 09:30:15 +0200 Message-ID: To: Nicolas Chautru Cc: dev , Thomas Monjalon , Akhil Goyal 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] [20.11, PATCH] bbdev: remove experimental tag from API 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" Hello Nicolas, On Sat, Jun 27, 2020 at 1:14 AM Nicolas Chautru wrote: > > Planning to move bbdev API to stable from 20.11 (ABI version 21) > and remove experimental tag. > Sending now to advertise and get any feedback. > Some manual rebase will be required later on notably as the > actual release note which is not there yet. Cool that we want to stabilize this API. My concern is that we have drivers from a single vendor. I would hate to see a new vendor unable to submit a driver (or having to wait until the next ABI breakage window) because of the current API/ABI. -- David Marchand