From: David Ahern <dsahern@gmail.com>
To: Jesper Dangaard Brouer <brouer@redhat.com>, Andrew Lunn <andrew@lunn.ch>
Cc: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>,
Lorenzo Bianconi <lorenzo@kernel.org>,
netdev@vger.kernel.org, ilias.apalodimas@linaro.org,
davem@davemloft.net, David Ahern <dsahern@kernel.org>,
BPF-dev-list <bpf@vger.kernel.org>
Subject: Re: [PATCH net-next 4/5] net: mvneta: introduce xdp counters to ethtool
Date: Mon, 17 Feb 2020 11:17:56 -0700 [thread overview]
Message-ID: <ce801d5b-f86d-76e3-5faa-a10dac373f2c@gmail.com> (raw)
In-Reply-To: <20200217155139.6363aa52@carbon>
On 2/17/20 7:51 AM, Jesper Dangaard Brouer wrote:
> On Mon, 17 Feb 2020 14:05:15 +0100
> Andrew Lunn <andrew@lunn.ch> wrote:
>
>> On Mon, Feb 17, 2020 at 11:32:09AM +0100, Jesper Dangaard Brouer wrote:
>>> On Mon, 17 Feb 2020 11:25:50 +0100
>>> Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:
>>>
> [...]
>>>>
>>>> yes, I think it is definitely better. So to follow up:
>>>> - rename current "xdp_tx" counter in "xdp_xmit" and increment it for
>>>> XDP_TX verdict and for ndo_xdp_xmit
>>>> - introduce a new "xdp_tx" counter only for XDP_TX verdict.
>>>>
>>>> If we agree I can post a follow-up patch.
>>>
>>> I agree, that sounds like an improvement to this patchset.
>>>
>>>
>>> I suspect David Ahern have some opinions about more general stats for
>>> XDP, but that it is a more general discussion, that it outside this
>>> patchset, but we should also have that discussion.
>>
>> Hi Jesper
>>
>> I've not been following XDP too much, but xdp_xmit seems pretty
>> generic. It would be nice if all drivers used the same statistics
>> names. Less user confusion that way. So why is this outside of the
>> discussion?
Hi Andrew: I brought this up over a year ago - the need for some
consistency in XDP stats (names and meaning) across drivers:
https://lore.kernel.org/netdev/1d9a6548-4d1d-6624-e808-6ab0460a8655@gmail.com/
I don't have strong preferences on which driver is right in the current
naming, only that we have consistency. There has not been much progress
in the past 15 months, so I am glad to see someone take this on.
>
> I do want to have this discussion, please.
>
> I had hoped this patchset sparked this that discussion... maybe we can
> have it despite this patchset already got applied?
>
> My only request is that, if we don't revert, we fixup the "xdp_tx"
> counter name. It would make it easier for us[1] if we can keep them
> applied, as we are preparing (asciinema) demos for [1].
Jesper: what about the mlx5 naming scheme:
rx_xdp_drop: 86468350180
rx_xdp_redirect: 18860584
rx_xdp_tx_xmit: 0
The rx prefix shows the xdp action is in the Rx path, and then the Tx
path has tx_xdp_xmit.
i40e seems to have something similar for the Rx path:
rx-0.xdp.pass: 0
rx-0.xdp.drop: 0
rx-0.xdp.tx: 0
rx-0.xdp.unknown: 0
rx-0.xdp.redirect: 0
rx-0.xdp.redirect_fail: 0
I don't see any Tx stats for xdp, but this is an older kernel so not
sure what 5.x has.
Looks like sfc has a similar naming scheme:
rx_xdp_drops: 0
rx_xdp_bad_drops: 0
rx_xdp_tx: 0
rx_xdp_redirect: 0
So if mvneta follows these 3, the names just need rx_ prepended.
next prev parent reply other threads:[~2020-02-17 18:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1581886691.git.lorenzo@kernel.org>
[not found] ` <882d9f03a8542cceec7c7b8e6d083419d84eaf7a.1581886691.git.lorenzo@kernel.org>
2020-02-17 10:17 ` [PATCH net-next 4/5] net: mvneta: introduce xdp counters to ethtool Jesper Dangaard Brouer
2020-02-17 10:25 ` Lorenzo Bianconi
2020-02-17 10:32 ` Jesper Dangaard Brouer
2020-02-17 13:05 ` Andrew Lunn
2020-02-17 14:51 ` Jesper Dangaard Brouer
2020-02-17 18:17 ` David Ahern [this message]
2020-02-17 22:18 ` David Miller
2020-02-17 22:38 ` Lorenzo Bianconi
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=ce801d5b-f86d-76e3-5faa-a10dac373f2c@gmail.com \
--to=dsahern@gmail.com \
--cc=andrew@lunn.ch \
--cc=bpf@vger.kernel.org \
--cc=brouer@redhat.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=ilias.apalodimas@linaro.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=lorenzo@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox