summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2022-06-30misc: VPP 22.06 Release NotesAndrew Yourtchenko2-0/+606
2022-06-28docs: fix broken linksPratikshya Prasai1-11/+11
2022-06-14docs: fix spelling errorsDave Wallace1-0/+4
2022-06-13docs: cleaning up VPP documents by deleting unnecessary info.Saima Yunus2-2/+111
2022-05-25docs: update spelling word list and fix typosDave Wallace2-722/+734
2022-05-25misc: Initial 22.10-rc0 commitv22.10-rc0Andrew Yourtchenko2-1/+1
2022-05-24docs: make docs build incrementalNathan Skrzypczak4-51/+68
2022-05-10tests: replace pycodestyle with blackKlement Sekera11-222/+304
2022-05-10ip: reassembly: add documentationKlement Sekera2-0/+2
2022-03-28libmemif: refactor examplesJakub Grajciar4-6/+2
2022-03-25docs: Add getting started with GoVPPNathan Skrzypczak3-87/+174
2022-03-25docs: Fix macos clang-format docsNathan Skrzypczak1-9/+10
2022-02-25misc: VPP 22.02 Release NotesAndrew Yourtchenko2-0/+658
2022-02-17tests: make tests less make dependentKlement Sekera1-95/+82
2022-01-19misc: Initial 22.06-rc0 commitv22.06-rc0Andrew Yourtchenko2-1/+1
2021-12-01docs: add VPP Container Testbench example and labMatthew Giassa9-0/+1280
2021-11-23docs: add missing 21.10 rlsnotesNathan Skrzypczak3-1/+530
2021-11-16docs: consume fd.io version listNathan Skrzypczak2-6/+35
2021-11-15docs: add jira linkNathan Skrzypczak1-0/+2
2021-11-06tests docs: fix jsonschema dependencyDave Wallace1-2/+16
2021-11-02tests: update python packagesDave Wallace1-4/+1
2021-10-13docs: C & C++ apis examplesNathan Skrzypczak6-0/+346
2021-10-13docs: better docs, mv doxygen to sphinxNathan Skrzypczak361-12794/+25242
2021-09-28api: API trace improvementsFilip Tehlar3-66/+66
2021-08-17docs: fix missing dependency on pip-tools for docs-venvDave Wallace1-0/+2
2021-08-13tests docs: upgrade python packagesDave Wallace4-55/+8
2021-07-02ipsec: ADD/update IPSec documentationNeale Ranns1-0/+1
2021-06-11docs: cleanup, remove stale materialDave Barach77-2355/+15
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion1-1/+1
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-4/+1
2021-04-21docs: document "make test-help"Dave Barach3-66/+208
2021-03-16docs: ikev2 usecasesFilip Tehlar6-2/+537
2021-03-04docs: Update macos doc to clang-formatNathan Skrzypczak1-15/+13
2021-02-12docs: fixing VPP tutorialArthur de Kerhor3-6/+6
2021-01-28build: do not _FORTIFY_SOURCE in debug modeMohammed Hawari1-3/+3
2021-01-27Change unformat_init_string API in doc to match codehemant_mnkcg1-1/+2
2021-01-22docs: vpp stateless traffic generatorDave Barach2-0/+106
2021-01-20build: add the missing leading underscore to FORTIFY_SOURCENeale Ranns1-8/+8
2021-01-14docs: Update FIB documentationNeale Ranns22-183/+1392
2020-12-21docs: update list of pluginsPaul Vinciguerra4-13/+80
2020-12-18docs: fix missing quotes in ubuntu install instructionsPaul Vinciguerra1-5/+5
2020-12-16docs: revise home gateway use-case documentationDave Barach3-286/+498
2020-12-07docs: Fix CentOS 8 buildJon Loeliger1-1/+7
2020-11-26docs: fix bihash doc bugsDave Barach1-19/+19
2020-11-24buffers: add page-size configNathan Skrzypczak1-0/+14
2020-11-16docs: fix memory troubleshooting docBenoît Ganne2-0/+4
2020-11-10vpp: use vpp heap for libcBenoît Ganne1-0/+84
2020-10-16misc: deprecate VOMDamjan Marion1-1/+1
2020-09-25docs: fix typo in bihash clib_bihash_search() documentationJon Loeliger1-2/+2
2020-09-21build: remove opensuse build infraDave Wallace5-75/+3
roto, punt_client_ip_proto_mk_key (af, proto)); if (p) return (pool_elt_at_index (pm->punt_client_pool, p[0])); return (NULL); } static_always_inline punt_client_t * punt_client_exception_get (vlib_punt_reason_t reason) { punt_main_t *pm = &punt_main; u32 pci; if (reason >= vec_len (pm->db.clients_by_exception)) return (NULL); pci = pm->db.clients_by_exception[reason]; if (~0 != pci) return (pool_elt_at_index (pm->punt_client_pool, pci)); return (NULL); } extern vlib_node_registration_t udp4_punt_node; extern vlib_node_registration_t udp6_punt_node; extern vlib_node_registration_t udp4_punt_socket_node; extern vlib_node_registration_t udp6_punt_socket_node; extern vlib_node_registration_t ip4_proto_punt_socket_node; extern vlib_node_registration_t ip6_proto_punt_socket_node; extern vlib_node_registration_t punt_socket_rx_node; #endif /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */