[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210206104958.51a7cf3a@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Sat, 6 Feb 2021 10:49:58 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Lorenzo Bianconi <lorenzo@...nel.org>
Cc: netdev@...r.kernel.org, ilias.apalodimas@...aro.org,
davem@...emloft.net, brouer@...hat.com,
lorenzo.bianconi@...hat.com, grygorii.strashko@...com
Subject: Re: [PATCH net-next] net: ethernet: ti: fix netdevice stats for XDP
On Wed, 3 Feb 2021 19:06:17 +0100 Lorenzo Bianconi wrote:
> Align netdevice statistics when the device is running in XDP mode
> to other upstream drivers. In particular reports to user-space rx
report
> packets even if they are not forwarded to the networking stack
> (XDP_PASS) but if they are redirected (XDP_REDIRECT), dropped (XDP_DROP)
> or sent back using the same interface (XDP_TX). This patch allows the
> system administrator to very the device is receiving data correctly.
verify
> Signed-off-by: Lorenzo Bianconi <lorenzo@...nel.org>
Applied, thanks.
Powered by blists - more mailing lists