From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 13CA6C356 for ; Wed, 17 Feb 2016 18:13:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 17 Feb 2016 09:13:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,461,1449561600"; d="scan'208";a="748120132" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga003.jf.intel.com with SMTP; 17 Feb 2016 09:13:45 -0800 Received: by (sSMTP sendmail emulation); Wed, 17 Feb 2016 17:13:44 +0025 Date: Wed, 17 Feb 2016 17:13:44 +0000 From: Bruce Richardson To: Adrien Mazarguil Message-ID: <20160217171343.GA11736@bricha3-MOBL3> References: <1454063522-1948-1-git-send-email-adrien.mazarguil@6wind.com> <1454063522-1948-5-git-send-email-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454063522-1948-5-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 4/5] mlx5: add support for flow director 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, 17 Feb 2016 17:13:48 -0000 On Fri, Jan 29, 2016 at 11:32:01AM +0100, Adrien Mazarguil wrote: > From: Yaacov Hazan > > Add support for flow director filters (RTE_FDIR_MODE_PERFECT and > RTE_FDIR_MODE_PERFECT_MAC_VLAN modes). > > This feature requires MLNX_OFED 3.2. > > Signed-off-by: Yaacov Hazan > Signed-off-by: Adrien Mazarguil > --- Hi Adrien, Yaacov, this patch raises a lot of warnings (17) with checkpatch. Can you perhaps look to see if this number can be reduced. Regards, /Bruce