X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2FCMakeLists.txt;h=99cc551f576c960172f93b748f8f2b1353eb6be4;hb=4b4aded6afc8abce602cd826c52ec28beb3b7ec0;hp=5dd7cdb24ab4c2a14fc1fe658613e07862907c50;hpb=3be9164f80ebb1929488bbe2ee4da1d35f42c1a2;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 5dd7cdb24ab..99cc551f576 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,12 @@ 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 interface_stats.c misc.c ) @@ -50,6 +54,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS api_errno.h + error.h buffer.h config.h devices/devices.h @@ -439,13 +444,11 @@ list(APPEND VNET_HEADERS ip/icmp4.h ip/icmp6.h ip/igmp_packet.h - ip/ip4_error.h ip/ip4.h ip/ip4_mtrie.h ip/ip4_inlines.h ip/ip4_packet.h ip/ip46_address.h - ip/ip6_error.h ip/ip6.h ip/ip6_hop_by_hop.h ip/ip6_hop_by_hop_packet.h @@ -465,6 +468,8 @@ list(APPEND VNET_HEADERS ip/protocols.def ip/punt_error.def ip/punt.h + ip/reass/ip4_sv_reass.h + ip/reass/ip6_sv_reass.h ) list(APPEND VNET_API_FILES @@ -675,6 +680,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 @@ -773,7 +779,6 @@ list(APPEND VNET_HEADERS mpls/mpls_types.h mpls/mpls_tunnel.h mpls/packet.h - mpls/error.def ) list(APPEND VNET_API_FILES mpls/mpls.api) @@ -811,11 +816,13 @@ list(APPEND VNET_SOURCES srv6/sr_policy_rewrite.c srv6/sr_steering.c srv6/sr_api.c + srv6/sr_pt.c ) list(APPEND VNET_HEADERS srv6/sr_packet.h srv6/sr.h + srv6/sr_pt.h ) list(APPEND VNET_API_FILES @@ -865,6 +872,7 @@ list(APPEND VNET_SOURCES hash/cli.c hash/crc32_5tuple.c hash/handoff_eth.c + hash/hash_eth.c ) list(APPEND VNET_HEADERS @@ -980,7 +988,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 ) @@ -1198,6 +1206,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 @@ -1288,6 +1297,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