From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH 0/3] net/mlx5: bugfixes Date: Mon, 23 Oct 2017 11:44:58 +0200 Message-ID: References: Cc: Yongseok Koh , Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by dpdk.org (Postfix) with ESMTP id E67511B3CB for ; Mon, 23 Oct 2017 11:45:17 +0200 (CEST) Received: by mail-wr0-f196.google.com with SMTP id w105so7343191wrc.0 for ; Mon, 23 Oct 2017 02:45:17 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Changes in v2: * Split last second commit in two, one for testpmd the second one for the PMD * Re-work "net/mlx5: fix RSS hash update" to also fix a bug introduced in the hash_get() blocking the update. Nelio Laranjeiro (3): net/mlx5: fix flow priority for queue action app/testpmd: fix RSS structure initialisation net/mlx5: fix RSS hash update app/test-pmd/cmdline.c | 2 +- drivers/net/mlx5/mlx5_flow.c | 12 +++++++++++- drivers/net/mlx5/mlx5_rss.c | 25 +++++++++++-------------- 3 files changed, 23 insertions(+), 16 deletions(-) -- 2.11.0