diff options
author | 2025-01-14 11:16:14 +0100 | |
---|---|---|
committer | 2025-01-14 11:16:14 +0100 | |
commit | 2a3c98274a6dd858dc054f69011e30804e4b6bb3 (patch) | |
tree | 541df9fdfe48bca26a358c12aadde6dadf060600 /resources/api | |
parent | 39e81b75d0029f74c024fd681cf90d8b8e610407 (diff) |
feat(avf): Migrate to plugins/dev_iavf
Change-Id: I4f4f17560f4c65a8f308e1f394207b7cec474b96
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/api')
-rw-r--r-- | resources/api/vpp/supported_crcs.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index 2a65497d65..c53e86e8f4 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Cisco and/or its affiliates. +# Copyright (c) 2025 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -55,10 +55,6 @@ af_xdp_create_v3: '0xcf4b1827' # perf af_xdp_create_v3_reply: '0x5383d31f' # perf - # plugins/avf/avf.api - avf_create: '0xdaab8ae2' # dev - avf_create_reply: '0x5383d31f' # dev - # vnet/bonding/bond.api bond_add_member: '0xe7d14948' # perf bond_add_member_reply: '0xe8d4e804' # perf @@ -127,6 +123,12 @@ # TODO: Which test to run to verify det44_* messages? # dhcp_proxy_dump / details # honeycomb + # vnet/dev/dev.api + dev_attach: '0x44b725fc' + dev_attach_reply: '0x6082b181' + dev_create_port_if: '0xdbdf06f3' + dev_create_port_if_reply: '0x243c2374' + # vnet/flow/flow.api flow_add_v2: '0x5b757558' # dev flow_add_v2_reply: '0x8587dc85' # dev |