From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4E7E8A0A0E; Wed, 3 Feb 2021 18:20:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31EAC240689; Wed, 3 Feb 2021 18:20:06 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id ADFD2240680 for ; Wed, 3 Feb 2021 18:20:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612372803; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GDkBby3QaxTnChaNUSsBlEVQtVymIeJSn8OFivwoabs=; b=W/YP6g1WR00q5nzQ7XqudIWxioWc3OXNY/nu7cz0A0B9mhJ95doJj96UKdj88HfWQPtS2I 724uLuUXKrNWHRhjuj5OYzTne3EsqW8tCWQahYx8HG6+oy+KXTGQhHuGE1jT2t2AWJb1Ue iA0UbiRrD6UYIrKmeD6z98fbps8ay1A= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-397-W8Sn73ijMoWXFVL2Q0n3Wg-1; Wed, 03 Feb 2021 12:20:00 -0500 X-MC-Unique: W8Sn73ijMoWXFVL2Q0n3Wg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 14B061936B66; Wed, 3 Feb 2021 17:19:59 +0000 (UTC) Received: from [10.36.110.4] (unknown [10.36.110.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E538610013DB; Wed, 3 Feb 2021 17:19:57 +0000 (UTC) To: Cheng Jiang , chenbo.xia@intel.com Cc: dev@dpdk.org, jiayu.hu@intel.com, yvonnex.yang@intel.com References: <20210131123628.47883-1-Cheng1.jiang@intel.com> <20210203142904.37625-1-Cheng1.jiang@intel.com> From: Maxime Coquelin Message-ID: <9d14ef67-4370-04e9-c6f6-e985facd4b8f@redhat.com> Date: Wed, 3 Feb 2021 18:19:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210203142904.37625-1-Cheng1.jiang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] examples/vhost: add error propagation in ioat ops X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 2/3/21 3:29 PM, Cheng Jiang wrote: > |It makes more sense to add error propagation for > rte_ioat_completed_ops. And change the type of dev_id from int to > uint16_t. Signed-off-by: Cheng Jiang --- v2: > mentioned dev_id type changes in git log examples/vhost/ioat.c | 14 > ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)| Applied to dpdk-next-virtio/main with commit message fixed. Thanks, Maxime