Re: [Bridge] [PATCH net-next] net/bridge: fix misspellings using codespell tool

2021-01-07 Thread Randy Dunlap
On 1/7/21 6:53 PM, menglong8.d...@gmail.com wrote: > From: Menglong Dong > > Some typos are found out by codespell tool: > > $ codespell ./net/bridge/ > ./net/bridge/br_stp.c:604: permanant ==> permanent > ./net/bridge/br_stp.c:605: persistance ==> persistence > ./net/bridge/br.c:125: underlay

[Bridge] [PATCH net-next] net/bridge: fix misspellings using codespell tool

2021-01-07 Thread menglong8 . dong
From: Menglong Dong Some typos are found out by codespell tool: $ codespell ./net/bridge/ ./net/bridge/br_stp.c:604: permanant ==> permanent ./net/bridge/br_stp.c:605: persistance ==> persistence ./net/bridge/br.c:125: underlaying ==> underlying ./net/bridge/br_input.c:43: modue ==> mode ./n

Re: [Bridge] [PATCH v4 net-next 0/7] Offload software learnt bridge addresses to DSA

2021-01-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 6 Jan 2021 11:51:29 +0200 you wrote: > From: Vladimir Oltean > > This series tries to make DSA behave a bit more sanely when bridged with > "foreign" (non-DSA) interfaces and source address learning is not > sup