diff options
author | Ole Troan <ot@cisco.com> | 2019-10-02 17:17:58 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-10-03 11:40:20 +0000 |
commit | 025166dc79a6931ea24384b2f27c6c11081d06c9 (patch) | |
tree | 1f1cb51c4d4036e037c0187df81d4e3db02d1187 /src/plugins/dpdk/api/dpdk_msg_enum.h | |
parent | bf6c5c158fcbdd6e90bde8f4d81daa869abbc294 (diff) |
dpdk: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I2cba1e2912902b092348dddcf9cbcba231c75995
Diffstat (limited to 'src/plugins/dpdk/api/dpdk_msg_enum.h')
-rw-r--r-- | src/plugins/dpdk/api/dpdk_msg_enum.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/dpdk/api/dpdk_msg_enum.h b/src/plugins/dpdk/api/dpdk_msg_enum.h deleted file mode 100644 index 952ce6ad5f8..00000000000 --- a/src/plugins/dpdk/api/dpdk_msg_enum.h +++ /dev/null @@ -1,31 +0,0 @@ - -/* - * dpdk_msg_enum.h - skeleton vpp engine plug-in message enumeration - * - * Copyright (c) <current-year> <your-organization> - * 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_dpdk_msg_enum_h -#define included_dpdk_msg_enum_h - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum { -#include <dpdk/api/dpdk_all_api_h.h> - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif /* included_dpdk_msg_enum_h */ |