From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=8HQxj/qFpA9PTz7XGxf0k+xpjKRS+hiRCPHrfoLfWug=; b=L82WYOcg2tzNGodzZMo7RvOjWU8aoX8eWhLUsOeReoROTjZG7rtGV1hkPTckziq7/j HZyQ4LRsxGgdPvnpjTS2gO3dgvwzoWv7NEOU+v32xp7+pwRGa9sX7U51hKnpLoL6Bc+u MVQhWqKimi5pWOpaWrcOz7xxKMOG/yGfe52IxBgdfpc7KuklkVZtj4JqH5P4zBHfmjFy WCD0Pnh3Te9dPOUDbKU8pEk3sd2NkW22ER6A7bEK9gwOGVoKzl2bFTp6mI05BGwWiKDJ JyXzB+hFPLLizVOYUowsvqpBwPw3rFlyUVvVH91hvETMXIOAFBA2gmxenWQsFkmt/b3w wIEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8HQxj/qFpA9PTz7XGxf0k+xpjKRS+hiRCPHrfoLfWug=; b=nWexTuKQqib4II1Vttlyn4pCTk48Q3BY7kL7fvYo+rbPHmldq8dm5ydwoiLVVaI7n5 Sl+sGWH87nhkqAlyPKysucmG3gpxRZhUL7Hb4ys8KLTwTMP/9AQkwt4NFSWzgfGheeEu gcxe9pJz5yi0dtXVKD+HYkrogMCTWpOw9cewvLGy1ecnhzRSYbVYftiDIcTMgfQ5OOlY LELXROs3qzpArdWRZEzKzdIwzinZ+SExWdLJCzkXBC4USnN1GrwoZKZ7vYO+6PrgQ/t3 zIotR32Zy3w2wWWPDNgwHKgTZkM7e6KGozox1BS+KfhJtSkwhdhsJfD2bRabJt3pLYpe IPvQ== X-Gm-Message-State: AMCzsaWdhS9alGYzfDzVAfl725DDXKvekI2Ahp2sHWbL77HeV9I+MC+H PQoEtFg9VnnBp+zrC2qkCXyCrOq+PA== X-Google-Smtp-Source: ABhQp+RHW8oZEdchQiSqoOBLbLpOSxzqDPtPaQ93RjUfzWNb+a3NzLm2bdOsgXTp2kMlbk8hxKqogg== X-Received: by 10.28.137.139 with SMTP id l133mr1955810wmd.123.1508757494526; Mon, 23 Oct 2017 04:18:14 -0700 (PDT) Received: from laranjeiro-vm.dev.6wind.com. (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id v5sm4975463wrf.29.2017.10.23.04.18.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Oct 2017 04:18:14 -0700 (PDT) From: Nelio Laranjeiro To: dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil Date: Mon, 23 Oct 2017 13:17:54 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v3 0/3] net/mlx5: bug fixes 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: , X-List-Received-Date: Mon, 23 Oct 2017 11:18:15 -0000 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