Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / net / xdp / xdp_umem_props.h
CommitLineData
dac09149
BT
1/* SPDX-License-Identifier: GPL-2.0 */
2/* XDP user-space packet buffer
c0c77d8f 3 * Copyright(c) 2018 Intel Corporation.
c0c77d8f
BT
4 */
5
6#ifndef XDP_UMEM_PROPS_H_
7#define XDP_UMEM_PROPS_H_
8
9struct xdp_umem_props {
bbff2f32
BT
10 u64 chunk_mask;
11 u64 size;
c0c77d8f
BT
12};
13
14#endif /* XDP_UMEM_PROPS_H_ */