/* // Copyright (c) 2017 Intel Corporation // // 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 __INCLUDE_VNF_DEFINE_H__ #define __INCLUDE_VNF_DEFINE_H__ #define DEBUG_LEVEL_4 4 #define PKT_BUFFER_SIZE 64 #define PVT_PUB_MAP 2 #define IPV6_ADD_SIZE 16 #define TWO_BYTE_PRINT 3 #define VERSION_NO_BYTE 4 #define BIT_CARRY 16 #define HW_ADDR_SIZE 20 #define IPV6_ADD_CMP_MULTI 13 #define DIV_CONV_HZ_SEC 1000 #endif