api: memif - Mark old message versions as deprecated 44/38644/3
authorOndrej Fabry <ofabry@cisco.com>
Wed, 26 Apr 2023 22:00:01 +0000 (00:00 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 6 Jul 2023 18:30:11 +0000 (18:30 +0000)
List of changed messages:
- memif_socket_filename_add_del
- memif_socket_filename_add_del_reply
- memif_create
- memif_create_reply

This change is part of VPP API cleanup initiative.

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

src/plugins/memif/memif.api

index b800bfa..5973ad6 100644 (file)
@@ -43,6 +43,8 @@ enum memif_mode
 */
 autoreply define memif_socket_filename_add_del
 {
+  option deprecated;
+
   u32 client_index;
   u32 context;
   bool is_add;         /* 0 = remove, 1 = add association */
@@ -104,6 +106,8 @@ define memif_socket_filename_add_del_v2_reply
 */
 define memif_create
 {
+  option deprecated;
+
   u32 client_index;
   u32 context;
 
@@ -128,6 +132,8 @@ define memif_create
 */
 define memif_create_reply
 {
+  option deprecated;
+
   u32 context;
   i32 retval;
   vl_api_interface_index_t sw_if_index;