api: memif - Mark old message versions as deprecated

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
This commit is contained in:
Ondrej Fabry
2023-04-27 00:00:01 +02:00
committed by Dave Wallace
parent 7108cb15ca
commit cfd8e4ec88

View 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;