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 2EA2F374C for ; Wed, 27 Apr 2016 04:52:00 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 26 Apr 2016 19:51:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,539,1455004800"; d="scan'208";a="940972950" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 26 Apr 2016 19:51:59 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Apr 2016 19:51:58 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Apr 2016 19:51:58 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.155]) with mapi id 14.03.0248.002; Wed, 27 Apr 2016 10:51:55 +0800 From: "Zhang, Helin" To: "Rosen, Rami" CC: "dev@dpdk.org" Thread-Topic: [PATCH] i40e: Remove redundant fdir forward declarations. Thread-Index: AQHRhv85Ue/o8D6hfEyWLBO+nQNk/Z+dUWZw Date: Wed, 27 Apr 2016 02:51:55 +0000 Message-ID: References: <1458955928-11536-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1458955928-11536-1-git-send-email-rami.rosen@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 02:52:00 -0000 > -----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. >=20 > This patch removes several redundant forward declarations in i40e_fdir.c. >=20 > Signed-off-by: Rami Rosen Acked-by: Helin Zhang