From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH v2 0/7] Assorted fixes for mlx4 and mlx5 Date: Thu, 3 Mar 2016 15:27:33 +0100 Message-ID: <1457015260-3041-1-git-send-email-adrien.mazarguil@6wind.com> References: <1456165123-28365-1-git-send-email-adrien.mazarguil@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E238F2BDC for ; Thu, 3 Mar 2016 15:27:54 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so133743970wml.0 for ; Thu, 03 Mar 2016 06:27:54 -0800 (PST) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id k84sm4441793wmc.18.2016.03.03.06.27.53 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Mar 2016 06:27:54 -0800 (PST) In-Reply-To: <1456165123-28365-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset addresses several minor issues, release notes are updated accordingly. Note: should be applied after "Performance optimizations for mlx5 and mlx4". Changes in v2: - None, submitted again due to dependency with previous patchset. Adrien Mazarguil (3): mlx5: manage all special flow types at once mlx5: remove redundant debugging message mlx5: apply VLAN filtering to broadcast and IPv6 multicast flows Or Ami (2): mlx5: fix possible crash during initialization mlx5: check if port is configured as Ethernet device Robin Jarry (1): mlx4: make sure that number of RX queues is a power of 2 Yaacov Hazan (1): mlx5: fix RX checksum offload in non L3/L4 packets doc/guides/rel_notes/release_16_04.rst | 17 ++++ drivers/net/mlx4/mlx4.c | 6 ++ drivers/net/mlx5/Makefile | 5 ++ drivers/net/mlx5/mlx5.c | 18 ++-- drivers/net/mlx5/mlx5.h | 2 + drivers/net/mlx5/mlx5_rxmode.c | 147 +++++++++++++++++++++++++++++---- drivers/net/mlx5/mlx5_rxq.c | 5 +- drivers/net/mlx5/mlx5_rxtx.c | 26 ++++-- drivers/net/mlx5/mlx5_rxtx.h | 4 +- drivers/net/mlx5/mlx5_trigger.c | 10 +-- drivers/net/mlx5/mlx5_vlan.c | 5 +- 11 files changed, 204 insertions(+), 41 deletions(-) -- 2.1.4