From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/7] Assorted fixes for mlx4 and mlx5 Date: Thu, 10 Mar 2016 22:15:42 +0000 Message-ID: <20160310221542.GD19700@bricha3-MOBL3> References: <1456165123-28365-1-git-send-email-adrien.mazarguil@6wind.com> <1457015260-3041-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9EDB9388F for ; Thu, 10 Mar 2016 23:15:49 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457015260-3041-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" On Thu, Mar 03, 2016 at 03:27:33PM +0100, Adrien Mazarguil wrote: > 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 > Applied to dpdk-next-net/rel_16_04 /Bruce