RE: [Intel-wired-lan] [PATCH net-next v9 7/7] pcnet32: Implement ndo_set_rx_mode_async callback

From: Loktionov, Aleksandr

Date: Mon Mar 16 2026 - 03:35:41 EST




> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@xxxxxxxxxx> On Behalf
> Of I Viswanath
> Sent: Saturday, March 14, 2026 7:28 PM
> To: stfomichev@xxxxxxxxx; horms@xxxxxxxxxx; edumazet@xxxxxxxxxx;
> pabeni@xxxxxxxxxx; andrew+netdev@xxxxxxx; kuba@xxxxxxxxxx;
> davem@xxxxxxxxxxxxx; eperezma@xxxxxxxxxx; xuanzhuo@xxxxxxxxxxxxxxxxx;
> jasowang@xxxxxxxxxx; mst@xxxxxxxxxx; Kitszel, Przemyslaw
> <przemyslaw.kitszel@xxxxxxxxx>; Nguyen, Anthony L
> <anthony.l.nguyen@xxxxxxxxx>; Keller, Jacob E
> <jacob.e.keller@xxxxxxxxx>; ronak.doshi@xxxxxxxxxxxx;
> pcnet32@xxxxxxxxxxxx
> Cc: bcm-kernel-feedback-list@xxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx;
> virtualization@xxxxxxxxxxxxxxx; intel-wired-lan@xxxxxxxxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx; I Viswanath
> <viswanathiyyappan@xxxxxxxxx>
> Subject: [Intel-wired-lan] [PATCH net-next v9 7/7] pcnet32: 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 <viswanathiyyappan@xxxxxxxxx>
> ---
>
> There are no calls to netif_set_rx_mode in pcnet32
>
> drivers/net/ethernet/amd/pcnet32.c | 65 ++++++++++++++++++++++++-----
> -
> 1 file changed, 53 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/net/ethernet/amd/pcnet32.c
> b/drivers/net/ethernet/amd/pcnet32.c
> index 911808ab13a7..d5ad96985d68 100644
> --- a/drivers/net/ethernet/amd/pcnet32.c
> +++ b/drivers/net/ethernet/amd/pcnet32.c
> @@ -314,8 +314,9 @@ static void pcnet32_tx_timeout(struct net_device
> *dev, unsigned int txqueue); static irqreturn_t
> pcnet32_interrupt(int, void *); static int pcnet32_close(struct
> net_device *); static struct net_device_stats
> *pcnet32_get_stats(struct net_device *); -static void
> pcnet32_load_multicast(struct net_device *dev);

...

> --
> 2.47.3


Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@xxxxxxxxx>