From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8D44911DC for ; Mon, 15 Jan 2018 12:06:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 17675201BE; Mon, 15 Jan 2018 06:06:11 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 15 Jan 2018 06:06:11 -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=6yxf8IL0tvLA8HHECQ98fdDkJw 1hVwEzc5Wd+dhbRG4=; b=AsF8442pKvFk7kvAhvUIRoHmaZpnMNH8SENLUbp1S7 bN/gwvAb7v+kshbDV0y3xzgHHV9EFtKMHdiZugZnfZDX6ExLBFN/tMeA8oPLSq8x 9buwupGzHv33x1Pg+2kHg9Ca0f6Uj9I6B6CigqSkRXz8G76If2ibF7G+SMPhm8qd c= 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=6yxf8I L0tvLA8HHECQ98fdDkJw1hVwEzc5Wd+dhbRG4=; b=Mv4uWH69dNuj37zZCH733R NS4ezl/D/UuVzbMiCjXIqF4bxpkniKhxQkAUoEE8Jd4LgNyYqGV1CVi0Nwn16GHw T5yAzBMLWjA0nRg5Qns3Vh0+64k2N4gbhyrLgBGOhvYAvDQDRgCP79y3IMeT8AaS iFbUWG7ZzCtTzg5Jt8SvroHSSo1xaf1rkjcOt6A4hvqExDX0eq4MycAW7a8HcK2J lOcNgxzmsxhxder+LdZo0/aw3wU1/ofDSnr1JkiIKFelANObrNZhoOGQ1oyOwEc/ WqQ4vk+DT+fJI6oTslhHbZ87mX7thS3CTyP1udJo9IRLdEbMVCQW30RyR4MDXCMQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C59387E353; Mon, 15 Jan 2018 06:06:10 -0500 (EST) From: Thomas Monjalon To: Xueming Li Cc: dev@dpdk.org, Olivier MATZ Date: Mon, 15 Jan 2018 12:05:39 +0100 Message-ID: <1876287.sGDPYO4iHX@xps> In-Reply-To: <20171207153455.mbpi2jhfrncyjdqq@glumotte.dev.6wind.com> References: <20171115155156.9566-1-xuemingl@mellanox.com> <20171207145202.162545-1-xuemingl@mellanox.com> <20171207153455.mbpi2jhfrncyjdqq@glumotte.dev.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] lib/cmdline: support backspace key 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: Mon, 15 Jan 2018 11:06:11 -0000 07/12/2017 16:34, Olivier MATZ: > On Thu, Dec 07, 2017 at 10:52:02PM +0800, Xueming Li wrote: > > Support windows putty "\b"(Ctrl-H) backspace key. > > > > Signed-off-by: Xueming Li > > Acked-by: Olivier Matz Applied, thanks