From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D9C6F5587 for ; Fri, 30 Jun 2017 16:47:56 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 07:47:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="280666865" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 30 Jun 2017 07:47:55 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Jun 2017 15:47:54 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx155.ger.corp.intel.com ([169.254.14.182]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 15:47:54 +0100 From: "Mcnamara, John" To: "Rao, Nikhil" , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" Thread-Topic: [PATCH] ethdev: fix a typo in eth device API doc Thread-Index: AQHR67lPYyMs43Y960m9vqgitu7v1qI/iDUQ Date: Fri, 30 Jun 2017 14:47:53 +0000 Message-ID: References: <1470030588-7825-1-git-send-email-nikhil.rao@intel.com> In-Reply-To: <1470030588-7825-1-git-send-email-nikhil.rao@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQxNzI1ZTMtYzI5ZS00NDNhLTllMDAtYzQxZmJjMGRiZDkwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZvNmsyRyttR2xCeWoxNHZnY2NhTTlnMWZLbVlqNlR6OUJNMjNCd0lMWWs9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 14:47:57 -0000 > -----Original Message----- > From: Rao, Nikhil > Sent: Monday, August 1, 2016 6:50 AM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Mcnamara, John ; > Rao, Nikhil > Subject: [PATCH] ethdev: fix a typo in eth device API doc >=20 > This patch fixes a typo in the eth device API doc, device config. not > stored between calls to rte_eth_dev_start/stop() should be restored befor= e > a call to rte_eth_dev_start() instead of after a call to > rte_eth_dev_start(). >=20 > Signed-off-by: Nikhil Rao Acked-by: John McNamara