From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B7E30A0471 for ; Wed, 19 Jun 2019 13:56:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7EFEF1C2D1; Wed, 19 Jun 2019 13:56:43 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id F07321C2C1 for ; Wed, 19 Jun 2019 13:56:41 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9F5A085363; Wed, 19 Jun 2019 11:56:32 +0000 (UTC) Received: from localhost (ovpn-117-12.ams2.redhat.com [10.36.117.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 34D27608A7; Wed, 19 Jun 2019 11:56:32 +0000 (UTC) Date: Wed, 19 Jun 2019 13:56:32 +0200 From: Jens Freimann To: "Zhang, Roy Fan" Cc: "dev@dpdk.org" Message-ID: <20190619115632.pkspnktdcexcnbkc@jenstp.localdomain> References: <20190515162548.71498-1-roy.fan.zhang@intel.com> <20190516080709.pq3wwurtynf6dnwy@jenstp.localdomain> <9F7182E3F746AB4EA17801C148F3C6043363953D@IRSMSX101.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <9F7182E3F746AB4EA17801C148F3C6043363953D@IRSMSX101.ger.corp.intel.com> User-Agent: NeoMutt/20180716-1376-5d6ed1 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 19 Jun 2019 11:56:40 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] examples/vhost_crypto: fix unchecked return value 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jun 17, 2019 at 09:09:59AM +0000, Zhang, Roy Fan wrote: >Hi Jens, > >You are right. Sorry the code wasn't cleaned up properly in the first place. >Do you want me to send a v2 with new title? No it's fine for me :) regards, Jens