diff options
author | Dave Barach <dave@barachs.net> | 2019-10-24 18:10:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-25 14:36:13 +0000 |
commit | d7b306657d205fddd781e982aec5f3c3dc69fa88 (patch) | |
tree | 20f61a92fb05cfcc727bb4a95977a306a8d7a614 /src/plugins/mdata/FEATURE.yaml | |
parent | 94afc9391d0588608d67de717a927e9a50349d3a (diff) |
mdata: buffer metadata change tracker plugin
A handy tool in case you need to know which metadata will be changed
when a packet visits a certain node.
Reflect metadata changes into format functions used by the
vpp-specific wireshark dissector.
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I96fe8a24db4082bb29fe2a33cc522e8616a3a1bb
Diffstat (limited to 'src/plugins/mdata/FEATURE.yaml')
-rw-r--r-- | src/plugins/mdata/FEATURE.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/mdata/FEATURE.yaml b/src/plugins/mdata/FEATURE.yaml new file mode 100644 index 00000000000..c71281d777b --- /dev/null +++ b/src/plugins/mdata/FEATURE.yaml @@ -0,0 +1,13 @@ +name: Buffer Metadata Change Tracker (mdata) +maintainer: Dave Barach <dave@barachs.net> +features: + - Buffer Metadata Change Tracker +description: "Buffer Metadata Change Tracker + Uses the before / after graph node main loop performance + callback hooks to snapshoot buffer metadata, then + compare and summarize results per-node. + Answers the question "what buffer metadata does a particular + graph node change?" by direct observation. + Zero performance impact until enabled." +state: production +properties: [API, CLI, MULTITHREAD] |