summaryrefslogtreecommitdiff
path: root/net/xdp/xdp_umem_props.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/xdp/xdp_umem_props.h')
-rw-r--r--net/xdp/xdp_umem_props.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xdp/xdp_umem_props.h b/net/xdp/xdp_umem_props.h
index 2cf8ec485fd2..40eab10dfc49 100644
--- a/net/xdp/xdp_umem_props.h
+++ b/net/xdp/xdp_umem_props.h
@@ -7,8 +7,8 @@
#define XDP_UMEM_PROPS_H_
struct xdp_umem_props {
- u32 frame_size;
- u32 nframes;
+ u64 chunk_mask;
+ u64 size;
};
#endif /* XDP_UMEM_PROPS_H_ */