netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
To: "Keller, Jacob E" <jacob.e.keller@intel.com>,
	"Nguyen, Anthony L" <anthony.l.nguyen@intel.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"pabeni@redhat.com" <pabeni@redhat.com>,
	"edumazet@google.com" <edumazet@google.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "Tipireddy, Vaishnavi" <vaishnavi.tipireddy@intel.com>,
	"horms@kernel.org" <horms@kernel.org>,
	"leon@kernel.org" <leon@kernel.org>,
	"Pucha, HimasekharX Reddy" <himasekharx.reddy.pucha@intel.com>
Subject: Re: [PATCH net-next v6 4/5] ice: add ability to read and configure FW log data
Date: Thu, 14 Dec 2023 15:15:08 -0800	[thread overview]
Message-ID: <c89705a1-5f7b-439c-a8c1-fd293ad612d2@intel.com> (raw)
In-Reply-To: <CO1PR11MB508924EA519BF7AEA912FCADD68CA@CO1PR11MB5089.namprd11.prod.outlook.com>

On 12/14/2023 2:12 PM, Keller, Jacob E wrote:
> 
> 
>> -----Original Message-----
>> From: Nguyen, Anthony L <anthony.l.nguyen@intel.com>
>> Sent: Thursday, December 14, 2023 11:41 AM
>> To: davem@davemloft.net; kuba@kernel.org; pabeni@redhat.com;
>> edumazet@google.com; netdev@vger.kernel.org
>> Cc: Stillwell Jr, Paul M <paul.m.stillwell.jr@intel.com>; Nguyen, Anthony L
>> <anthony.l.nguyen@intel.com>; Keller, Jacob E <jacob.e.keller@intel.com>;
>> Tipireddy, Vaishnavi <vaishnavi.tipireddy@intel.com>; horms@kernel.org;
>> leon@kernel.org; Pucha, HimasekharX Reddy
>> <himasekharx.reddy.pucha@intel.com>
>> Subject: [PATCH net-next v6 4/5] ice: add ability to read and configure FW log data
> ...
> 
>> +/* the order in this array is important. it matches the ordering of the
>> + * values in the FW so the index is the same value as in ice_fwlog_level
>> + */
>> +static const char * const ice_fwlog_log_size[] = {
>> +	"128K",
>> +	"256K",
>> +	"512K",
>> +	"1M",
>> +	"2M",
>> +};
> 
> The comment feels like a copy paste. The size should only matter for software and shouldn't have anything to do with he firmware as this is just the size of the buffer we'll allocate to store into?
> 

Yeah, not sure how that got in there...

> Thanks,
> Jake


  reply	other threads:[~2023-12-14 23:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14 19:40 [PATCH net-next v6 0/5][pull request] add v2 FW logging for ice driver Tony Nguyen
2023-12-14 19:40 ` [PATCH net-next v6 1/5] ice: remove FW logging code Tony Nguyen
2023-12-14 19:40 ` [PATCH net-next v6 2/5] ice: configure FW logging Tony Nguyen
2023-12-14 19:40 ` [PATCH net-next v6 3/5] ice: enable " Tony Nguyen
2023-12-14 19:40 ` [PATCH net-next v6 4/5] ice: add ability to read and configure FW log data Tony Nguyen
2023-12-14 22:12   ` Keller, Jacob E
2023-12-14 23:15     ` Paul M Stillwell Jr [this message]
2023-12-14 19:40 ` [PATCH net-next v6 5/5] ice: add documentation for FW logging Tony Nguyen
2023-12-15 12:10 ` [PATCH net-next v6 0/5][pull request] add v2 FW logging for ice driver patchwork-bot+netdevbpf

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=c89705a1-5f7b-439c-a8c1-fd293ad612d2@intel.com \
    --to=paul.m.stillwell.jr@intel.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=himasekharx.reddy.pucha@intel.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vaishnavi.tipireddy@intel.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).