From: Lorenzo Bianconi <lorenzo@kernel.org>
To: netdev@vger.kernel.org
Cc: lorenzo.bianconi@redhat.com, davem@davemloft.net,
kuba@kernel.org, pabeni@redhat.com, thomas.petazzoni@bootlin.com,
ilias.apalodimas@linaro.org, jbrouer@redhat.com, andrew@lunn.ch,
jdamato@fastly.com
Subject: [PATCH v5 net-next 0/2] net: mvneta: add support for page_pool_get_stats
Date: Tue, 12 Apr 2022 18:31:57 +0200 [thread overview]
Message-ID: <cover.1649780789.git.lorenzo@kernel.org> (raw)
Introduce page_pool stats ethtool APIs in order to avoid driver duplicated
code.
Changes since v4:
- rebase on top of net-next
Changes since v3:
- get rid of wrong for loop in page_pool_ethtool_stats_get()
- add API stubs when page_pool_stats are not compiled in
Changes since v2:
- remove enum list of page_pool stats in page_pool.h
- remove leftover change in mvneta.c for ethtool_stats array allocation
Changes since v1:
- move stats accounting to page_pool code
- move stats string management to page_pool code
Lorenzo Bianconi (2):
net: page_pool: introduce ethtool stats
net: mvneta: add support for page_pool_get_stats
drivers/net/ethernet/marvell/Kconfig | 1 +
drivers/net/ethernet/marvell/mvneta.c | 20 ++++++++-
include/net/page_pool.h | 21 +++++++++
net/core/page_pool.c | 63 ++++++++++++++++++++++++++-
4 files changed, 103 insertions(+), 2 deletions(-)
--
2.35.1
next reply other threads:[~2022-04-12 16:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-12 16:31 Lorenzo Bianconi [this message]
2022-04-12 16:31 ` [PATCH v5 net-next 1/2] net: page_pool: introduce ethtool stats Lorenzo Bianconi
2022-04-14 11:17 ` Jakub Kicinski
2022-04-14 22:10 ` Ilias Apalodimas
2022-04-12 16:31 ` [PATCH v5 net-next 2/2] net: mvneta: add support for page_pool_get_stats Lorenzo Bianconi
2022-04-15 9:50 ` [PATCH v5 net-next 0/2] " patchwork-bot+netdevbpf
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=cover.1649780789.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=ilias.apalodimas@linaro.org \
--cc=jbrouer@redhat.com \
--cc=jdamato@fastly.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=thomas.petazzoni@bootlin.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).