openflow build environment setup
This commit is contained in:
45
openflow/include/xdl_debug.h
Normal file
45
openflow/include/xdl_debug.h
Normal file
@ -0,0 +1,45 @@
|
||||
/***************************************************************************
|
||||
* xdl_debug.h
|
||||
*
|
||||
* 2018/08/21 17:08:16 星期二
|
||||
* Copyright 2018 XuDongLai
|
||||
* <XuDongLai0923@163.com>
|
||||
****************************************************************************/
|
||||
/*
|
||||
* xdl_debug.h
|
||||
*
|
||||
* Copyright (C) 2018 - XuDongLai
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef __XDL_DEBUG_H__
|
||||
#define __XDL_DEBUG_H__
|
||||
|
||||
#define FAST_HW_REG_VERSION 0
|
||||
#define BASE_ADDR 0
|
||||
#define REG_LEN 0
|
||||
#define FAST_RULE_CNT 16
|
||||
#define FAST_RULE_REG_RADDR 0
|
||||
#define FAST_RULE_REG_VADDR 0
|
||||
#define FAST_RULE_REG_WADDR 0
|
||||
#define FAST_ACTION_REG_ADDR 0
|
||||
#define FAST_DEFAULT_RULE_ADDR 0
|
||||
#define FAST_PORT_BASE 0
|
||||
#define FAST_PORT_OFT 0
|
||||
|
||||
#define FAST_COUNTS_RECV_BYTE_L 0
|
||||
#define FAST_COUNTS_SEND_BYTE_L 0
|
||||
#define FAST_COUNTS_RECV_PKT_L 0
|
||||
#define FAST_COUNTS_SEND_PKT_L 0
|
||||
#endif //__XDL_DEBUG_H__
|
||||
Reference in New Issue
Block a user