[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKgT0UfAyx54KW-Fx7_+DRx2sspYci21XvuL0MmwZ4c+Cpe2nQ@mail.gmail.com>
Date: Mon, 28 Oct 2024 10:49:13 -0700
From: Alexander Duyck <alexander.duyck@...il.com>
To: Yunsheng Lin <linyunsheng@...wei.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>, Linux-MM <linux-mm@...ck.org>,
Eric Dumazet <edumazet@...gle.com>, Simon Horman <horms@...nel.org>, David Ahern <dsahern@...nel.org>
Subject: Re: [PATCH RFC 02/10] net: rename skb_copy_to_page_nocache() helper
On Mon, Oct 28, 2024 at 5:05 AM Yunsheng Lin <linyunsheng@...wei.com> wrote:
>
> Rename skb_copy_to_page_nocache() to skb_copy_to_frag_nocache()
> to avoid calling virt_to_page() as we are about to pass virtual
> address directly.
>
> CC: Alexander Duyck <alexander.duyck@...il.com>
> CC: Andrew Morton <akpm@...ux-foundation.org>
> CC: Linux-MM <linux-mm@...ck.org>
> Signed-off-by: Yunsheng Lin <linyunsheng@...wei.com>
> ---
> include/net/sock.h | 9 ++++-----
> net/ipv4/tcp.c | 7 +++----
> net/kcm/kcmsock.c | 7 +++----
> 3 files changed, 10 insertions(+), 13 deletions(-)
Looks good to me.
Reviewed-by: Alexander Duyck <alexanderduyck@...com>
Powered by blists - more mailing lists