Re: [PATCH net-next v2 0/7] net: dsa: replace routing tables with a list
From: David Miller <davem@davemloft.net>
Date: 2019-10-31 21:47:08
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2019-10-31 21:47:08
Also in:
lkml
From: Vivien Didelot <redacted> Date: Wed, 30 Oct 2019 22:09:12 -0400
This branch gets rid of the ds->rtable static arrays in favor of a single dst->rtable list. This allows us to move away from the DSA_MAX_SWITCHES limitation and simplify the switch fabric setup. Changes in v2: - fix the reverse christmas for David
Series applied, thanks Vivien.