From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 09 Mar 2016 08:11:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="933125900" Received: from ugavish-mobl1.ger.corp.intel.com ([10.252.20.226]) by fmsmga002.fm.intel.com with SMTP; 09 Mar 2016 08:11:06 -0800 Received: by (sSMTP sendmail emulation); Wed, 09 Mar 2016 16:11:05 +0025 Date: Wed, 9 Mar 2016 16:11:04 +0000 From: Bruce Richardson To: Adrien Mazarguil 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 Content-Disposition: inline In-Reply-To: <1457015204-2941-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 v3 0/5] Add flow director and RX VLAN stripping support 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: Wed, 09 Mar 2016 16:11:09 -0000 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