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 BA068A0C41; Sun, 7 Nov 2021 19:59:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5741340151; Sun, 7 Nov 2021 19:59:19 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 820E240040 for ; Sun, 7 Nov 2021 19:59:17 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 268555C011C; Sun, 7 Nov 2021 13:59:15 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 07 Nov 2021 13:59:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= JyiAqdqcLxyuRQdBm1F4JO0IeZEj1hZmtyTcchmcu58=; b=DapdoKr4C+74EFF9 d6n77WEuDtZjVV+OhQdCgCNjDTUGoAGs3PivYu0R9tdVKlweIF/l2IqAo6u6Lk7F seig0RyMMXlyMkNmQqbHosrE37FVrFB/qZAmD02a6ZdufIZxkpk+LDEgDMtpIpcA ZYotDPqodcNhQ3Rjlm2YTQNGxF9t+0raHWR/i8LX7PxuHgwL3yNmHrVlgDXzO6+2 sX5kDAKRvI/YJjDls2CgrwImmPdlrVoIYnTVzzAW/4FNnrPqr1A+PQc2hJH4VGiN It8u44c6JjaGUUH84N5O7gQoHcsBiAr4+igXU4b8dTweeUdbO4+fICLo693eDTxQ q/E0Uw== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=JyiAqdqcLxyuRQdBm1F4JO0IeZEj1hZmtyTcchmcu 58=; b=iYDBgbTrMk4J+5Z7apjOb5M77SiToFXysPCe+cusN4arQDFLYa1R0i0oR Ptg/vMMajQpGfhvWwTqOXU7xZ1u3Vo81Jhp3Jr/Ggp/x1nccHvtCrQoWf1N0Jrok ZuvPxeX9/V7a76AQrt3esTwFtCGrsCahS2p5pi5eGtk0isD49gtu73Vf9Bq69ODr 8KWE/NKBX+WS6FlIzbzcQ3wsLdwr3bplL1lDjZxsV/DAuyBzGigvctK5I+/uu6MW Y+kxh7ILBJhczl8Vh77uZBItRDymEruG56G8UKuE9JSZ7tFydK6CS3Llw0vDOxaJ h/apUr+YR1Ly+s9dJ+kXeVHhYbkUQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddtgdduudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 7 Nov 2021 13:59:13 -0500 (EST) From: Thomas Monjalon To: Chengwen Feng Cc: dev@dpdk.org Date: Sun, 07 Nov 2021 19:59:11 +0100 Message-ID: <8943674.48e4zbA10u@thomas> In-Reply-To: <20211102123743.13497-1-fengchengwen@huawei.com> References: <20211030103619.29924-1-fengchengwen@huawei.com> <20211102123743.13497-1-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/6] dma: add hisilicon DMA driver 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" 02/11/2021 13:37, Chengwen Feng: > This patch set add hisilicon DMA driver. > > Chengwen Feng (6): > dma/hisilicon: add device probe and remove functions > dma/hisilicon: add dmadev instances create and destroy > dma/hisilicon: add control path functions > dma/hisilicon: add data path functions > dma/hisilicon: support multi-process > devbind: add Kunpeng DMA to dmadev category Applied with few minor fixes, thanks.