summary refs log tree commit diff
path: root/drivers/net/ethernet/chelsio/cxgb4vf
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-01-22 20:40:35 -0800
committerDavid S. Miller <davem@davemloft.net>2019-01-22 20:40:35 -0800
commita9f8f40a8f1d67bb1e8cfc5729b3598dd805d838 (patch)
tree76f73f5088083702712a26aef2ed2c8d2340a1a4 /drivers/net/ethernet/chelsio/cxgb4vf
parenta2ff7e49ec5035973776665b5bf491de8f3467ae (diff)
parent4dba72fd3eef2e5a4d24e3aa943690b6d393c3c4 (diff)
downloadlinux-a9f8f40a8f1d67bb1e8cfc5729b3598dd805d838.tar.gz
Merge branch 'selftests-forwarding-Add-tests-for-VXLAN-routing'
Ido Schimmel says:

====================
selftests: forwarding: Add tests for VXLAN routing

VXLAN routing allows hosts in different overlay networks (i.e.,
different VNIs) to communicate with one another.

Two popular routing models are asymmetric and symmetric routing.

In asymmetric routing the ingress VTEP routes the packet into the
correct VXLAN tunnel, whereas the egress VTEP only bridges the packet to
the correct host. Therefore, packets in different directions use
different VNIs - the target VNI.

In symmetric routing both the ingress and egress VTEPs perform routing
in the overlay network into / from the VXLAN tunnel. Packets in
different directions use the same VNI - the L3 VNI. Different tenants
(VRFs) use different L3 VNIs.

Patch #1 adds a test for asymmetric routing. Patches #2-#3 reuse the
topology and add test cases for ARP decapsulation and suppression.

Patch #4 adds a test for symmetric routing.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4vf')
0 files changed, 0 insertions, 0 deletions