From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6B1387EDC
 for <dev@dpdk.org>; Tue, 15 May 2018 12:54:10 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 00B8021D52;
 Tue, 15 May 2018 06:54:10 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Tue, 15 May 2018 06:54:10 -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; s=mesmtp; bh=SxrSDYccXhOv798bXTUzgwwlHo
 EhDUpbcDeSj0lvxwA=; b=hrbtk/1wKJ/EJKPw2B4z2BPo1s12HNfU+J+4a4aiyz
 JfrWL57XCwuK2pGO3XuX4MQ4qxScj3W5PQN4FBV5ZEZ5+TdU8PlGtNJfBUr6/AVl
 kZns4PYgaPBD6pnuMaE+9j74dP0JJuEGqP3u9FU9L+U70jF2HPVYbJ0fNe7iH0Gz
 A=
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; s=fm2; bh=SxrSDY
 ccXhOv798bXTUzgwwlHoEhDUpbcDeSj0lvxwA=; b=Krui0qYu1jix39syjXvmqz
 Wxpf4n89F7ZUuWdbCWF7aotaig41H9zvh1O8tcj0QAl3rL5KPXPBUnSGn3Yb5Ek1
 XQr7oGLS5tGqW5pCQXBAaq/swmWJgdxRj6KnOc4+j0UtgaHhQzn4lZbZpJRSh8QR
 6kovEKG3Ohnak+I3eiHRJ4LDUeR86G2kynQnKg8oWcFvA1aEHLrS/QGl8L7kW22O
 adNMhd0KUzkWdTDGZwFppT5Uic3pHIuPU0JpGTxR4qpFl1ompSt+zWZB91S4G94b
 X2JNI5gtAqgB9PzILQCme3PbX1f0kSVBVMGXMMDk/RBVHiffl6V2dpfwc/ojzFdQ
 ==
X-ME-Sender: <xms:Ubz6Whul4x4EHhNlbvCv4I_yyAOlonHrPtFN6TrYcJ7t6fkKYWDsgA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 130D7E498C;
 Tue, 15 May 2018 06:54:08 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Andy Green <andy@warmcat.com>
Cc: Jerin Jacob <jerin.jacob@caviumnetworks.com>, dev@dpdk.org,
 ferruh.yigit@intel.com, Pablo de Lara <pablo.de.lara.guarch@intel.com>,
 arybchenko@solarflare.com
Date: Tue, 15 May 2018 12:54:07 +0200
Message-ID: <9256148.iIRPeVBrGr@xps>
In-Reply-To: <007d01ed-1a2c-ce74-7ce5-b8e71b41b06d@warmcat.com>
References: <20180515100335.13051-1-jerin.jacob@caviumnetworks.com>
 <20180515103130.GA14446@jerin>
 <007d01ed-1a2c-ce74-7ce5-b8e71b41b06d@warmcat.com>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
Subject: Re: [dpdk-dev] [PATCH] bus/pci: fix driver name string manipulation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 15 May 2018 10:54:10 -0000

15/05/2018 12:41, Andy Green:
> On 05/15/2018 06:31 PM, Jerin Jacob wrote:
> >> [dpdk-dev] [PATCH] bus/pci: correct the earlier strlcpy conversion=E2=
=80=8B
> >=20
> > I am fine with taking any of the of the patch.  Please improve the patc=
h subject
> > and bug description in case if you prefer to take your original patch.
>=20
> OK.  Or the maintainer is welcome to change the commit title how he=20
> likes directly.

Andy, the problem is not the title but the bug description I think.

I see that Andrew has just sent a description.
I will use it.