From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 27B132C17
 for <dev@dpdk.org>; Sun, 28 Feb 2016 08:29:32 +0100 (CET)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga104.fm.intel.com with ESMTP; 27 Feb 2016 23:29:30 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,513,1449561600"; d="scan'208";a="925424332"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by fmsmga002.fm.intel.com with ESMTP; 27 Feb 2016 23:29:31 -0800
Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by
 FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Sat, 27 Feb 2016 23:29:30 -0800
Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by
 fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Sat, 27 Feb 2016 23:29:30 -0800
Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by
 SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002;
 Sun, 28 Feb 2016 15:29:28 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: "Rosen, Rami" <rami.rosen@intel.com>
Thread-Topic: [PATCH] i40e: Fix a typo.
Thread-Index: AQHRcMQ06jvwHtuF3UutPjko+0zCVp9BEeAA
Date: Sun, 28 Feb 2016 07:29:28 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A9BFA22@SHSMSX104.ccr.corp.intel.com>
References: <1456511634-7983-1-git-send-email-rami.rosen@intel.com>
In-Reply-To: <1456511634-7983-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-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTE5ZWExNTAtODBiYy00ZjllLTgwMzMtMTNkNWYwOGE0ODViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFCOUI0d1wveHYrbWtqSkRaOURIRTFUVHBRMW9jejh1UGtIRjl5SGk1Rk1FPSJ9
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] i40e: Fix a typo.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 28 Feb 2016 07:29:32 -0000



> -----Original Message-----
> From: Rosen, Rami
> Sent: Saturday, February 27, 2016 2:34 AM
> To: Zhang, Helin <helin.zhang@intel.com>
> Cc: dev@dpdk.org; Rosen, Rami <rami.rosen@intel.com>
> Subject: [PATCH] i40e: Fix a typo.
>=20
> This patch fixes a typo in a comment in the definition of the i40e_pf str=
uct.
>=20
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>

> ---
>  drivers/net/i40e/i40e_ethdev.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>=20
> diff --git a/drivers/net/i40e/i40e_ethdev.h b/drivers/net/i40e/i40e_ethde=
v.h
> index 6edd7dd..8ebac9d 100644
> --- a/drivers/net/i40e/i40e_ethdev.h
> +++ b/drivers/net/i40e/i40e_ethdev.h
> @@ -408,7 +408,7 @@ struct i40e_pf {
>=20
>  	struct rte_eth_dev_data *dev_data; /* Pointer to the device data */
>  	struct ether_addr dev_addr; /* PF device mac address */
> -	uint64_t flags; /* PF featuer flags */
> +	uint64_t flags; /* PF feature flags */
>  	/* All kinds of queue pair setting for different VSIs */
>  	struct i40e_pf_vf *vfs;
>  	uint16_t vf_num;
> --
> 2.5.0