diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-07-24 13:42:36 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-07-24 13:59:16 +0000 |
commit | 7f37a94bab6d4fac88454105e3a281d57487dbf6 (patch) | |
tree | c37ea3804998924d56b06a360522724616f33719 /MAINTAINERS | |
parent | 6ce0f35cc785056ffcb250a6bc6ef75ba9e1a1b4 (diff) |
vapi: add python scripts to vpp-dev package
As requested in https://lists.fd.io/g/vpp-api-dev/message/18
three vapi scrips are packaged, destination to share/vpp/.
Also:
+ Add "vapi" as a separate component to maintainers file.
+ Add also vppapigen/generate_json.py to share/vpp/.
+ Improve CMakeLists.txt indentation.
Type: feature
Change-Id: Ia06715621aa344e8ee759410b293509a54f81fdd
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e42f07be398..9c9af5d9584 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -419,11 +419,16 @@ I: vmxnet3 M: Steven Luong <sluong@cisco.com> F: src/plugins/vmxnet3/ -Binary API Compiler +Binary API Compiler for Python I: vppapigen M: Ole Troan <otroan@employees.org> F: src/tools/vppapigen/ +Binary API Compiler for C and C++ +I: vapi +M: Ole Troan <ot@cisco.com> +F: src/vpp-api/vapi + Plugin - RDMA (ibverb) driver I: rdma M: BenoƮt Ganne <bganne@cisco.com> |