From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v3 0/7] net/mlx5: fixes Date: Tue, 24 Oct 2017 17:18:11 +0200 Message-ID: References: Cc: Yongseok Koh , Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 1B9001B7DB for ; Tue, 24 Oct 2017 17:18:29 +0200 (CEST) Received: by mail-wr0-f194.google.com with SMTP id z55so15002547wrz.1 for ; Tue, 24 Oct 2017 08:18:29 -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: * Avoid to duplicate bcast/multicast flows when multiple MAC addressed are configured. 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 | 156 +++++++++++++++++++++++----------------- 3 files changed, 111 insertions(+), 79 deletions(-) -- 2.11.0