From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B1E6C433F5 for ; Mon, 27 Sep 2021 12:30:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 101B361052 for ; Mon, 27 Sep 2021 12:30:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234293AbhI0Mbs (ORCPT ); Mon, 27 Sep 2021 08:31:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:50880 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234314AbhI0Mbq (ORCPT ); Mon, 27 Sep 2021 08:31:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 37498611C5; Mon, 27 Sep 2021 12:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632745808; bh=vHRvx4bqIrTDmW3gd3OAO2wkD6tvqIjrAO/RflxqAaQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jHVBVDlBE6WTF8/sZCjZ5wbH5HHspUnup8aDFyZ+YOJEBc/ztmzIbwuUkaeFaYIH0 TcBuSQDeqYTamVvIiyDca57x5h7oMlIVDmb2bWGA8Bz0C6iqJlEVQFsdM7InUntIlP /WZDjNxwtfvHugYoJamTOKatRhlwTqZdk+VvncjEc0PdbAciFiUhS46VArIOPJgas5 GEAVgMPhUuqx9T73pL5teTTPq6mot1rhPekPfMAMqcI+68VhVexLUSPnj7rZAFOIn4 GKlC606bV8kAc7XKa0Ue459YizvqxO+O5j5IG/Yym4rGeRxId7RC/d5Ki6rAsNopwl lnEpfy1z2vBEQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163274580818.1790.2020882951937790208.git-patchwork-notify@kernel.org> Date: Mon, 27 Sep 2021 12:30:08 +0000 References: <20210926065214.495-1-caihuoqing@baidu.com> In-Reply-To: <20210926065214.495-1-caihuoqing@baidu.com> To: Cai Huoqing Cc: cforno12@linux.ibm.com, mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 26 Sep 2021 14:52:14 +0800 you wrote: > Replacing kmalloc/kfree/dma_map_single/dma_unmap_single() > with dma_alloc_coherent/dma_free_coherent() helps to reduce > code size, and simplify the code, and coherent DMA will not > clear the cache every time. > > Signed-off-by: Cai Huoqing > > [...] Here is the summary with links: - [v2] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() https://git.kernel.org/netdev/net-next/c/4247ef026937 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html