diff options
author | Ole Troan <ot@cisco.com> | 2019-09-25 17:33:46 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-09-27 09:07:27 +0000 |
commit | 74af6f081f2360eca7578f04c8ecff617e911b53 (patch) | |
tree | 1e863b5b5a090389a47e62c4580b6a6dfb44dbe3 /src/plugins/avf/avf.api | |
parent | 7eef62b6736a96ab0e4ffe0363c0fb5ba55841b8 (diff) |
avf: remote api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Iafa1c0d0c1195f88b1a55f0341459c3278c3b2e6
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/avf/avf.api')
-rw-r--r-- | src/plugins/avf/avf.api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/avf/avf.api b/src/plugins/avf/avf.api index 1cca17fa1af..c7c4da9d19e 100644 --- a/src/plugins/avf/avf.api +++ b/src/plugins/avf/avf.api @@ -38,6 +38,7 @@ define avf_create u16 rxq_num; u16 rxq_size; u16 txq_size; + option vat_help = "<pci-address> [rx-queue-size <size>] [tx-queue-size <size>] [num-rx-queues <size>]"; }; /** \brief @@ -65,6 +66,7 @@ autoreply define avf_delete u32 context; u32 sw_if_index; + option vat_help = "<sw_if_index>"; }; /* |