api: Mark old message versions as deprecated 45/38645/2
authorOndrej Fabry <ofabry@cisco.com>
Wed, 26 Apr 2023 22:00:07 +0000 (00:00 +0200)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 27 Apr 2023 13:09:14 +0000 (13:09 +0000)
This change is part of VPP API cleanup initiative.

Type: refactor
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Change-Id: I9f0f786b50aa77383b16e0f844c85f236f7aa8d0

src/plugins/rdma/rdma.api

index f2c70c7..b83e8ee 100644 (file)
@@ -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;