From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce deprecation of flow copy function Date: Sun, 05 Aug 2018 23:50:45 +0200 Message-ID: <7035202.ZQ5TT4Uz8n@xps> References: <20180803143728.15817-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , Ferruh Yigit , Gaetan Rivet To: Adrien Mazarguil Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 10C4A1B599 for ; Sun, 5 Aug 2018 23:50:57 +0200 (CEST) In-Reply-To: <20180803143728.15817-1-adrien.mazarguil@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2018 16:37, Adrien Mazarguil: > +* ethdev: flow API function ``rte_flow_copy()`` will be deprecated in v18.11 > + in favor of ``rte_flow_conv()`` (which will appear in that version) and > + subsequently removed for v19.02. > + > + This is due to a lack of flexibility and reliance on a type unusable with > + C++ programs (struct rte_flow_desc). Acked-by: Thomas Monjalon