From: Jakub Kicinski <kuba@kernel.org>
To: Mengyuan Lou <mengyuanlou@net-swift.com>
Cc: netdev@vger.kernel.org, jiawenwu@trustnetic.com,
duanqiangwen@net-swift.com
Subject: Re: [PATCH net-next 3/3] net: libwx: support vf hardware statistics
Date: Fri, 15 May 2026 18:07:24 -0700 [thread overview]
Message-ID: <20260515180724.796b1ebc@kernel.org> (raw)
In-Reply-To: <20260514103405.42175-4-mengyuanlou@net-swift.com>
On Thu, 14 May 2026 18:34:05 +0800 Mengyuan Lou wrote:
> +static const struct wx_stats wx_gstrings_stats_vf[] = {
> + WX_STAT("tx_busy", tx_busy),
> + WX_STAT("non_eop_descs", non_eop_descs),
> + WX_STAT("rx_csum_offload_good_count", hw_csum_rx_good),
> + WX_STAT("rx_csum_offload_errors", hw_csum_rx_error),
> + WX_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
Please use standard stats defined in include/net/netdev_queues.h
prev parent reply other threads:[~2026-05-16 1:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 10:34 [PATCH net-next 0/3] net: libwx: improve VF ethtool support Mengyuan Lou
2026-05-14 10:34 ` [PATCH net-next 1/3] net: libwx: add support for set_ringparam in wx_ethtool_ops_vf Mengyuan Lou
2026-05-16 1:07 ` Jakub Kicinski
2026-05-14 10:34 ` [PATCH net-next 2/3] net: libwx: add support for set_coalesce " Mengyuan Lou
2026-05-14 10:34 ` [PATCH net-next 3/3] net: libwx: support vf hardware statistics Mengyuan Lou
2026-05-16 1:07 ` 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=20260515180724.796b1ebc@kernel.org \
--to=kuba@kernel.org \
--cc=duanqiangwen@net-swift.com \
--cc=jiawenwu@trustnetic.com \
--cc=mengyuanlou@net-swift.com \
--cc=netdev@vger.kernel.org \
/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.