All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Cc: mkubecek@suse.cz, davem@davemloft.net, netdev@vger.kernel.org,
	kuba@kernel.org, michael.chan@broadcom.com,
	edwin.peer@broadcom.com, andrew.gospodarek@broadcom.com
Subject: Re: [PATCH ethtool] bnxt: Add Broadcom driver support.
Date: Mon, 21 Sep 2020 14:41:05 +0200	[thread overview]
Message-ID: <20200921124105.GD3702050@lunn.ch> (raw)
In-Reply-To: <1600670391-5533-1-git-send-email-vasundhara-v.volam@broadcom.com>

> +struct bnxt_pcie_stat {
> +	const char *name;
> +	u16 offset;
> +	u8 size;
> +	const char *format;
> +};
> +
> +static const struct bnxt_pcie_stat bnxt_pcie_stats[] = {
> +	{ .name = "PL Signal integrity errors     ", .offset = 0, .size = 4, .format = "%lld" },
> +	{ .name = "DL Signal integrity errors     ", .offset = 4, .size = 4, .format = "%lld" },
> +	{ .name = "TLP Signal integrity errors    ", .offset = 8, .size = 4, .format = "%lld" },

These look like statistics. Could they be part of ethtool -S

      Andrew

  parent reply	other threads:[~2020-09-21 12:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21  6:39 [PATCH ethtool] bnxt: Add Broadcom driver support Vasundhara Volam
2020-09-21  9:18 ` Michal Kubecek
2020-09-22  5:54   ` Vasundhara Volam
2020-09-22  6:52     ` Michal Kubecek
2020-09-22  7:15       ` Vasundhara Volam
2020-09-21 12:41 ` Andrew Lunn [this message]
2020-09-22  6:02   ` Vasundhara Volam

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=20200921124105.GD3702050@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=edwin.peer@broadcom.com \
    --cc=kuba@kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=mkubecek@suse.cz \
    --cc=netdev@vger.kernel.org \
    --cc=vasundhara-v.volam@broadcom.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 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.