mbox series

[net-next,0/3] net: dsa: lan9303: Fix STP and flooding issues

Message ID 20171031144802.12686-1-privat@egil-hjelmeland.no
Headers show
Series net: dsa: lan9303: Fix STP and flooding issues | expand

Message

Egil Hjelmeland Oct. 31, 2017, 2:47 p.m. UTC
This patch set finishes the STP support, and fixes flooding issues.

Patch 1 fixes a flooding issue in the previous patch set.
Patch 2 finishes STP support by adding a ALR entry.
Patch 3 prevent duplicate flooding in HW and SW bridge.


Egil Hjelmeland (3):
  net: dsa: lan9303: Transmit using ALR when unicast
  net: dsa: lan9303: Add STP ALR entry on port 0
  net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_mark

 drivers/net/dsa/lan9303-core.c | 2 ++
 include/linux/dsa/lan9303.h    | 2 ++
 net/dsa/tag_lan9303.c          | 7 ++++---
 3 files changed, 8 insertions(+), 3 deletions(-)

Comments

David Miller Nov. 1, 2017, 12:30 p.m. UTC | #1
From: Egil Hjelmeland <privat@egil-hjelmeland.no>
Date: Tue, 31 Oct 2017 15:47:59 +0100

> This patch set finishes the STP support, and fixes flooding issues.
> 
> Patch 1 fixes a flooding issue in the previous patch set.
> Patch 2 finishes STP support by adding a ALR entry.
> Patch 3 prevent duplicate flooding in HW and SW bridge.

Series applied, thank you.
Egil Hjelmeland Nov. 2, 2017, 9:06 a.m. UTC | #2
On 01. nov. 2017 13:30, David Miller wrote:
> From: Egil Hjelmeland <privat@egil-hjelmeland.no>
> Date: Tue, 31 Oct 2017 15:47:59 +0100
> 
>> This patch set finishes the STP support, and fixes flooding issues.
>>
> 
> Series applied, thank you.
> 

Thanks! Based on happy testing on my desktop, I conclude that the 
net-next lan9303 driver has now reached a level where my employer 
Zenitel can use it out of the box. We have covered everything we need 
from our proprietary driver.

Our old proprietary driver can not separate the interfaces. Being able 
to do so may be interesting in some custom usages of our product. And we 
are very much looking forward to Andrew progressing his series for IGMP 
snooping for local traffic!

Egil