From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2 0/7] net/mlx5: fixes Date: Mon, 23 Oct 2017 16:49:50 +0200 Message-ID: References: Cc: Yongseok Koh , Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id E9BA21B600 for ; Mon, 23 Oct 2017 16:50:14 +0200 (CEST) Received: by mail-wm0-f68.google.com with SMTP id t69so10067598wmt.2 for ; Mon, 23 Oct 2017 07:50:14 -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" Some fixes on bugs and wrong behaviors. This series applies on top of: http://dpdk.org/patch/30707 Changes in v2: * Fix packets reception in allmulti mode and when VLAN are present. * Fix a double flow insertion causing an infinite loop. Nelio Laranjeiro (7): net/mlx5: fix segfault on flow creation net/mlx5: fix work queue array size net/mlx5: fix drop flows when port is stopped net/mlx5: fix flow director drop action net/mlx5: fix mark action with drop action net/mlx5: fix reception when VLAN is added net/mlx5: fix flow director flow add drivers/net/mlx5/mlx5_flow.c | 32 ++++++---- drivers/net/mlx5/mlx5_rxq.c | 2 +- drivers/net/mlx5/mlx5_trigger.c | 125 +++++++++++++++++++++------------------- 3 files changed, 88 insertions(+), 71 deletions(-) -- 2.11.0