aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitattributes438logstatsplain
-rw-r--r--.gitignore775logstatsplain
-rw-r--r--.gitreview76logstatsplain
-rw-r--r--DPDK_VPP_VER11logstatsplain
-rw-r--r--INFO.yaml2315logstatsplain
-rw-r--r--LICENSE11358logstatsplain
-rw-r--r--NOTICE1238logstatsplain
d---------PyPI146logstatsplain
-rw-r--r--README.md6825logstatsplain
-rw-r--r--VPP_DEVICE_IMAGE_CENTOS28logstatsplain
-rw-r--r--VPP_DEVICE_IMAGE_UBUNTU26logstatsplain
-rw-r--r--VPP_DEVICE_IMAGE_UBUNTU_ARM30logstatsplain
-rw-r--r--VPP_REPO_URL57logstatsplain
-rw-r--r--VPP_STABLE_VER_CENTOS29logstatsplain
-rw-r--r--VPP_STABLE_VER_UBUNTU_BIONIC25logstatsplain
d---------docs557logstatsplain
-rw-r--r--pylint.cfg9170logstatsplain
-rw-r--r--requirements.txt2017logstatsplain
d---------resources337logstatsplain
d---------tests61logstatsplain
d---------topologies105logstatsplain
-rw-r--r--tox-requirements.txt808logstatsplain
-rw-r--r--tox.ini3521logstatsplain
lass="kt">char **l2output_get_feat_names (void); /* arg0 - u32 feature_bitmap, arg1 - u32 verbose */ u8 *format_l2_output_features (u8 * s, va_list * args); /** * The next set of functions is for use by output feature graph nodes. * When the last bit has been cleared from the output feature bitmap, * the next node is the output graph node for the TX sw_if_index. * These functions help the feature nodes get that node index. */ /* Create a mapping to the output graph node for the given sw_if_index */ void l2output_create_output_node_mapping (vlib_main_t * vlib_main, vnet_main_t * vnet_main, u32 sw_if_index); /** Get a pointer to the config for the given interface */ l2_output_config_t *l2output_intf_config (u32 sw_if_index); /** Enable (or disable) the feature in the bitmap for the given interface */ void l2output_intf_bitmap_enable (u32 sw_if_index, l2output_feat_masks_t feature_bitmap, u32 enable); #endif /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */