From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH v2 0/3] net/mlx5: fix updating RETA Date: Mon, 20 Mar 2017 16:04:32 -0700 Message-ID: References: <20170316224056.19685-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , Yongseok Koh To: , Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0072.outbound.protection.outlook.com [104.47.2.72]) by dpdk.org (Postfix) with ESMTP id C5948133F for ; Tue, 21 Mar 2017 00:04:50 +0100 (CET) In-Reply-To: <20170316224056.19685-1-yskoh@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Currently rte_eth_dev_rss_reta_update() doesn't work properly for mlx5 PMD. This patchset fixes the issue. This also enables testing the API with testpmd. v2: * Minor code change by review. Yongseok Koh (3): lib/librte_ether: remove requirement of aligned RETA size net/mlx5: use correct RETA table size net/mlx5: rebuild flows on updating RETA app/test-pmd/cmdline.c | 4 +++- drivers/net/mlx5/mlx5_ethdev.c | 8 ++------ drivers/net/mlx5/mlx5_rss.c | 18 +++++++++--------- lib/librte_ether/rte_ethdev.c | 8 +------- 4 files changed, 15 insertions(+), 23 deletions(-) -- 2.11.0