netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Jijie Shao <shaojijie@huawei.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
	<shenjian15@huawei.com>, <wangpeiyang1@huawei.com>,
	<liuyonglong@huawei.com>, <chenhao418@huawei.com>,
	<sudongming1@huawei.com>, <xujunsheng@huawei.com>,
	<shiyongbang@huawei.com>, <libaihan@huawei.com>,
	<zhuyuan@huawei.com>, <forest.zhouchang@huawei.com>,
	<andrew@lunn.ch>, <jdamato@fastly.com>, <horms@kernel.org>,
	<jonathan.cameron@huawei.com>,
	<shameerali.kolothum.thodi@huawei.com>, <salil.mehta@huawei.com>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V7 net-next 01/11] net: hibmcge: Add pci table supported in this module
Date: Fri, 6 Sep 2024 18:45:20 -0700	[thread overview]
Message-ID: <20240906184520.765db72d@kernel.org> (raw)
In-Reply-To: <20240905143120.1583460-2-shaojijie@huawei.com>

On Thu, 5 Sep 2024 22:31:10 +0800 Jijie Shao wrote:
> +	netdev->tstats = devm_netdev_alloc_pcpu_stats(&pdev->dev,
> +						      struct pcpu_sw_netstats);
> +	if (!netdev->tstats)
> +		return -ENOMEM;

Please set 

	dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;

will allocate and free the stats for you.
This will also let other parts of the stack use the stats
since the type will be known (netdev->tstats is part of 
a union).
-- 
pw-bot: cr

  reply	other threads:[~2024-09-07  1:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05 14:31 [PATCH V7 net-next 00/11] Add support of HIBMCGE Ethernet Driver Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 01/11] net: hibmcge: Add pci table supported in this module Jijie Shao
2024-09-07  1:45   ` Jakub Kicinski [this message]
2024-09-05 14:31 ` [PATCH V7 net-next 02/11] net: hibmcge: Add read/write registers supported through the bar space Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 04/11] net: hibmcge: Add interrupt " Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 05/11] net: hibmcge: Implement some .ndo functions Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 06/11] net: hibmcge: Implement .ndo_start_xmit function Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 07/11] net: hibmcge: Implement rx_poll function to receive packets Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 08/11] net: hibmcge: Implement some ethtool_ops functions Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 09/11] net: hibmcge: Add a Makefile and update Kconfig for hibmcge Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 10/11] net: hibmcge: Add maintainer " Jijie Shao
2024-09-05 14:31 ` [PATCH V7 net-next 11/11] net: add ndo_validate_addr check in dev_set_mac_address Jijie Shao

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=20240906184520.765db72d@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=chenhao418@huawei.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=forest.zhouchang@huawei.com \
    --cc=horms@kernel.org \
    --cc=jdamato@fastly.com \
    --cc=jonathan.cameron@huawei.com \
    --cc=libaihan@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liuyonglong@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=salil.mehta@huawei.com \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=shaojijie@huawei.com \
    --cc=shenjian15@huawei.com \
    --cc=shiyongbang@huawei.com \
    --cc=sudongming1@huawei.com \
    --cc=wangpeiyang1@huawei.com \
    --cc=xujunsheng@huawei.com \
    --cc=zhuyuan@huawei.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).