From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] lib/librte_vhost: remove packet dump Date: Wed, 11 Apr 2018 16:36:05 +0200 Message-ID: <7b0f99d9-1d3b-46f8-5fe6-4d53181f1dd5@redhat.com> References: <20180409153429.20123-1-roy.fan.zhang@intel.com> <20180409153429.20123-2-roy.fan.zhang@intel.com> <93510d17-7ec3-f2ba-8f6e-f3a4b53d430a@redhat.com> <52c0feb2-106c-3d74-41e0-6e7d4943fa69@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: jianjay.zhou@huawei.com, jianfeng.tan@intel.com, pawelx.wodkowski@intel.com To: Fan Zhang , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 847001BBAE for ; Wed, 11 Apr 2018 16:36:08 +0200 (CEST) In-Reply-To: <52c0feb2-106c-3d74-41e0-6e7d4943fa69@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/11/2018 10:59 AM, Maxime Coquelin wrote: > > > On 04/11/2018 10:47 AM, Maxime Coquelin wrote: >> >> >> On 04/09/2018 05:34 PM, Fan Zhang wrote: >>> This patch removes unnecessary packet dump for debugging. >>> >>> Signed-off-by: Fan Zhang >>> --- >>>   lib/librte_vhost/vhost_crypto.c | 36 >>> ------------------------------------ >>>   1 file changed, 36 deletions(-) >> Acked-by: Maxime Coquelin >> >> Thanks, >> Maxime > > Applied to dpdk-next-virtio/master Not to break bisection, I squashed the fix in offending commit. Thanks, Maxime