From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CF44A1B300 for ; Thu, 16 Nov 2017 19:07:38 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7381820B68; Thu, 16 Nov 2017 13:07:38 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 16 Nov 2017 13:07:38 -0500 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=/FRKxPQekvA49TDPj48XWjbdLE Td906qlVIjag+lXAM=; b=WSFQXTMiaYWJocAW4uKcob01OSfE3rQ66lvK9SO9Wu XhCjVO5yk96fhZAnUah+3DyFNugTFunpKujtlgXHrJPR8lbDzX2mRANmkFbifqnC 8aaV1q634bm2f9pRU9Wjbu+tS9JH52B7bYbXzmspS9Wws9jdmA6IkhBszOdghlIL U= 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=fm1; bh=/FRKxP QekvA49TDPj48XWjbdLETd906qlVIjag+lXAM=; b=a7F28NZLVS/LYPTwUeiNXx GL6KLs9gRAjfVXOUxDrkgR01zVc8SOriFV0IyjCIl6NIx5Lo1A1k7ZIs8N5qwhQp EnmSHFRwOfuf1pcQVRrs2hRgwdCjVnqpoUCShBE7sEiXmPCHG2f3AclYPmYsNWxU vbPGCcmfU6FfR/HQsu7Ne9ybYcDTw79mzJKjW5ZcfY33u5tdnhuNTTbQa3LAOZQr l8lpII6HHfq8QMnft/wQ1Jc8rbtTkCnZb6SZGul5x3jcsk+mIdDZyo0PMitb3Emv NhJqfEBOCrWWuHk+6RrHldGn6qI4Y93yjY8E1pVhUi3Ao6Sb3+Ek7qBKiYZPp6gQ == X-ME-Sender: Received: from xps.localnet (unknown [64.124.208.80]) by mail.messagingengine.com (Postfix) with ESMTPA id DEDF87E193; Thu, 16 Nov 2017 13:07:37 -0500 (EST) From: Thomas Monjalon To: "Wiles, Keith" Cc: Adrien Mazarguil , Olivier Matz , "Wu, Jingjing" , dev@dpdk.org, "Yigit, Ferruh" Date: Thu, 16 Nov 2017 19:07:35 +0100 Message-ID: <1604273.LDSsn8cxQZ@xps> In-Reply-To: <0194E2C3-2A61-4C34-90C8-10D9D797067B@intel.com> References: <1510234868-31053-1-git-send-email-adrien.mazarguil@6wind.com> <20171116092356.GM24849@6wind.com> <0194E2C3-2A61-4C34-90C8-10D9D797067B@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC] cmdline: rework as a wrapper to libedit 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: Thu, 16 Nov 2017 18:07:39 -0000 16/11/2017 17:48, Wiles, Keith: > For now we can accept your patch for cmdline as it does add the support without much effort. I agree.