X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=88ef4cca7b9a241dfe66cc061dc5fb90426a5205;hb=40cfc1560ee6fa11e4d6c74e9730541a8a45b68a;hp=395f958185e2eef409a38835c51fb5967adfc8d6;hpb=943a4b0750a2bee04788cb153ca56fa07d5005d7;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 395f958185e..88ef4cca7b9 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -26,6 +26,7 @@ list(APPEND VNET_SOURCES config.c devices/devices.c devices/netlink.c + error.c flow/flow.c flow/flow_cli.c flow/flow_api.c @@ -35,9 +36,11 @@ list(APPEND VNET_SOURCES interface_cli.c interface_format.c interface_output.c + interface/caps.c interface/rx_queue.c interface/tx_queue.c interface/runtime.c + interface/monitor.c interface_stats.c misc.c ) @@ -50,6 +53,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS api_errno.h + error.h buffer.h config.h devices/devices.h @@ -675,6 +679,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS udp/udp_error.def udp/udp.h + udp/udp_encap.h udp/udp_packet.h udp/udp_inlines.h udp/udp_local.h @@ -778,30 +783,6 @@ list(APPEND VNET_HEADERS list(APPEND VNET_API_FILES mpls/mpls.api) -############################################################################## -# Tunnel protocol: vxlan-gbp -############################################################################## -list(APPEND VNET_SOURCES - vxlan-gbp/decap.c - vxlan-gbp/encap.c - vxlan-gbp/vxlan_gbp_api.c - vxlan-gbp/vxlan_gbp.c - vxlan-gbp/vxlan_gbp_packet.c -) - -list (APPEND VNET_MULTIARCH_SOURCES - vxlan-gbp/decap.c - vxlan-gbp/encap.c -) - -list(APPEND VNET_HEADERS - vxlan-gbp/vxlan_gbp.h - vxlan-gbp/vxlan_gbp_packet.h - vxlan-gbp/vxlan_gbp_error.def -) - -list(APPEND VNET_API_FILES vxlan-gbp/vxlan_gbp.api) - ############################################################################## # Tunnel protocol: vxlan-gpe ############################################################################## @@ -888,7 +869,8 @@ list(APPEND VNET_SOURCES hash/hash.c hash/cli.c hash/crc32_5tuple.c - hash/crc32_handoff_eth.c + hash/handoff_eth.c + hash/hash_eth.c ) list(APPEND VNET_HEADERS @@ -1004,7 +986,7 @@ list(APPEND VNET_SOURCES devices/virtio/virtio_api.c devices/virtio/virtio_pci_legacy.c devices/virtio/virtio_pci_modern.c - devices/virtio/virtio_process.c + devices/virtio/virtio_pre_input.c devices/virtio/virtio_types_api.c ) @@ -1222,6 +1204,7 @@ list(APPEND VNET_SOURCES list(APPEND VNET_HEADERS fib/fib.h fib/fib_api.h + fib/fib_entry_track.h fib/ip4_fib.h fib/ip4_fib_8.h fib/ip4_fib_16.h @@ -1312,6 +1295,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS dpo/load_balance.h + dpo/load_balance_map.h dpo/drop_dpo.h dpo/lookup_dpo.h dpo/punt_dpo.h