[PATCH v4 0/2] net: fec: add xdp and page pool statistics

Shenwei Wang posted 2 patches 3 years, 4 months ago
There is a newer version of this series
drivers/net/ethernet/freescale/fec.h      |  15 ++++
drivers/net/ethernet/freescale/fec_main.c | 100 ++++++++++++++++++++--
include/net/page_pool.h                   |   2 +-
3 files changed, 110 insertions(+), 7 deletions(-)
[PATCH v4 0/2] net: fec: add xdp and page pool statistics
Posted by Shenwei Wang 3 years, 4 months ago
 Changes in V4:
 - Using u64 to record the XDP statistics
 - Changing strncpy to strscpy
 - Remove the "PAGE_POOL_STATS" select per Alexander's feedback
 - Export the page_pool_stats definition in the page_pool.h

 Changes in v3:
 - change memcpy to strncpy to fix the warning reported by Paolo Abeni
 - fix the compile errors on powerpc

 Changes in v2:
 - clean up and restructure the codes per Andrew Lunn's review comments
 - clear the statistics when the adaptor is down

Shenwei Wang (2):
  net: page_pool: export page_pool_stats definition
  net: fec: add xdp and page pool statistics

 drivers/net/ethernet/freescale/fec.h      |  15 ++++
 drivers/net/ethernet/freescale/fec_main.c | 100 ++++++++++++++++++++--
 include/net/page_pool.h                   |   2 +-
 3 files changed, 110 insertions(+), 7 deletions(-)

--
2.34.1
Re: [PATCH v4 0/2] net: fec: add xdp and page pool statistics
Posted by Saeed Mahameed 3 years, 4 months ago
On 15 Nov 09:57, Shenwei Wang wrote:
> Changes in V4:
> - Using u64 to record the XDP statistics
> - Changing strncpy to strscpy
> - Remove the "PAGE_POOL_STATS" select per Alexander's feedback
> - Export the page_pool_stats definition in the page_pool.h
>

Reviewed-by: Saeed Mahameed <saeed@kernel.org>