aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/kubernetes
AgeCommit message (Expand)AuthorFilesLines
2018-11-08FIX: Ligato testsPeter Mikus5-11/+7
2018-10-02CSIT-1320 Update SFC-controller configurations to latest versionPeter Mikus11-726/+966
2018-08-03FIX: Increase Ligato MTU for Jumbo frame testingPeter Mikus10-0/+20
2018-07-26CSIT-1065 High failure rate with K8s/Ligato orchestrationPeter Mikus2-2/+10
2018-01-17Rename Ligato testsPeter Mikus10-43/+53
2018-01-16FIX: Kubernetes ch-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc topologyPeter Mikus1-2/+2
2018-01-09Add static MAC entries to configurationPeter Mikus4-2/+34
2018-01-02CSIT-870 Kubernetes/Ligato integrationPeter Mikus23-983/+1086
2017-10-24Split container sections in reportPeter Mikus2-0/+0
2017-10-20Rename all container based test following name conventionsPeter Mikus4-0/+0
2017-10-18CSIT-748 Add K8S 2memif-2vnf topologiesPeter Mikus2-0/+542
2017-10-12CSIT-748 vnf-agent integrationPeter Mikus6-0/+850
\ return (wg_main.op_mode_flags &= ~WG_OP_MODE_FLAG_##v); \ } \ always_inline int wg_op_mode_is_set_##v (void) \ { \ return (wg_main.op_mode_flags & WG_OP_MODE_FLAG_##v); \ } foreach_wg_op_mode_flags #undef _ typedef struct { u8 __pad[22]; u16 next_index; } wg_post_data_t; STATIC_ASSERT (sizeof (wg_post_data_t) <= STRUCT_SIZE_OF (vnet_buffer_opaque_t, unused), "Custom meta-data too large for vnet_buffer_opaque_t"); #define wg_post_data(b) \ ((wg_post_data_t *) ((u8 *) ((b)->opaque) + \ STRUCT_OFFSET_OF (vnet_buffer_opaque_t, unused))) #define WG_START_EVENT 1 void wg_feature_init (wg_main_t * wmp); void wg_set_async_mode (u32 is_enabled); void wg_secure_zero_memory (void *v, size_t n); #endif /* __included_wg_h__ */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */