From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8994521A77; Sun, 5 Aug 2018 17:50:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 17:50:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5YyzITlbbc7dg7LybOZZ24fvCR e7yj6+FCJrEhOj9sA=; b=GoXyBo0cd6108VBrVA0uTgYJDD0V6jrV7q3rwH84JU T5XR+jyvB72Jdqi3FLqyDFWIjdVrawmnpSh+CgVNnL2NaDCx88cCy3qXtEzoNzLs ighn3T20Y2z2A5GS5crzsVktlnZ7ApnwK8ODW9dofdpNXkCdHiFiTGlhWQXTHcaK c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=5YyzIT lbbc7dg7LybOZZ24fvCRe7yj6+FCJrEhOj9sA=; b=oebk78QaMIBkyoqCn0K9w4 t/RiTlLwFXP5tVtAWh1wFJZ8Q5O1raVIfA01e0c0Tnwjyp4/hqpNi7oGBdpP3jz/ HuLC82C4yFa5lsV/xpIHgA81Of/i7pGKwhOBPsPoas7LXnXSpgJcsoP4KqJJddjE ad2KfpVRBkBlk5shlfWmBRkDroJNkdalWKJ6AZFKPprJrm5pOdAADeE7d9ItaLSa 9oZsWTt39GrcTacv5X3nE5D9TzQukZ6qnG4sZOJN2i4IqEowmKpDJEEElBM9ahK2 V8zY8DOstQ0jY9X6GnaPbrIPLo2HCMCLn/pGFeJRnhOZ0x0y9pdFrxbef3iolS0Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 1CDF510261; Sun, 5 Aug 2018 17:50:47 -0400 (EDT) From: Thomas Monjalon To: Adrien Mazarguil Cc: dev@dpdk.org, Neil Horman , Ferruh Yigit , Gaetan Rivet Date: Sun, 05 Aug 2018 23:50:45 +0200 Message-ID: <7035202.ZQ5TT4Uz8n@xps> In-Reply-To: <20180803143728.15817-1-adrien.mazarguil@6wind.com> References: <20180803143728.15817-1-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: announce deprecation of flow copy function 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: , X-List-Received-Date: Sun, 05 Aug 2018 21:50:57 -0000 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