From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-f194.google.com (mail-vk1-f194.google.com [209.85.221.194]) by dpdk.org (Postfix) with ESMTP id C301D1B9F0 for ; Fri, 11 Jan 2019 18:19:54 +0100 (CET) Received: by mail-vk1-f194.google.com with SMTP id t127so3435638vke.8 for ; Fri, 11 Jan 2019 09:19:54 -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=FGA1XRXrFHJCykG9tkYb6Dv8IRC5fftv09nJWPpseHI=; b=nxR/KhVUwkPCaMtH+JhenpZTSCYYVSzWdzIpN95iFYrkHmj4UAtjge1DlyTx3rGJ/2 johGOFKVLParL9D2TS9XgRNNXLJK9EHFnJ3Gp/z9tXbZNzz5fd1LlVeCQGrjM3X9yX6P DG/4OMJrj+yNHC2zcvFuZEWfyQAMI5wZspL/O4rG/bpSChljJQtQ1Bsf2oM/FkRFwR/P +sjEofonMAGN1/LppublK27SLfP8CTMt+8nltDFER0jLooFAOx5K551iNL8QxcoQRLaF /WMrElgWNas/JHI5ND9wEq2qWiG0/OBWUsxITXpSsS32ATMA0vWJgG0aWIX0IKKI4oRF bJgw== X-Gm-Message-State: AJcUukdvaIOR8Wgg2uk+ivddAqxK4Meghdy7QMHR/OA8Bk9zWraUjJKo kU31qKrD/t0ynPIAtyXVdc8XZqdKB5vhNwbiO+Ymmw== X-Google-Smtp-Source: ALg8bN6to6BqDGi/if9T12r6ntRHbVVabhmdy2pKLB0O5fJVWXo4TFmUGN/hxPp1LW9RvAnOYbjYwjSEhfg5kCQyvTM= X-Received: by 2002:a1f:1c81:: with SMTP id c123mr5800175vkc.52.1547227194048; Fri, 11 Jan 2019 09:19:54 -0800 (PST) MIME-Version: 1.0 References: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> <1547215897-22272-1-git-send-email-david.marchand@redhat.com> <16ee2092-551c-42cb-b271-69aab6dba407@intel.com> In-Reply-To: <16ee2092-551c-42cb-b271-69aab6dba407@intel.com> From: David Marchand Date: Fri, 11 Jan 2019 18:19:42 +0100 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, Thomas Monjalon , Andrew Rybchenko , konstantin.ananyev@intel.com, dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH v2] ethdev: declare Tx prepare API as not experimental 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, 11 Jan 2019 17:19:55 -0000 On Fri, Jan 11, 2019 at 5:52 PM Ferruh Yigit wrote: > On 1/11/2019 2:11 PM, David Marchand wrote: > > The Tx prepare API was introduced at a time when the experimental API > > tag mechanism did not exist yet and is missing the tag. > > However, this API has been there since 17.02 and did not suffer any > > change since its introduction. > > > > Let's just remove the warning from the documentation. > > > > Signed-off-by: David Marchand > > Acked-by: Ferruh Yigit > > Acked-by: Andrew Rybchenko > > Acked-by: Konstantin Ananyev > > Applied to dpdk-next-net/master, thanks. > As discussed offlist and on ovs ml, once it reaches master, could we backport at least to 18.11 ? Thanks. -- David Marchand