mbox series

[net-next,v2,0/2] Intel Wired LAN Driver Updates 2023-10-19 (idpf)

Message ID 20231023202655.173369-1-jacob.e.keller@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-10-19 (idpf) | expand

Message

Jacob Keller Oct. 23, 2023, 8:26 p.m. UTC
This series contains two fixes for the recently merged idpf driver.

Michal adds missing logic for programming the scheduling mode of completion
queues.

Pavan fixes a call trace caused by the mailbox work item not being canceled
properly if an error occurred during initialization.

Changes since v1:
* Corrected subject line

Michal Kubiak (1):
  idpf: set scheduling mode for completion queue

Pavan Kumar Linga (1):
  idpf: cancel mailbox work in error path

 drivers/net/ethernet/intel/idpf/idpf_txrx.c     | 10 ++++++++--
 drivers/net/ethernet/intel/idpf/idpf_virtchnl.c |  9 ++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)


base-commit: 041c3466f39d7073bbc7fb91c4e5d14170d5eb08

Comments

Jakub Kicinski Oct. 23, 2023, 10:57 p.m. UTC | #1
On Mon, 23 Oct 2023 13:26:53 -0700 Jacob Keller wrote:
> Changes since v1:
> * Corrected subject line

The bot guessed correctly, no need to repost for such minutiae unless
explicitly asked.
patchwork-bot+netdevbpf@kernel.org Oct. 23, 2023, 11 p.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 23 Oct 2023 13:26:53 -0700 you wrote:
> This series contains two fixes for the recently merged idpf driver.
> 
> Michal adds missing logic for programming the scheduling mode of completion
> queues.
> 
> Pavan fixes a call trace caused by the mailbox work item not being canceled
> properly if an error occurred during initialization.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] idpf: set scheduling mode for completion queue
    https://git.kernel.org/netdev/net-next/c/d38b4d0d95bc
  - [net-next,v2,2/2] idpf: cancel mailbox work in error path
    https://git.kernel.org/netdev/net-next/c/46d913d4800e

You are awesome, thank you!