aboutsummaryrefslogtreecommitdiff
path: root/sys/net/netmap.h
diff options
context:
space:
mode:
authorVincenzo Maffione <vmaffione@FreeBSD.org>2019-09-01 14:47:41 +0000
committerVincenzo Maffione <vmaffione@FreeBSD.org>2019-09-01 14:47:41 +0000
commit253b2ec199b831cacc022b58cb38c3e3c29c1a8f (patch)
treec135a1f2b47032fdbc8876cb2a6534b8563eeb5f /sys/net/netmap.h
parent2796c209b03972bfbe3b1a1bd8ea3309f9cfca4e (diff)
downloadsrc-253b2ec199b831cacc022b58cb38c3e3c29c1a8f.tar.gz
src-253b2ec199b831cacc022b58cb38c3e3c29c1a8f.zip
Notes
Diffstat (limited to 'sys/net/netmap.h')
-rw-r--r--sys/net/netmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/net/netmap.h b/sys/net/netmap.h
index dd68953ff36c..b3a94bc0d9c3 100644
--- a/sys/net/netmap.h
+++ b/sys/net/netmap.h
@@ -562,6 +562,10 @@ enum {
* This requires the 'ioeventfd' fields to be valid (cannot be < 0).
*/
NETMAP_REQ_OPT_SYNC_KLOOP_MODE,
+
+ /* This is a marker to count the number of available options.
+ * New options must be added above it. */
+ NETMAP_REQ_OPT_MAX,
};
/*