Re: [PATCH] net/virtio: fix MAC table update

2024-06-12 Thread Maxime Coquelin
On 5/30/24 19:40, skotesh...@marvell.com wrote: From: Satha Rao Don't send NULL MAC addresses in MAC table update. Fixes: 1b306359e58 ("virtio: suport multiple MAC addresses") Cc: step...@networkplumber.org Cc: sta...@dpdk.org Signed-off-by: Satha Rao --- drivers/net/virtio/virtio_ethde

Re: [PATCH] net/virtio: fix MAC table update

2024-06-12 Thread Maxime Coquelin
On 5/30/24 19:40, skotesh...@marvell.com wrote: From: Satha Rao Don't send NULL MAC addresses in MAC table update. Fixes: 1b306359e58 ("virtio: suport multiple MAC addresses") Cc: step...@networkplumber.org Cc: sta...@dpdk.org Signed-off-by: Satha Rao --- drivers/net/virtio/virtio_ethde

[PATCH] net/virtio: fix MAC table update

2024-05-30 Thread skoteshwar
From: Satha Rao Don't send NULL MAC addresses in MAC table update. Fixes: 1b306359e58 ("virtio: suport multiple MAC addresses") Cc: step...@networkplumber.org Cc: sta...@dpdk.org Signed-off-by: Satha Rao --- drivers/net/virtio/virtio_ethdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --gi