netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Yunsheng Lin <linyunsheng@huawei.com>
Cc: <davem@davemloft.net>, <pabeni@redhat.com>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Alexander Duyck <alexander.duyck@gmail.com>
Subject: Re: [PATCH net-next v18 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
Date: Tue, 10 Sep 2024 08:11:21 -0700	[thread overview]
Message-ID: <20240910081121.219fca92@kernel.org> (raw)
In-Reply-To: <20240906073646.2930809-1-linyunsheng@huawei.com>

On Fri, 6 Sep 2024 15:36:32 +0800 Yunsheng Lin wrote:
> V18:
>    1. Fix a typo in test_page_frag.sh pointed out by Alexander.
>    2. Move some inline helper into c file, use ternary operator and
>       move the getting of the size as suggested by Alexander.

Looks like we're still missing Acks / Reviews and there are outstanding
questions. Let's defer applying to the next release cycle (if at all).
Please do not repost this week, we're flooded by patches.
-- 
pw-bot: defer

      parent reply	other threads:[~2024-09-10 15:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06  7:36 [PATCH net-next v18 00/14] Replace page_frag with page_frag_cache for sk_page_frag() Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 01/14] mm: page_frag: add a test module for page_frag Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 02/14] mm: move the page fragment allocator from page_alloc into its own file Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align() Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 05/14] xtensa: remove the get_order() implementation Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc' Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 07/14] mm: page_frag: some minor refactoring before adding new API Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node() Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 09/14] net: rename skb_copy_to_page_nocache() helper Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 10/14] mm: page_frag: introduce prepare/probe/commit API Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 11/14] mm: page_frag: add testing for the newly added prepare API Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 12/14] net: replace page_frag with page_frag_cache Yunsheng Lin
2024-09-10 14:04   ` Paolo Abeni
2024-09-11 11:31     ` Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 13/14] mm: page_frag: update documentation for page_frag Yunsheng Lin
2024-09-06  7:36 ` [PATCH net-next v18 14/14] mm: page_frag: add an entry in MAINTAINERS " Yunsheng Lin
2024-09-10 15:11 ` Jakub Kicinski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240910081121.219fca92@kernel.org \
    --to=kuba@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linyunsheng@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).