From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=LCGZ4Ds2edNAqiRWlO7ER5hR0a4k4YXjO10Ej0k83ZA=; b=WcfGd1BGV4egX/K+on/PZJZIe0zyHVpaugJiIkWK0TNspfy/obLGXS5oKsjeKyqU+K o76iI2XzDdOiR+eGaTSIXX75jQApALeO1vrA12x7ghZbdEOAkTLEoUE7UUFMPyG0Smoy Uoc1zaMc9aT/cIrbJDJAjpovbCfmE29W0YA+cQt60irC5ix0P4iA6KvgW0OKo/2fxw9v +080+O4nXP2B05UpjEd2oCWWOJB0OIaeoUolPTMCHgXDKnEsLG2/EmjkAIoRGwLZMGQX GWwuTMQ8IqPVM9BveVRK/9T/32nMT7FA019wE2hZ7JADlFIyLPO1DccWpzslN5/Axi4p 8RAg== 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=LCGZ4Ds2edNAqiRWlO7ER5hR0a4k4YXjO10Ej0k83ZA=; b=DgBmOcSbMB71/JTp8eS6KkLQU3AcbPRIoJ5maIjnnfPhSBr28a6qw5Q/pPL5dGz1Gu 0eW7i8pwMKd/+wkjLAjEuMVOec2vVxGTgHCxupwf1BxKA4Veb8ZtCkJ4Sp2Ub16Zhe3+ nDM11HvQgExcnuBEBWZsDLBDwZJ1fnNxDJLrws5qBoTA7m+9U85k2EBuvX2KoAQ5Tw77 bDg+OdUivi0X7cYWdnkruGKq5SQH2pibHya/YBPoGi6t6/SCSWi77d3WJv+NO+xL9JlI 67SEbYpKsP9P1vwA4sD2vAJAWA5YNDKusFNM0dLebECVPYzewT+scZHyWxWNnBwASTeR 2k2Q== X-Gm-Message-State: AMCzsaWUjeH0AzYCJnvr1ahEgHj21EKGiR0/zy98lLijy24VbGLS9QSG DvQJ12VV5muVGaJ26KRvDLJoMORkFA== X-Google-Smtp-Source: ABhQp+SLFRi6xzK4nrnXFr3cLjCcoUamXtk29R0PNXmea9t4cyoyxVtc3OwcwIAxpS9XWB7JwUwCfA== X-Received: by 10.28.28.138 with SMTP id c132mr5431309wmc.48.1508770213466; Mon, 23 Oct 2017 07:50:13 -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 s196sm4908234wmb.26.2017.10.23.07.50.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Oct 2017 07:50:13 -0700 (PDT) From: Nelio Laranjeiro To: dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil Date: Mon, 23 Oct 2017 16:49:50 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 0/7] net/mlx5: 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 14:50:15 -0000 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