From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CF1F037AA for ; Wed, 27 Apr 2016 18:19:57 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 27 Apr 2016 09:19:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,542,1455004800"; d="scan'208";a="954140729" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.45]) by fmsmga001.fm.intel.com with SMTP; 27 Apr 2016 09:19:40 -0700 Received: by (sSMTP sendmail emulation); Wed, 27 Apr 2016 17:19:39 +0025 Date: Wed, 27 Apr 2016 17:19:39 +0100 From: Bruce Richardson To: "Zhang, Helin" Cc: "Rosen, Rami" , "dev@dpdk.org" Message-ID: <20160427161939.GA13724@bricha3-MOBL3> References: <1458955928-11536-1-git-send-email-rami.rosen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] i40e: Remove redundant fdir forward declarations. 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, 27 Apr 2016 16:19:59 -0000 On Wed, Apr 27, 2016 at 02:51:55AM +0000, Zhang, Helin wrote: > > > > -----Original Message----- > > From: Rosen, Rami > > Sent: Saturday, March 26, 2016 9:32 AM > > To: Zhang, Helin > > Cc: dev@dpdk.org; Rosen, Rami > > Subject: [PATCH] i40e: Remove redundant fdir forward declarations. > > > > This patch removes several redundant forward declarations in i40e_fdir.c. > > > > Signed-off-by: Rami Rosen > Acked-by: Helin Zhang Added fixes line: Fixes: a778a1fa2e4e ("i40e: set up and initialize flow director") Applied to dpdk-next-net/rel_16_04 If there are other unneeded forward declarations in this driver or other drivers, as suggested by Thomas, please send on additional patches. Thanks, /bruce