From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v3 0/3] net/mlx5: bug fixes Date: Mon, 23 Oct 2017 13:17:54 +0200 Message-ID: References: Cc: Yongseok Koh , Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 22E151B5F2 for ; Mon, 23 Oct 2017 13:18:15 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id t69so8796697wmt.2 for ; Mon, 23 Oct 2017 04:18:15 -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 v3: * Add missing "fixes" tag in the last commit. 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