aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-10 11:32:14 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-10 11:32:14 -0500
commitb4c4ebcf3ca22bf9b04fa9c6ccfbfdfe0a256d07 (patch)
tree3ecaed1a3b73f1b8f20dca868b5d3c923c3d2435 /net/sched/sch_api.c
parentMerge branch 'openvswitch-Conntrack-integration-improvements' (diff)
parentmlxsw: spectrum_router: Add support for route replace (diff)
downloadlinux-dev-b4c4ebcf3ca22bf9b04fa9c6ccfbfdfe0a256d07.tar.xz
linux-dev-b4c4ebcf3ca22bf9b04fa9c6ccfbfdfe0a256d07.zip
Merge branch 'mlxsw-identical-routes-handling'
Jiri Pirko says: ==================== mlxsw: Identical routes handling Ido says: The kernel can store several FIB aliases that share the same prefix and length. These aliases can differ in other parameters such as TOS and metric, which are taken into account during lookup. Offloading devices might not have the same flexibility, allowing only a single route with the same prefix and length to be reflected. mlxsw is one such device. This patchset aims to correctly handle this situation in the mlxsw driver. The first four patches introduce small changes in the IPv4 FIB code, so that listeners of the FIB notification chain will be able to correctly handle identical routes. The last three patches build on top of previous work and introduce the necessary changes in the mlxsw driver. The biggest change is the introduction of a FIB node, where identical routes are chained, instead of a primitive reference counting. This is explained in detail in the fifth patch. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_api.c')
0 files changed, 0 insertions, 0 deletions