From: David S. Miller Date: Thu, 31 Oct 2019 21:26:38 +0000 (-0700) Subject: Merge branch 'net-dsa-replace-routing-tables-with-a-list' X-Git-Tag: for-linus-20191129~13^2~255 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e43ea83cc78604b4eb02d5917f50a8b8eb6c0c85;p=linux-block.git 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 --- e43ea83cc78604b4eb02d5917f50a8b8eb6c0c85