quoted hunk ↗ jump to hunk
-----Original Message-----
From: Intel-wired-lan <redacted> On Behalf
Of I Viswanath
Sent: Saturday, March 14, 2026 7:28 PM
To: stfomichev@gmail.com; horms@kernel.org; edumazet@google.com;
pabeni@redhat.com; andrew+netdev@lunn.ch; kuba@kernel.org;
davem@davemloft.net; eperezma@redhat.com; xuanzhuo@linux.alibaba.com;
jasowang@redhat.com; mst@redhat.com; Kitszel, Przemyslaw
[off-list ref]; Nguyen, Anthony L
[off-list ref]; Keller, Jacob E
[off-list ref]; ronak.doshi@broadcom.com;
pcnet32@frontier.com
Cc: bcm-kernel-feedback-list@broadcom.com; netdev@vger.kernel.org;
virtualization@lists.linux.dev; intel-wired-lan@lists.osuosl.org;
linux-kernel@vger.kernel.org; I Viswanath
[off-list ref]
Subject: [Intel-wired-lan] [PATCH net-next v9 3/7] virtio-net:
Implement ndo_set_rx_mode_async callback
Implement the ndo_set_rx_mode_async callback and update the driver to
use the snapshot/commit model for RX mode update.
Signed-off-by: I Viswanath <redacted>
---
There are no calls to netif_set_rx_mode in virtio-net
drivers/net/virtio_net.c | 85 ++++++++++++---------------------------
-
1 file changed, 25 insertions(+), 60 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index
811b90da15a9..70255d09401c 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -448,12 +448,6 @@ struct virtnet_info {
/* Work struct for config space updates */
struct work_struct config_work;
...
}
--
2.47.3
Reviewed-by: Aleksandr Loktionov <redacted>