From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/5] Add flow director and RX VLAN stripping support Date: Wed, 9 Mar 2016 16:11:04 +0000 Message-ID: <20160309161104.GB6132@bricha3-MOBL3> References: <1456164127-28072-1-git-send-email-adrien.mazarguil@6wind.com> <1457015204-2941-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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 17C892E81 for ; Wed, 9 Mar 2016 17:11:08 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457015204-2941-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:26:39PM +0100, Adrien Mazarguil wrote: > To preserve compatibility with Mellanox OFED 3.1, flow director and RX VLAN > stripping code is only enabled if compiled with 3.2. > > Changes in v3: > - Fixed flow registration issue caused by missing masks in flow rules. > - Fixed packet duplication with overlapping FDIR rules. > - Added FDIR flush command support. > - Updated Mellanox OFED prerequisite to 3.2-2.0.0.0. > > Changes in v2: > - Rebased patchset on top of dpdk-next-net/rel_16_04. > - Fixed trivial compilation warnings (positive errnos are left on purpose). > - Updated documentation and release notes for flow director and RX VLAN > stripping features. > - Fixed missing Mellanox OFED >= 3.2 check for CQ family query interface > version. > > Yaacov Hazan (5): > mlx5: refactor special flows handling > mlx5: add special flows (broadcast and IPv6 multicast) > mlx5: make flow steering rule generator more generic > mlx5: add support for flow director > mlx5: add support for RX VLAN stripping > Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce