From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-f41.google.com (mail-vs1-f41.google.com [209.85.217.41]) by dpdk.org (Postfix) with ESMTP id BB30C1B9D3 for ; Fri, 14 Dec 2018 11:00:29 +0100 (CET) Received: by mail-vs1-f41.google.com with SMTP id h18so3029829vsj.4 for ; Fri, 14 Dec 2018 02:00:29 -0800 (PST) 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=m/whi3d+mf8Cdtvz5YR0DUs9h513lRrrVDBYpxDcC3c=; b=MjwEUutNcvDtsL+fh3JuD7gOXydre7mlVJQZROaLI2i8jLVMHS81fEtQhYf6Oep4Aq 3+zlbsFVRFYHc8gd0o3OQWrfWHXjXoq/c1TF+vdvVs27Qjm/O4qTINiKR3oCGzhC8gLE K/PLb3f+LRMa1TCTLWeduihDJIDpCpbIBitoBePxPLMtd1V3+0JJiu0etZuda2mPSNLV C7a6l4vLCQscsGfIu8lL77W8++9cLUlDWnkjC09hTv+elR/dz4PiHgrgUJ4Im10Ls7BV Q+Ac1EerrLRrc8rDKfE3pdl9e46DvOjmy+8aPCeZvgWrc51Xj6Q6mow4umVNHd7HO5HY rPtg== X-Gm-Message-State: AA+aEWZpVH4LiTQ2UuQHPc5uGtNl47miiw5wdyDCqXSIak7M4Iz3Og5o h7CTpASUMCtmL6utu/bxPqK0ux+hFQTeYkkCHhEcRw== X-Google-Smtp-Source: AFSGD/VnvWfdCC/PM6LUtO7RA/0xNt+0qsKaUC1rEC37BsAaANaoQrrS0ygU0yxMbrvDz33bKXbP1b7d0Pxte6ampKo= X-Received: by 2002:a67:2045:: with SMTP id g66mr1002546vsg.180.1544781629218; Fri, 14 Dec 2018 02:00:29 -0800 (PST) MIME-Version: 1.0 References: <1543957065-20990-1-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 14 Dec 2018 11:00:17 +0100 Message-ID: To: Akhil Goyal , "nhorman@tuxdriver.com" Cc: "dev@dpdk.org" , "stable@dpdk.org" , "tredaelli@redhat.com" , "ferruh.yigit@intel.com" , "amr.mokhtar@intel.com" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] bbdev: add missing experimental tags X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2018 10:00:29 -0000 On Fri, Dec 14, 2018 at 10:54 AM Akhil Goyal wrote: > Hi David, > > I can see that there are other APIs as well which are not marked as > experimental like rte_bbdev_dec_op_alloc_bulk > rte_bbdev_dec_op_free_bulk, rte_bbdev_enqueue_enc_ops etc. > Well, that's the problem with inlines... I don't think we can detect these easily. -- David Marchand