From: Jakub Kicinski <kuba@kernel.org>
To: Alexander Lobakin <aleksander.lobakin@intel.com>
Cc: Paul Menzel <pmenzel@molgen.mpg.de>,
Jesper Dangaard Brouer <hawk@kernel.org>,
netdev@vger.kernel.org, Alexander Duyck <alexanderduyck@fb.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Eric Dumazet <edumazet@google.com>,
linux-kernel@vger.kernel.org,
Yunsheng Lin <linyunsheng@huawei.com>,
intel-wired-lan@lists.osuosl.org,
David Christensen <drc@linux.vnet.ibm.com>,
nex.sw.ncis.osdt.itp.upstreaming@intel.com,
Paolo Abeni <pabeni@redhat.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [Intel-wired-lan] [PATCH net-next v8 0/8] net: intel: start The Great Code Dedup + Page Pool for iavf
Date: Fri, 8 Mar 2024 20:05:44 -0800 [thread overview]
Message-ID: <20240308200544.42fcb93e@kernel.org> (raw)
In-Reply-To: <20240308141833.2966600-1-aleksander.lobakin@intel.com>
On Fri, 8 Mar 2024 15:18:25 +0100 Alexander Lobakin wrote:
> Here's a two-shot: introduce {,Intel} Ethernet common library (libeth and
> libie) and switch iavf to Page Pool. Details are in the commit messages;
> here's a summary:
./scripts/kernel-doc reports some issues here
--
pw-bot: cr
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Alexander Lobakin <aleksander.lobakin@intel.com>
Cc: "David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Alexander Duyck <alexanderduyck@fb.com>,
Yunsheng Lin <linyunsheng@huawei.com>,
David Christensen <drc@linux.vnet.ibm.com>,
Jesper Dangaard Brouer <hawk@kernel.org>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Paul Menzel <pmenzel@molgen.mpg.de>,
nex.sw.ncis.osdt.itp.upstreaming@intel.com,
netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v8 0/8] net: intel: start The Great Code Dedup + Page Pool for iavf
Date: Fri, 8 Mar 2024 20:05:44 -0800 [thread overview]
Message-ID: <20240308200544.42fcb93e@kernel.org> (raw)
In-Reply-To: <20240308141833.2966600-1-aleksander.lobakin@intel.com>
On Fri, 8 Mar 2024 15:18:25 +0100 Alexander Lobakin wrote:
> Here's a two-shot: introduce {,Intel} Ethernet common library (libeth and
> libie) and switch iavf to Page Pool. Details are in the commit messages;
> here's a summary:
./scripts/kernel-doc reports some issues here
--
pw-bot: cr
next prev parent reply other threads:[~2024-03-09 4:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-08 14:18 [Intel-wired-lan] [PATCH net-next v8 0/8] net: intel: start The Great Code Dedup + Page Pool for iavf Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 1/8] net: intel: introduce {, Intel} Ethernet common library Alexander Lobakin
2024-03-08 14:18 ` [PATCH net-next v8 1/8] net: intel: introduce {,Intel} " Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 2/8] iavf: kill "legacy-rx" for good Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 3/8] iavf: drop page splitting and recycling Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 4/8] page_pool: constify some read-only function arguments Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 5/8] page_pool: add DMA-sync-for-CPU inline helper Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 6/8] libeth: add Rx buffer management Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 7/8] iavf: pack iavf_ring more efficiently Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-08 14:18 ` [Intel-wired-lan] [PATCH net-next v8 8/8] iavf: switch to Page Pool Alexander Lobakin
2024-03-08 14:18 ` Alexander Lobakin
2024-03-09 4:05 ` Jakub Kicinski [this message]
2024-03-09 4:05 ` [PATCH net-next v8 0/8] net: intel: start The Great Code Dedup + Page Pool for iavf Jakub Kicinski
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=20240308200544.42fcb93e@kernel.org \
--to=kuba@kernel.org \
--cc=aleksander.lobakin@intel.com \
--cc=alexanderduyck@fb.com \
--cc=davem@davemloft.net \
--cc=drc@linux.vnet.ibm.com \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=ilias.apalodimas@linaro.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linyunsheng@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=nex.sw.ncis.osdt.itp.upstreaming@intel.com \
--cc=pabeni@redhat.com \
--cc=pmenzel@molgen.mpg.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.