John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _gstarteddevel: |
| 2 | |
| 3 | ########## |
| 4 | Developers |
| 5 | ########## |
| 6 | |
John DeNisco | c64ba6d | 2018-08-02 15:03:15 -0400 | [diff] [blame] | 7 | The Developers section covers the following areas: |
| 8 | |
| 9 | * Building VPP |
| 10 | * Describes the components of the four VPP layers |
| 11 | * How to Create, Add, Enable/Disable features |
| 12 | * Discusses different aspects of Bounded-index Extensible Hashing (bihash) |
| 13 | |
| 14 | |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 15 | .. toctree:: |
| 16 | :maxdepth: 2 |
| 17 | |
| 18 | building |
andrew | a38d001 | 2018-08-06 00:25:33 -0400 | [diff] [blame] | 19 | running_vpp |
| 20 | gdb_examples |
John DeNisco | 758dc46 | 2018-08-13 17:00:06 -0400 | [diff] [blame^] | 21 | gitreview |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 22 | softwarearchitecture |
| 23 | infrastructure |
| 24 | vlib |
| 25 | plugins |
| 26 | vnet |
| 27 | featurearcs |
| 28 | bihash |
andrew | 7403026 | 2018-08-05 21:18:45 -0400 | [diff] [blame] | 29 | vpp_api_module |
| 30 | binary_api_support |
| 31 | sample_plugin |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 32 | |