mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Shinas Rasheed <srasheed@marvell.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	hgani@marvell.com, vimleshk@marvell.com, sedara@marvell.com,
	egallen@redhat.com, mschmidt@redhat.com, pabeni@redhat.com,
	kuba@kernel.org, horms@kernel.org, wizhao@redhat.com,
	kheib@redhat.com, konguyen@redhat.com
Subject: Re: [PATCH net-next v2 0/8] add octeon_ep_vf driver
Date: Tue, 02 Jan 2024 14:30:29 +0000	[thread overview]
Message-ID: <170420582986.19051.12786293440170247050.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231223134000.2906144-1-srasheed@marvell.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Sat, 23 Dec 2023 05:39:52 -0800 you wrote:
> This driver implements networking functionality of Marvell's Octeon
> PCI Endpoint NIC VF.
> 
> This driver support following devices:
>  * Network controller: Cavium, Inc. Device b203
>  * Network controller: Cavium, Inc. Device b403
>  * Network controller: Cavium, Inc. Device b103
>  * Network controller: Cavium, Inc. Device b903
>  * Network controller: Cavium, Inc. Device ba03
>  * Network controller: Cavium, Inc. Device bc03
>  * Network controller: Cavium, Inc. Device bd03
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/8] octeon_ep_vf: Add driver framework and device initialization
    https://git.kernel.org/netdev/net-next/c/ebdc193b2ce2
  - [net-next,v2,2/8] octeon_ep_vf: add hardware configuration APIs
    https://git.kernel.org/netdev/net-next/c/5f8c64c2344c
  - [net-next,v2,3/8] octeon_ep_vf: add VF-PF mailbox communication.
    https://git.kernel.org/netdev/net-next/c/db468f92c3b9
  - [net-next,v2,4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
    https://git.kernel.org/netdev/net-next/c/6ca7b5486ebd
  - [net-next,v2,5/8] octeon_ep_vf: add support for ndo ops
    https://git.kernel.org/netdev/net-next/c/8f8d322bc47c
  - [net-next,v2,6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support
    https://git.kernel.org/netdev/net-next/c/77cef1e02104
  - [net-next,v2,7/8] octeon_ep_vf: add ethtool support
    https://git.kernel.org/netdev/net-next/c/50648968b3e3
  - [net-next,v2,8/8] octeon_ep_vf: update MAINTAINERS
    https://git.kernel.org/netdev/net-next/c/c902ba322cfd

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



  parent reply	other threads:[~2024-01-02 14:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-23 13:39 Shinas Rasheed
2023-12-23 13:39 ` [PATCH net-next v2 1/8] octeon_ep_vf: Add driver framework and device initialization Shinas Rasheed
2024-01-05 10:58   ` Simon Horman
2023-12-23 13:39 ` [PATCH net-next v2 2/8] octeon_ep_vf: add hardware configuration APIs Shinas Rasheed
2024-01-05 10:22   ` Simon Horman
2023-12-23 13:39 ` [PATCH net-next v2 3/8] octeon_ep_vf: add VF-PF mailbox communication Shinas Rasheed
2023-12-23 13:39 ` [PATCH net-next v2 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup Shinas Rasheed
2024-01-05 10:50   ` Simon Horman
2023-12-23 13:39 ` [PATCH net-next v2 5/8] octeon_ep_vf: add support for ndo ops Shinas Rasheed
2023-12-23 13:39 ` [PATCH net-next v2 6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support Shinas Rasheed
2024-01-04 21:00   ` Jakub Kicinski
2024-01-05  7:26     ` [EXT] " Shinas Rasheed
2024-01-05 11:05       ` Simon Horman
2024-01-05 15:08         ` Shinas Rasheed
2023-12-23 13:39 ` [PATCH net-next v2 7/8] octeon_ep_vf: add ethtool support Shinas Rasheed
2024-01-04 20:53   ` Jakub Kicinski
2023-12-23 13:40 ` [PATCH net-next v2 8/8] octeon_ep_vf: update MAINTAINERS Shinas Rasheed
2024-01-02 14:30 ` patchwork-bot+netdevbpf [this message]
2024-01-04 21:03   ` [PATCH net-next v2 0/8] add octeon_ep_vf driver 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=170420582986.19051.12786293440170247050.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=egallen@redhat.com \
    --cc=hgani@marvell.com \
    --cc=horms@kernel.org \
    --cc=kheib@redhat.com \
    --cc=konguyen@redhat.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mschmidt@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sedara@marvell.com \
    --cc=srasheed@marvell.com \
    --cc=vimleshk@marvell.com \
    --cc=wizhao@redhat.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

all inboxes | Powered by JetHome®