From 74af6f081f2360eca7578f04c8ecff617e911b53 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Wed, 25 Sep 2019 17:33:46 +0200 Subject: avf: remote api boilerplate Type: refactor Signed-off-by: Ole Troan Change-Id: Iafa1c0d0c1195f88b1a55f0341459c3278c3b2e6 Signed-off-by: Ole Troan --- src/plugins/avf/avf.api | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/avf/avf.api') 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 = " [rx-queue-size ] [tx-queue-size ] [num-rx-queues ]"; }; /** \brief @@ -65,6 +66,7 @@ autoreply define avf_delete u32 context; u32 sw_if_index; + option vat_help = ""; }; /* -- cgit 1.2.3-korg