summaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-04-30crypto: introduce async crypto infraFan Zhang1-0/+1
2020-01-30misc: deprecate dpdk hqosDamjan Marion1-9/+0
2019-10-03dpdk: remove api boilerplateOle Troan1-1/+0
2019-04-08rdma: fix DPDK MLX driver conflictBenoƮt Ganne1-5/+1
2019-04-02dpdk: fix build error when mlx support enabledMatthew Smith1-1/+1
2019-03-28cmake: add vpp_plugin_find_library macroDamjan Marion1-21/+9
2019-03-01dpdk: update mlx[45] linking optionsMatthew Smith1-1/+1
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion1-8/+8
2019-01-26cmake: parse DPDK config without compilationDamjan Marion1-57/+15
2019-01-26cmake: add support for linking with DPDK shared libsDamjan Marion1-67/+121
2019-01-17cmake: initial cross-compilation supportDamjan Marion1-0/+5
2018-11-29dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN styleKingwel Xie1-0/+3
2018-11-28cmake: display warning and continue if dpdk not presentDamjan Marion1-0/+5
2018-09-27dpdk_plugin: fix mlx5 build and runtime issuesSirshak Das1-2/+10
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion1-3/+2
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+3
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+5
2018-08-27cmake: add missing vat pluginsDamjan Marion1-0/+3
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-15/+19
2018-08-18cmake: highlight warning and error messagesDamjan Marion1-3/+3
2018-08-18cmake: DPDK rte_config.h parsingDamjan Marion1-12/+36
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+100
/**< DPO type */ u32 srv6_localsid_behavior_id; /**< SRv6 LocalSID behavior number */ u32 *sw_iface_localsid2; /**< Retrieve local SID from iface */ u32 *sw_iface_localsid4; /**< Retrieve local SID from iface */ u32 *sw_iface_localsid6; /**< Retrieve local SID from iface */ srv6_ad_localsid_t **sids; /**< Pool of AD SID pointers */ vlib_combined_counter_main_t valid_counters; /**< Valid rewrite counters */ vlib_combined_counter_main_t invalid_counters;/**< Invalid rewrite counters */ } srv6_ad_main_t; srv6_ad_main_t srv6_ad_main; format_function_t format_srv6_ad_localsid; unformat_function_t unformat_srv6_ad_localsid; void srv6_ad_dpo_lock (dpo_id_t * dpo); void srv6_ad_dpo_unlock (dpo_id_t * dpo); extern vlib_node_registration_t srv6_ad_localsid_node; #endif /* __included_srv6_ad_h__ */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */