The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Vikas Gupta <vikas.gupta@broadcom.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	bhargava.marreddy@broadcom.com, rahul-rg.gupta@broadcom.com,
	vsrama-krishna.nemani@broadcom.com,
	rajashekar.hudumula@broadcom.com, dharmender.garg@broadcom.com,
	ajit.khaparde@broadcom.com,
	Vikas Gupta <vikas.gupta@broadcom.com>
Subject: [net-next, v2 0/3] bnge: add more functionality
Date: Fri, 31 Jul 2026 22:07:09 +0530	[thread overview]
Message-ID: <20260731163712.3463362-1-vikas.gupta@broadcom.com> (raw)

Hi,

This patch series adds a few functionality for bnge driver:

Patch 1-2: Implements ndo_set_rx_mode_async().

Patch 3: Adds a dedicated HWRM (Hardware Resource Management) command
         sequence to handle explicit interface down and up transitions cleanly.

Thanks,
Vikas

v1->v2:
1)  Addressed review comments from Sashiko.
    https://sashiko.dev/#/patchset/20260724142954.3101980-2-vikas.gupta@broadcom.com
    https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260724142954.3101980-2-vikas.gupta@broadcom.com

2) Removed a patch (bnge shutdown callback implementation) from the series, bringing
   the patch count down to 3. The implementation shall be pushed in a separate series.

Vikas Gupta (3):
  bnge: refactor rx mode helpers to accept explicit address lists
  bnge: add ndo_set_rx_mode_async support
  bnge: send hwrm for interface down/up transitions

 .../net/ethernet/broadcom/bnge/bnge_netdev.c  | 132 ++++++++++++++----
 .../net/ethernet/broadcom/bnge/bnge_netdev.h  |   6 +
 2 files changed, 112 insertions(+), 26 deletions(-)

-- 
2.47.1


             reply	other threads:[~2026-07-31 16:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31 16:37 Vikas Gupta [this message]
2026-07-31 16:37 ` [net-next, v2 1/3] bnge: refactor rx mode helpers to accept explicit address lists Vikas Gupta
2026-07-31 16:37 ` [net-next, v2 2/3] bnge: add ndo_set_rx_mode_async support Vikas Gupta
2026-07-31 16:37 ` [net-next, v2 3/3] bnge: send hwrm for interface down/up transitions Vikas Gupta
2026-08-05  3:10 ` [net-next, v2 0/3] bnge: add more functionality 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=20260731163712.3463362-1-vikas.gupta@broadcom.com \
    --to=vikas.gupta@broadcom.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=bhargava.marreddy@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=dharmender.garg@broadcom.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rahul-rg.gupta@broadcom.com \
    --cc=rajashekar.hudumula@broadcom.com \
    --cc=vsrama-krishna.nemani@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox