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 294ABA059F; Fri, 10 Apr 2020 14:35:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1146E1D533; Fri, 10 Apr 2020 14:35:01 +0200 (CEST) Received: from new3-smtp.messagingengine.com (new3-smtp.messagingengine.com [66.111.4.229]) by dpdk.org (Postfix) with ESMTP id 393B31D521 for ; Fri, 10 Apr 2020 14:34:59 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailnew.nyi.internal (Postfix) with ESMTP id 76C3B580878; Fri, 10 Apr 2020 08:34:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Fri, 10 Apr 2020 08:34:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=3BaFz6z/tbx0GoOs3SoQAaVz29fiLaUQKHrLu8UWvkM=; b=hR0PmwWmKuTe x0glfO47KxPxxt+7k7MIQBK5s8Wrb778VyPRLOh1GSPnQ6gX46B0cETTiQabOPfu /Fhz66EYjAbP7fsW/y53/QAjviw26ZWszhMOGTBWqjJ8c8MXKd4Ac3fpr/9r/RQV 0iWBK981Jh67V8qgnwZY5kzKvI8ityM= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=3BaFz6z/tbx0GoOs3SoQAaVz29fiLaUQKHrLu8UWv kM=; b=z5QcrxmCAkY6XwPtkqkpfo5pocKqJYa4DhUxIeAPzGuF2crYX6VdByiOx FKQw76gURSYntnd6CwR07JkLW1wWaHS3zGLgYBjIw77lPJSdXwbUaXEB3B113GeM l97uvPqspnPT3BjrrVK9gzJNsGWKv1o27sC3lEJJ2a8oms8GbTQ4g0OVNHOpK/CJ K53yZ6B3sqyyM2DzBF0SYU7J/s1cQsImpt2FyTd1lguxPCFEFDTs2nz1Gf4M4ROG sftYRjJyA46ZgADhuZh6U4LJJE+z4HSHU1QGMgxEZKMCVN3GFJTsVIRsRs5Xrhi+ bcBafY4tDpD1/6lfknw2U7e7tPVkw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrvddvgdehgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 13A703060066; Fri, 10 Apr 2020 08:34:53 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Jerin Jacob Cc: dpdk-dev , Rahul Lakkireddy , John McNamara , Marko Kovacevic , John Daley , Hyong Youb Kim , Ajit Khaparde , Somnath Kotur , Gaetan Rivet , Ziyang Xuan , Xiaoyun Wang , Guoyang Zhou , "Wei Hu (Xavier)" , "Min Hu (Connor)" , Yisen Zhuang , Beilei Xing , Qi Zhang , Jingjing Wu , Wenzhuo Lu , Qiming Yang , Rosen Xu , Konstantin Ananyev , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , Jerin Jacob , Nithin Dabilpuram , Kiran Kumar K , Rasesh Mody , Shahed Shaikh , Andrew Rybchenko , Keith Wiles , Tomasz Duszynski , Liron Himi , Adrien Mazarguil Date: Fri, 10 Apr 2020 14:34:52 +0200 Message-ID: <1770278.QZUTf85G27@thomas> In-Reply-To: References: <20191025125118.47189-1-ferruh.yigit@intel.com> <20200410092956.951168-2-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 2/2] doc: remove flow API from the feature list 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" 10/04/2020 14:10, Jerin Jacob: > On Fri, Apr 10, 2020 at 3:00 PM Ferruh Yigit wrote: > > > > "Flow API" is a method/API to implement various filtering features, on > > its own it doesn't give much context on what features are provided. And > > it is not really a feature, so doesn't fit into feature table. > > > > Also since other filtering related APIs, 'filter_ctrl', has been > > deprecated, flow API is the only supported way in the DPDK to implement > > filtering options, if related filter options announced by PMDs, listing > > "Flow API" as implemented is redundant information. > > > > Signed-off-by: Ferruh Yigit > > Since you are changing "Flow API" to "Packet filtering via Flow API" > to all the .rst file, > Could update doc/guides/nics/octeontx2.rst, From "Generic flow API" to > "Packet filtering via Flow API" Wait rte_flow is not only about filtering. rte_flow can configure any flow-related offload, including encapsulation or header update.