aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/rdma
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2023-04-27 00:00:07 +0200
committerBeno�t Ganne <bganne@cisco.com>2023-04-27 13:09:14 +0000
commit9db32048de0ca6be7bf855bb094c072179e163fb (patch)
tree83eac412896025f6cc5345dc00ab51b8a332813b /src/plugins/rdma
parentefcf1befc5ccbfa6758b902d8c0fc80f8bdfd066 (diff)
api: Mark old message versions as deprecated
This change is part of VPP API cleanup initiative. Type: refactor Signed-off-by: Ondrej Fabry <ofabry@cisco.com> Change-Id: I9f0f786b50aa77383b16e0f844c85f236f7aa8d0
Diffstat (limited to 'src/plugins/rdma')
-rw-r--r--src/plugins/rdma/rdma.api4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/rdma/rdma.api b/src/plugins/rdma/rdma.api
index f2c70c7e514..b83e8ee4148 100644
--- a/src/plugins/rdma/rdma.api
+++ b/src/plugins/rdma/rdma.api
@@ -139,6 +139,8 @@ define rdma_create_v3
define rdma_create_reply
{
+ option deprecated;
+
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;
@@ -152,6 +154,8 @@ define rdma_create_reply
define rdma_create_v2_reply
{
+ option deprecated;
+
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;