aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/af_xdp.api
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2021-11-09 18:34:36 +0100
committerDamjan Marion <dmarion@me.com>2021-12-16 12:17:00 +0000
commit31ed835b35b8cdfe2dc8cac8bd1de8e9a1d3e8b0 (patch)
treea3a218bef576e91105429156982bce9b6815f4e3 /src/plugins/af_xdp/af_xdp.api
parent1413a38a68ddfec0266756f20ab184dbdb8ee6bf (diff)
af_xdp: mark API as stable
Type: improvement Change-Id: I55b080f994eafc4ecfe0e774d7cd05218d715526 Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/af_xdp/af_xdp.api')
-rw-r--r--src/plugins/af_xdp/af_xdp.api7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/af_xdp/af_xdp.api b/src/plugins/af_xdp/af_xdp.api
index 9fe6bc04939..2ccd5c41fa4 100644
--- a/src/plugins/af_xdp/af_xdp.api
+++ b/src/plugins/af_xdp/af_xdp.api
@@ -15,7 +15,7 @@
*------------------------------------------------------------------
*/
-option version = "0.2.0";
+option version = "1.0.0";
import "vnet/interface_types.api";
enum af_xdp_mode
@@ -57,7 +57,6 @@ define af_xdp_create
vl_api_af_xdp_flag_t flags [default=0];
string prog[256];
option vat_help = "<host-if linux-ifname> [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues <num|all>] [prog pathname] [zero-copy|no-zero-copy] [no-syscall-lock]";
- option status="in_progress";
};
/** \brief
@@ -89,7 +88,6 @@ define af_xdp_create_v2
string prog[256];
string namespace[64];
option vat_help = "<host-if linux-ifname> [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues <num|all>] [prog pathname] [netns ns] [zero-copy|no-zero-copy] [no-syscall-lock]";
- option status="in_progress";
};
/** \brief
@@ -103,7 +101,6 @@ define af_xdp_create_reply
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;
- option status="in_progress";
};
/** \brief
@@ -117,7 +114,6 @@ define af_xdp_create_v2_reply
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;
- option status="in_progress";
};
/** \brief
@@ -133,7 +129,6 @@ autoreply define af_xdp_delete
vl_api_interface_index_t sw_if_index;
option vat_help = "<sw_if_index index>";
- option status="in_progress";
};
/*