docs: add more FEATURE.yaml documentation
For src/tools/g2, src/vlibapi, and src/vlibmemory Type: docs Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I800c3e3a1ecb011d5e692d78a015e78342706786
This commit is contained in:
12
src/tools/g2/FEATURE.yaml
Normal file
12
src/tools/g2/FEATURE.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: G2 graphical event log viewer
|
||||
maintainer:
|
||||
- Dave Barach <dave@barachs.net>
|
||||
features:
|
||||
- Vppinfra elog.[ch] log viewer
|
||||
- Scales to over 10e6 events, 10e4 tracks
|
||||
- Automated anomaly detector
|
||||
- View snapshots
|
||||
description: "A highly scalable graphical event log viewer, specifically
|
||||
tailored to displaying src/vppinfra/elog.[ch] log files"
|
||||
state: production
|
14
src/vlibapi/FEATURE.yaml
Normal file
14
src/vlibapi/FEATURE.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Binary API library
|
||||
maintainer:
|
||||
- Dave Barach <dave@barachs.net>
|
||||
features:
|
||||
- Event logging
|
||||
- Message execution
|
||||
- Message handler registration
|
||||
- Message replay
|
||||
- Message tracing
|
||||
- Post-mortem message trace capture
|
||||
- Platform-dependent message handler invocation
|
||||
description: "Transport-independent binary API message handling library"
|
||||
state: production
|
13
src/vlibmemory/FEATURE.yaml
Normal file
13
src/vlibmemory/FEATURE.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Binary API shared memory / socket transport library
|
||||
maintainer:
|
||||
- Dave Barach <dave@barachs.net>
|
||||
features:
|
||||
- Transport connection setup and teardown binary API message definitions
|
||||
- Transport connection setup and teardown binary API message handlers
|
||||
- Remote procedure call binary API support
|
||||
- Debug CLI for binary api message trace dump and replay
|
||||
- Command-line configuration of binary api tracing
|
||||
description: "Binary API message transport library"
|
||||
state: production
|
||||
properties: [API, CLI, MULTITHREAD]
|
Reference in New Issue
Block a user