> One exception: Because the ALR is set up to forward STP BPDUs only to CPU, > the SW bridge should flood STP BPDUs if local STP is not enabled. > This is archived by not setting skb->offload_fwd_mark on STP BPDUs.
Hi Egil This bit is interesting. I had not thought about that. I think we need a few more drivers to set offload_fwd_mark, and then maybe try to consolidate it into the core. But it is too early now. Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew