From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 10 Mar 2016 14:15:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,317,1455004800"; d="scan'208";a="921275822" Received: from bricha3-mobl3.ger.corp.intel.com ([10.252.20.226]) by fmsmga001.fm.intel.com with SMTP; 10 Mar 2016 14:15:44 -0800 Received: by (sSMTP sendmail emulation); Thu, 10 Mar 2016 22:15:42 +0025 Date: Thu, 10 Mar 2016 22:15:42 +0000 From: Bruce Richardson To: Adrien Mazarguil 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 Content-Disposition: inline In-Reply-To: <1457015260-3041-1-git-send-email-adrien.mazarguil@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/7] Assorted fixes for mlx4 and mlx5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 22:15:50 -0000 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