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 7ADCFA32A4 for ; Fri, 25 Oct 2019 15:26:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1377A1C1DF; Fri, 25 Oct 2019 15:26:38 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D276B1C1D4 for ; Fri, 25 Oct 2019 15:26:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 74FC2221F9; Fri, 25 Oct 2019 09:26:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 09:26:36 -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=Up+VLXLMjQR6N6XBN4IR8pzbNtEFsOrqiq7Qa0+m0pk=; b=NADzaAYgDoOP zL7gUNjHY3cU5IGRvjccbuonv8gD8yaOVtyXop8jlX48ADJ9PP3Pvo+Sh5rVwYD1 okbVAUI61Mqgci3tCLelkNkfqeaZ7g7R2Vv5XmAuuuSpBK68qTCcRuHoPpIxhjTs zjGck1rR3SO5pk+w9UKk1mk8OzPkYSU= 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=fm1; bh=Up+VLXLMjQR6N6XBN4IR8pzbNtEFsOrqiq7Qa0+m0 pk=; b=Nzor+knP9qi2HZL909wJKKb4Uzvf20blGzSj4H9Qzz2QJsa5TwJ06MhUS a6YMSamq2SEVgMjrujFyZIXAg/XYFDgA9UP96RJ+PincB9uWzzNbMx4uKwSMHna1 mF5+df39ZhbVNLrYrag9SjswcWTLsiccsWPOSxrmkBuMYecrcU/fusWmJzERCiUE mTLsJgp0/lZhAG+miFk7H85JPt5LaQCIZM5AiOWFvQ827oeUiW44W+3HrIr+vtMC tSc/XdvHKFhVY0S44GJmzlm4p9xtgbGwBb6A/QjBBxSmPLRixvT+VCpI0XAz6FjG M9XF3jrUbPWWwEurnesAnl9eHvQVQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 B37AE80063; Fri, 25 Oct 2019 09:26:34 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Andrew Rybchenko , Adrien Mazarguil , Ajit Khaparde , Jerin Jacob , orika@mellanox.com Date: Fri, 25 Oct 2019 15:26:33 +0200 Message-ID: <5258375.BrpvpaGT02@xps> In-Reply-To: <20191025125118.47189-2-ferruh.yigit@intel.com> References: <20191025125118.47189-1-ferruh.yigit@intel.com> <20191025125118.47189-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 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" 25/10/2019 14:51, Ferruh Yigit: > "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. I fully agree with this explanation. rte_flow is the only supported API for flow offloads. That's why we must remove the legacy API. > Signed-off-by: Ferruh Yigit > --- > --- a/doc/guides/nics/features/default.ini > +++ b/doc/guides/nics/features/default.ini > -Flow API = Acked-by: Thomas Monjalon