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 CC51DA0577; Mon, 13 Apr 2020 23:36:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F28E1C0AE; Mon, 13 Apr 2020 23:36:02 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2EE991C066 for ; Mon, 13 Apr 2020 23:36:01 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 5FCF25C00BF; Mon, 13 Apr 2020 17:36:00 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Mon, 13 Apr 2020 17:36:00 -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=lJc+2MKg6PlpxcJeq6eeI3icrbt51WuLwg0/I1P89As=; b=Hir+smvovcCa TFt+d8Jz6H2nJxcGXqioIauqSAtCsGU89PuW9oM/HUxbzHqx7qQGNuo96xLQMxLC rlujkCRsIuOp/WV035wxpL8o5+hXm3DXkrEoRP7k3nxJ4FiuFZwMgmuS/n1uilNk I4NpJsA1wYMxLw+LVhjJ0Tiy7vgxIWA= 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=lJc+2MKg6PlpxcJeq6eeI3icrbt51WuLwg0/I1P89 As=; b=VLnLgsGLo+5DfbBNvBLg9bqJTw3968Ux0PrSnlwpcku4KqgDwl9w6BNLy NgxbG3D5pVduc9qtC5N+eKTQukRWPkDgb8s7skNXK5s1jTu+h/722JhYvGHrBojB rJd1bUoAUOnSBu2PIOJ9b4+rXXy8QS8VOxgY43yYVB6KiWkGMlzGTYP0+ZSQYObF YgVj8YuzeEtVLrDRWoDGkQ47DMSdhnCVSc5jF0zgCfGz4YFZwgHnHofbwHnZLBqA 1+kA+BJ8mvRi/5eIFH/xOCeZ4pBxtNxneLJeiJfQ0pXaNA6r0vrnd7PWveV3CIJ8 mt3rUteBQVFIhREr0el7Gpdy3sPBw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrvdelgdduiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 9F32F328006A; Mon, 13 Apr 2020 17:35:59 -0400 (EDT) From: Thomas Monjalon To: Venkat Duvvuru Cc: dev@dpdk.org Date: Mon, 13 Apr 2020 23:35:58 +0200 Message-ID: <4466924.oiGErgHkdL@thomas> In-Reply-To: <1586806811-21736-1-git-send-email-venkatkumar.duvvuru@broadcom.com> References: <1584459511-5353-1-git-send-email-venkatkumar.duvvuru@broadcom.com> <1586806811-21736-1-git-send-email-venkatkumar.duvvuru@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/34] add support for host based flow table management 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" 13/04/2020 21:39, Venkat Duvvuru: > This patchset introduces a new mechanism to allow host-memory based > flow table management. This should allow higher flow scalability > than what is currently supported. This new approach also defines a > new rte_flow parser, and mapper which currently supports basic packet > classification in receive path. The patchset uses a newly implemented > control-plane firmware interface which optimizes flow insertions and > deletions. > > This is a baseline patchset with limited scale. Follow on patches will > add support for more protocol headers, rte_flow attributes, actions > and such. It seems this patchset is adding features but I don't see any documentation update. Should you update the feature list? doc/guides/nics/features/bnxt.ini