From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4061B2C39
 for <dev@dpdk.org>; Sun,  2 Jul 2017 19:49:14 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id BB0702066E;
 Sun,  2 Jul 2017 13:49:13 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 02 Jul 2017 13:49:13 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ULR/YJKG/PzELED
 muaSTbyvNBgXt3fALqQFhm0xjDG4=; b=D0PGGDD5Z3+EjkU8rWs5XjJiAkXgTfd
 Cvo8KTcplfzFj4yi/5Ht9eVY2gOy5xLWBU2UhfibrNFUPHuRV4P0S/AwZRZFMUYD
 HIex2Ktf667k+jMOVGGz4EC8ht5xBbl9aIginyhFUb+5yjBkTPE/BPxyjYhinXkf
 mJmuK+8LPtLc=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=ULR/YJKG/PzELEDmuaSTbyvNBgXt3fALqQFhm0xjDG4=; b=nOXFVADa
 JPSsqblN0jk2hxx3wiBwWF+Mooa6zIlDa51CNWFFx0LKgOdXc/akHIe6IKdMAUN5
 QRv2tI2yJr6Qkv9e3rVvi39aQeD1ybi5cmNjUs9vz3+E1bZdL1YO9GBms72cmIWO
 pioAKELgty2km+SVziGf+Lbn24uLTASmSwFc0t+LW3XKqKSJ5IzG22fwTimWI918
 iHO9XX6VWOGyD+2ojb0PxqZFZ9hs1/n4o0ePJ4s7ekWIUah+fv+4z0kvCRL/B1Vi
 j9ofVjUO7mhu+vlcmJhD4mPbrQLiNrFo5SNH7g9zl1HjdtqXgnA+oGUrykWPe8qF
 AT5IdyVoc647/A==
X-ME-Sender: <xms:GTJZWXskyqRr7F_uaFIty1Qi5eMhgsZ7gFyyUMrhCdiLk9MseSjGOA>
X-Sasl-enc: hk9AQllC6ywVieLhBF2JW7KWUxSXwdTvQ/+DanpYIQO9 1499017753
Received: from xps.localnet (40.87.136.77.rev.sfr.net [77.136.87.40])
 by mail.messagingengine.com (Postfix) with ESMTPA id 0D47F7E6B1;
 Sun,  2 Jul 2017 13:49:13 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Cc: dev@dpdk.org, "Rao, Nikhil" <nikhil.rao@intel.com>
Date: Sun, 02 Jul 2017 19:49:10 +0200
Message-ID: <9396121.kvQzYzBiED@xps>
In-Reply-To: <B27915DBBA3421428155699D51E4CFE23ED1C3FC@IRSMSX104.ger.corp.intel.com>
References: <1470030588-7825-1-git-send-email-nikhil.rao@intel.com>
 <B27915DBBA3421428155699D51E4CFE23ED1C3FC@IRSMSX104.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <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, 02 Jul 2017 17:49:14 -0000

30/06/2017 16:47, Mcnamara, John:
> > 
> > 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 before
> > a call to rte_eth_dev_start() instead of after a call to
> > rte_eth_dev_start().
> > 
> > Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

I am still not convinced by this whole text,
but applied to move forward.