All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Prabhakar Kushwaha <pkushwaha@marvell.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	linux-rdma@vger.kernel.org, linux-scsi@vger.kernel.org,
	martin.petersen@oracle.com, aelior@marvell.com,
	smalin@marvell.com, jhasan@marvell.com, mrangankar@marvell.com,
	prabhakar.pkin@gmail.com, malin1024@gmail.com
Subject: Re: [PATCH v2 00/13] qed: new firmware version 8.59.1.0 support
Date: Mon, 04 Oct 2021 12:20:10 +0000	[thread overview]
Message-ID: <163335001049.30570.14249227941766939428.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211004065851.1903-1-pkushwaha@marvell.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 4 Oct 2021 09:58:38 +0300 you wrote:
> This series integrate new firmware version 8.59.1.0, along with updated
> HSI (hardware software interface) to use the FW, into the family of
> qed drivers (fastlinq devices). This FW does not reside in the NVRAM.
> It needs to be programmed to device during driver load as the part of
> initialization sequence.
> 
> Similar to previous FW support series, this FW is tightly linked to
> software and pf function driver. This means FW release is not backward
> compatible, and driver should always run with the FW it was designed
> against.
> 
> [...]

Here is the summary with links:
  - [v2,01/13] qed: Fix kernel-doc warnings
    https://git.kernel.org/netdev/net-next/c/19198e4ec97d
  - [v2,02/13] qed: Remove e4_ and _e4 from FW HSI
    https://git.kernel.org/netdev/net-next/c/fb09a1ed5c6e
  - [v2,03/13] qed: Split huge qed_hsi.h header file
    https://git.kernel.org/netdev/net-next/c/ee824f4bcc10
  - [v2,04/13] qed: Update common_hsi for FW ver 8.59.1.0
    https://git.kernel.org/netdev/net-next/c/484563e230a8
  - [v2,05/13] qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0
    https://git.kernel.org/netdev/net-next/c/f2a74107f1e1
  - [v2,06/13] qed: Update qed_hsi.h for fw 8.59.1.0
    https://git.kernel.org/netdev/net-next/c/fe40a830dcde
  - [v2,07/13] qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h
    https://git.kernel.org/netdev/net-next/c/3091be065f11
  - [v2,08/13] qed: Update FW init functions to support FW 8.59.1.0
    https://git.kernel.org/netdev/net-next/c/b90cb5385af7
  - [v2,09/13] qed: Add '_GTT' suffix to the IRO RAM macros
    https://git.kernel.org/netdev/net-next/c/e2dbc2237692
  - [v2,10/13] qed: Update debug related changes
    https://git.kernel.org/netdev/net-next/c/6c95dd8f0aa1
  - [v2,11/13] qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
    https://git.kernel.org/netdev/net-next/c/3a6f5d0cbda3
  - [v2,12/13] qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
    https://git.kernel.org/netdev/net-next/c/a64aa0a8b991
  - [v2,13/13] qed: fix ll2 establishment during load of RDMA driver
    https://git.kernel.org/netdev/net-next/c/17696cada74f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-10-04 12:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04  6:58 [PATCH v2 00/13] qed: new firmware version 8.59.1.0 support Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 01/13] qed: Fix kernel-doc warnings Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 02/13] qed: Remove e4_ and _e4 from FW HSI Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 03/13] qed: Split huge qed_hsi.h header file Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 04/13] qed: Update common_hsi for FW ver 8.59.1.0 Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 05/13] qed: Update qed_mfw_hsi.h " Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 06/13] qed: Update qed_hsi.h for fw 8.59.1.0 Prabhakar Kushwaha
2021-10-07 11:32   ` Naresh Kamboju
2021-10-04  6:58 ` [PATCH v2 07/13] qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 08/13] qed: Update FW init functions to support FW 8.59.1.0 Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 09/13] qed: Add '_GTT' suffix to the IRO RAM macros Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 10/13] qed: Update debug related changes Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 11/13] qed: Update TCP silly-window-syndrome timeout for iwarp, scsi Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 12/13] qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT") Prabhakar Kushwaha
2021-10-04  6:58 ` [PATCH v2 13/13] qed: fix ll2 establishment during load of RDMA driver Prabhakar Kushwaha
2021-10-04 12:20 ` patchwork-bot+netdevbpf [this message]

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=163335001049.30570.14249227941766939428.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aelior@marvell.com \
    --cc=davem@davemloft.net \
    --cc=jhasan@marvell.com \
    --cc=kuba@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=malin1024@gmail.com \
    --cc=martin.petersen@oracle.com \
    --cc=mrangankar@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=pkushwaha@marvell.com \
    --cc=prabhakar.pkin@gmail.com \
    --cc=smalin@marvell.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.