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 753F3A04B5; Thu, 24 Sep 2020 16:53:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 468301DECD; Thu, 24 Sep 2020 16:53:52 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 4731B1DEC5 for ; Thu, 24 Sep 2020 16:53:50 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@nvidia.com) with SMTP; 24 Sep 2020 17:53:47 +0300 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.228.134.250]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 08OErlcN010486; Thu, 24 Sep 2020 17:53:47 +0300 From: Dekel Peled To: orika@mellanox.com, thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com Cc: dev@dpdk.org, matan@nvidia.com Date: Thu, 24 Sep 2020 17:52:12 +0300 Message-Id: X-Mailer: git-send-email 1.7.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 0/2] ethdev: RSS expand code fix and relocate 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" Patch [1] added support for RSS flow expansion. It was added in ethdev for public use, but until now it is used only by MLX5 PMD. This patch series fixes an issue in this code, removes it from ethdev and moves it to MLX5 PMD file (following maintainer comments on v1). [1] commit 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") --- v2: relocate code from ethdev to MLX5 PMD --- Dekel Peled (2): ethdev: fix RSS flow expansion in case of mismatch ethdev: move RSS expand code from ethdev to MLX5 PMD drivers/net/mlx5/mlx5_flow.c | 415 +++++++++++++++++++++++++++---- lib/librte_ethdev/rte_ethdev_version.map | 1 - lib/librte_ethdev/rte_flow.c | 262 ------------------- lib/librte_ethdev/rte_flow_driver.h | 62 ----- 4 files changed, 370 insertions(+), 370 deletions(-) -- 1.8.3.1