misc: remove vnet_all_api_h and vnet_msg_enum
These file are no longer needed Type: improvement Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I34f8e0b7e17d9e8c06dcd6c5ffe51aa273cdec07
This commit is contained in:
committed by
Damjan Marion
parent
66edaf209f
commit
b7e4d4487c
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <vnet/vnet.h>
|
||||
#include <vlibmemory/api.h>
|
||||
#include <vnet/vnet_msg_enum.h>
|
||||
#include <dhcp/dhcp6_packet.h>
|
||||
#include <dhcp/dhcp6_ia_na_client_dp.h>
|
||||
#include <vnet/ip/ip.h>
|
||||
|
||||
@@ -1683,7 +1683,9 @@ def generate_c_test2_boilerplate(services, defines, module, stream):
|
||||
#include <vnet/ethernet/ethernet_format_fns.h>
|
||||
|
||||
#define vl_typedefs /* define message structures */
|
||||
#include <vpp/api/vpe_all_api_h.h>
|
||||
#include <vlibmemory/vl_memory_api_h.h>
|
||||
#include <vpp/api/vpe_types.api.h>
|
||||
#include <vpp/api/vpe.api.h>
|
||||
#undef vl_typedefs
|
||||
|
||||
#include "{module}.api_enum.h"
|
||||
|
||||
@@ -67,8 +67,6 @@ list(APPEND VNET_HEADERS
|
||||
plugin/plugin.h
|
||||
pipeline.h
|
||||
vnet.h
|
||||
vnet_all_api_h.h
|
||||
vnet_msg_enum.h
|
||||
util/radix.h
|
||||
util/refcount.h
|
||||
format_fns.h
|
||||
|
||||
@@ -16,20 +16,6 @@
|
||||
#include <vlibapi/api_types.h>
|
||||
#include <vnet/ethernet/ethernet_types_api.h>
|
||||
|
||||
#define vl_typedefs /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_typedefs
|
||||
|
||||
#define vl_endianfun /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_endianfun
|
||||
|
||||
/* instantiate all the print functions we know about */
|
||||
#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__)
|
||||
#define vl_printfun
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_printfun
|
||||
|
||||
void
|
||||
mac_address_decode (const u8 * in, mac_address_t * out)
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <vnet/udp/udp_local.h>
|
||||
#include <vnet/tunnel/tunnel_types_api.h>
|
||||
#include <vnet/ip/ip_types_api.h>
|
||||
#include <vnet/vnet_msg_enum.h>
|
||||
|
||||
#include <vnet/format_fns.h>
|
||||
#include <vnet/flow/flow.api_enum.h>
|
||||
|
||||
@@ -16,20 +16,6 @@
|
||||
#include <vlibapi/api_types.h>
|
||||
#include <vnet/ip/ip_types_api.h>
|
||||
|
||||
#define vl_typedefs /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_typedefs
|
||||
|
||||
#define vl_endianfun /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_endianfun
|
||||
|
||||
/* instantiate all the print functions we know about */
|
||||
#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__)
|
||||
#define vl_printfun
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_printfun
|
||||
|
||||
int
|
||||
ip_address_family_decode (vl_api_address_family_t af,
|
||||
ip_address_family_t * out)
|
||||
|
||||
@@ -17,10 +17,6 @@
|
||||
#include <vnet/ipsec/ipsec_types_api.h>
|
||||
#include <vlibapi/api_types.h>
|
||||
|
||||
#define vl_typedefs /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_typedefs
|
||||
|
||||
int
|
||||
ipsec_proto_decode (vl_api_ipsec_proto_t in, ipsec_protocol_t * out)
|
||||
{
|
||||
|
||||
@@ -20,22 +20,6 @@
|
||||
#include <vnet/fib/fib_api.h>
|
||||
#include <vnet/ip/ip_types_api.h>
|
||||
|
||||
#include <vnet/vnet_msg_enum.h>
|
||||
|
||||
#define vl_typedefs /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_typedefs
|
||||
|
||||
#define vl_endianfun /* define message structures */
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_endianfun
|
||||
|
||||
/* instantiate all the print functions we know about */
|
||||
#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__)
|
||||
#define vl_printfun
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef vl_printfun
|
||||
|
||||
static vl_api_mfib_itf_flags_t
|
||||
mfib_api_path_itf_flags_encode (mfib_itf_flags_t flags)
|
||||
{
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
/*
|
||||
* ------------------------------------------------------------------
|
||||
* vl_memory_api_h.h - memory API headers, in a specific order.
|
||||
*
|
||||
* Copyright (c) 2009-2010 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:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
* ------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/*
|
||||
* Add to the bottom of the #include list, or elves will steal your keyboard
|
||||
* in the middle of the night!
|
||||
*
|
||||
* Include current layer (2) last, or an artistic disagreement about message
|
||||
* numbering will occur
|
||||
*/
|
||||
|
||||
#ifndef included_from_layer_3
|
||||
#include <vlibmemory/vl_memory_api_h.h>
|
||||
#endif /* included_from_layer_3 */
|
||||
|
||||
#ifdef vl_printfun
|
||||
#include <vnet/format_fns.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* fd.io coding-style-patch-verification: ON
|
||||
*
|
||||
* Local Variables: eval: (c-set-style "gnu") End:
|
||||
*/
|
||||
@@ -1,37 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2016 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:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#ifndef included_vnet_msg_enum_h
|
||||
#define included_vnet_msg_enum_h
|
||||
|
||||
#include <vppinfra/byte_order.h>
|
||||
|
||||
#define vl_msg_id(n,h) n,
|
||||
typedef enum
|
||||
{
|
||||
VL_ILLEGAL_MESSAGE_ID = 0,
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
VL_MSG_FIRST_AVAILABLE,
|
||||
} vl_msg_id_t;
|
||||
#undef vl_msg_id
|
||||
|
||||
#endif /* included_vnet_msg_enum_h */
|
||||
|
||||
/*
|
||||
* fd.io coding-style-patch-verification: ON
|
||||
*
|
||||
* Local Variables:
|
||||
* eval: (c-set-style "gnu")
|
||||
* End:
|
||||
*/
|
||||
@@ -20,11 +20,6 @@
|
||||
/* Include the (first) vlib-api API definition layer */
|
||||
#include <vlibmemory/vl_memory_api_h.h>
|
||||
|
||||
/* Include the (second) vnet API definition layer */
|
||||
#define included_from_layer_3
|
||||
#include <vnet/vnet_all_api_h.h>
|
||||
#undef included_from_layer_3
|
||||
|
||||
/* Include the current layer (third) vpp API definition layer */
|
||||
#include <vpp/api/vpe_types.api.h>
|
||||
#include <vpp/api/vpe.api.h>
|
||||
|
||||
Reference in New Issue
Block a user