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 C4F63A050F; Wed, 18 Dec 2019 11:06:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7211A378E; Wed, 18 Dec 2019 11:06:11 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id EE7072C17 for ; Wed, 18 Dec 2019 11:06:07 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 18 Dec 2019 12:06:04 +0200 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.128.130.87]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id xBIA64Xg010229; Wed, 18 Dec 2019 12:06:04 +0200 From: Dekel Peled To: matan@mellanox.com, viacheslavo@mellanox.com, shahafs@mellanox.com Cc: orika@mellanox.com, dev@dpdk.org Date: Wed, 18 Dec 2019 12:05:45 +0200 Message-Id: X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: update RSS action handling 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" This series includes 2 patches updating the RSS action handling. The first patch fixes an error in existing code. The second patch implements additional functionality. Dekel Peled (2): net/mlx5: fix setting of Rx hash fields net/mlx5: support RSS on SRC or DST fields only doc/guides/nics/mlx5.rst | 2 + doc/guides/rel_notes/release_20_02.rst | 6 +++ drivers/net/mlx5/mlx5_defs.h | 7 ++- drivers/net/mlx5/mlx5_flow.c | 12 +++++ drivers/net/mlx5/mlx5_flow.h | 21 ++++++++ drivers/net/mlx5/mlx5_flow_dv.c | 91 ++++++++++++++++++++++++++-------- drivers/net/mlx5/mlx5_rxq.c | 29 ++++++++++- 7 files changed, 145 insertions(+), 23 deletions(-) -- 1.8.3.1