]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-replace-routing-tables-with-a-list'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 21:26:38 +0000 (14:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 21:26:38 +0000 (14:26 -0700)
commit1be4810315ffa76ee7ea11ae4e8df638cff56144
tree7f47ea748cbfa8ca1e207a954322c590d5ec9404
parentbe6f9b401dcc681049246e779564ec64ff7f1dce
parent86cc08a85b95cd78c363f5022fcbbc41521cbf76
Merge branch 'net-dsa-replace-routing-tables-with-a-list'

Vivien Didelot says:

====================
net: dsa: replace routing tables with a list

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>