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 3C885A00C2 for ; Thu, 10 Feb 2022 22:02:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F17C41171; Thu, 10 Feb 2022 22:02:10 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 38B6F410E5 for ; Thu, 10 Feb 2022 22:02:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1644526926; 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=XbCaxgCRIt9/SzJo952MV4cj4B16iM7Ledjhb2nwlik=; b=efAPBC4PzALmPPNSu+/Eq3LFI91KluiOYNxW3DaiIr9BzDapSe51qMHfhnvbdaSXhkhKc2 M4st5v75DN8XHtPfY8w+GZ53/JM6855NQxrsG5wfsnv0gB7wYSqW6V875XoUjcs3cW3wED cqYgNZXJJa7SroEuUDqPU/zuf/zOUqQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-163-Q3zltFWHNJ2jrU9tIVwldg-1; Thu, 10 Feb 2022 16:02:03 -0500 X-MC-Unique: Q3zltFWHNJ2jrU9tIVwldg-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 3C3B71091DA1; Thu, 10 Feb 2022 21:02:01 +0000 (UTC) Received: from [10.39.208.19] (unknown [10.39.208.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 20E11101E58D; Thu, 10 Feb 2022 21:01:51 +0000 (UTC) Message-ID: Date: Thu, 10 Feb 2022 22:01:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path To: Ferruh Yigit , dpdklab , Ali Alnubani Cc: i.maximets@ovn.org, chenbo.xia@intel.com, xuan.ding@intel.com, cheng1.jiang@intel.com, liangma@liangbit.com, Sunil Pai G , Jiayu Hu , dev@dpdk.org, "ci@dpdk.org" , Thomas Monjalon , David Marchand , Aaron Conole References: <20220208104031.1885640-2-jiayu.hu@intel.com> <20220209125145.1918050-1-jiayu.hu@intel.com> <20220209125145.1918050-2-jiayu.hu@intel.com> <84e1506b-edf4-2428-c2c5-ce86d8adee07@intel.com> From: Maxime Coquelin In-Reply-To: <84e1506b-edf4-2428-c2c5-ce86d8adee07@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-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org On 2/10/22 21:50, Ferruh Yigit wrote: > On 2/9/2022 12:51 PM, Jiayu Hu wrote: >> Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA >> abstraction layer and simplify application logics, this patch integrates >> dmadev in asynchronous data path. >> >> Signed-off-by: Jiayu Hu >> Signed-off-by: Sunil Pai G > > CI not run on this patch because it failed to apply [1]. > (There is a build error with this patch but CI seems not able to catch > it because not able to apply it...) > > Patch seems applied on top of 'main' repo [2]. > > Maxime, Ali, Lab, > In which tree should vhost (lib/vhost) patches be applied and tested? > main, next-net-virtio or next-net? It should be on top of dpdk-next-virtio tree, as mentioned in the MAINTAINERS file. > > > [1] > http://mails.dpdk.org/archives/test-report/2022-February/258064.html > > > > [2] > https://lab.dpdk.org/results/dashboard/patchsets/20962/ > Applied on dpdk (0dff3f26d6faad4e51f75e5245f0387ee9bb0c6d) >