You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
385 B
19 lines
385 B
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
|
|
* Author: Jinhui huang <huangjh.jy@cn.fujitsu.com>
|
|
*/
|
|
|
|
#ifndef __LAPI_IF_PACKET_H__
|
|
#define __LAPI_IF_PACKET_H__
|
|
|
|
#ifndef PACKET_FANOUT
|
|
#define PACKET_FANOUT 18
|
|
#endif
|
|
|
|
#ifndef PACKET_FANOUT_ROLLOVER
|
|
#define PACKET_FANOUT_ROLLOVER 3
|
|
#endif
|
|
|
|
#endif /* __LAPI_IF_PACKET_H__ */
|