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 B3A9FA00E6 for ; Tue, 6 Aug 2019 13:35:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C58661BE67; Tue, 6 Aug 2019 13:34:59 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A771E1BE5E for ; Tue, 6 Aug 2019 13:34:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 366E120D2B; Tue, 6 Aug 2019 07:34:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 06 Aug 2019 07:34:57 -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=anjKRqKD6UtRFTbhvUekW/8nzMWam0vZaQtAJUMKgBY=; b=Ve9paqgnlx54 VRl9dceJvQ+HzfrPe7SwCy6iSBu8shJM+mHDZHX6IPYv/oqBxSV78hQeMVXhoJRP 72HPr+rhSvzkTdgsBSTKvo9Wh7lqyLbeQo5cqhciUfxu5GpHqM6A4rD4pNW/wkDo rk5z5M+MObKpztdIH49UnMvovRefSQ4= 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=fm3; bh=anjKRqKD6UtRFTbhvUekW/8nzMWam0vZaQtAJUMKg BY=; b=YBmV1Rcbd6ZlTJ5qiDU8TVfJf0mAR0WkAkXRKjg1o3NO4gXy1MSIOFfxd miqKytRbePGvrHy7N2bO2rK8pindRbAWa1hhW1osmW9CM+TerjTW1avTsGaDQWie ol7LSZfqWMCUj823uQNChYraPFFWlSs2VyIr9xZtj2PXdI/NAz9LkG8aEa6CZugo MBSlEvrrjkFu/Q6ND0qqRGmbWIgifFtblVzkYh5KU8tZvJ9FeSONICY1iFW+6KJm 662J1lDF+O6jW6jNcdDKYR1pvn595yu6GKWRgAkRCH07X6ktUKc33t5WW4Pimjlk 33EPoZSL7gl0tgOF1O+GilWQXEQAA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddutddggeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepleefrdeirddugeelrdduudegnecurfgrrh grmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehl uhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 4ED6A8005B; Tue, 6 Aug 2019 07:34:55 -0400 (EDT) From: Thomas Monjalon To: simei Cc: dev@dpdk.org, qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, qiming.yang@intel.com, orika@mellanox.com, adrien.mazarguil@6wind.com, arybchenko@solarflare.com, ferruh.yigit@intel.com Date: Tue, 06 Aug 2019 13:34:54 +0200 Message-ID: <24089372.lu3vrpdBSV@xps> In-Reply-To: <1562215437-75338-1-git-send-email-simei.su@intel.com> References: <1562215437-75338-1-git-send-email-simei.su@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for RSS hash funtion 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" 04/07/2019 06:43, simei: > From: Simei Su > > Add new field SYMMETRIC_TOEPLITZ in rte_eth_hash_function. This > can support symmetric hash function by rte_flow RSS action. > > Signed-off-by: Simei Su > --- > +* ethdev: New member in ``rte_eth_hash_funtion`` to support symmetric hash funtion. That's unfortunate there is a typo in the name of the enum you want to change. Do you have any reference to the algo you want to support? A paper maybe?