All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Michael Chan <michael.chan@broadcom.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, pavan.chebbi@broadcom.com,
	andrew.gospodarek@broadcom.com, horms@kernel.org,
	helgaas@kernel.org, przemyslaw.kitszel@intel.com,
	Vikas Gupta <vikas.gupta@broadcom.com>,
	Somnath Kotur <somnath.kotur@broadcom.com>
Subject: Re: [PATCH net-next v4 2/9] bnxt_en: add support for retrieving crash dump using ethtool
Date: Thu, 29 Aug 2024 15:42:03 -0700	[thread overview]
Message-ID: <20240829154203.1b2d9bd1@kernel.org> (raw)
In-Reply-To: <20240828183235.128948-3-michael.chan@broadcom.com>

On Wed, 28 Aug 2024 11:32:28 -0700 Michael Chan wrote:
> +		if (data_copied + data_len > dump_len)
> +			data_len = dump_len - data_copied;

Let's see how clever the min() police is.

  reply	other threads:[~2024-08-29 22:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 18:32 [PATCH net-next v4 0/9] bnxt_en: Update for net-next Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 1/9] bnxt_en: add support for storing crash dump into host memory Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 2/9] bnxt_en: add support for retrieving crash dump using ethtool Michael Chan
2024-08-29 22:42   ` Jakub Kicinski [this message]
2024-08-28 18:32 ` [PATCH net-next v4 3/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 4/9] bnxt_en: Deprecate support for legacy INTX mode Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 5/9] bnxt_en: Remove BNXT_FLAG_USING_MSIX flag Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 6/9] bnxt_en: Remove register mapping to support INTX Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 7/9] bnxt_en: Replace deprecated PCI MSIX APIs Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 8/9] bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation Michael Chan
2024-08-28 18:32 ` [PATCH net-next v4 9/9] bnxt_en: Support dynamic MSIX Michael Chan
2024-08-29  4:52   ` Michal Swiatkowski
2024-09-02 12:50   ` Michal Swiatkowski
2024-08-30  3:46 ` [PATCH net-next v4 0/9] bnxt_en: Update for net-next Jakub Kicinski

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=20240829154203.1b2d9bd1@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=helgaas@kernel.org \
    --cc=horms@kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pavan.chebbi@broadcom.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=vikas.gupta@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.