summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-01-11 16:15:31 +0000
committerhselasky <hselasky@FreeBSD.org>2015-01-11 16:15:31 +0000
commit8b3e48c9c52085f1c86524abfad7277b7259ff16 (patch)
treefa0ddfecc3eca58d84b6c16fa5e58b63f648b626 /share/man
parent2cb62f75edda07048ed79f56daa9642a452537c3 (diff)
downloadFreeBSD-src-8b3e48c9c52085f1c86524abfad7277b7259ff16.zip
FreeBSD-src-8b3e48c9c52085f1c86524abfad7277b7259ff16.tar.gz
Remove no longer used "M_FLOWID" flag and update the netisr manpage.
This patch completes process started by r275358. Sponsored by: Mellanox Technologies
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/netisr.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9
index f1151e4..6d79c57 100644
--- a/share/man/man9/netisr.9
+++ b/share/man/man9/netisr.9
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 22, 2010
+.Dd January 11, 2015
.Dt NETISR 9
.Os
.Sh NAME
@@ -126,13 +126,13 @@ MIB names, so should not contain whitespace.
Protocol handler function that will be invoked on each packet received for
the protocol.
.It Vt netisr_m2flow_t Va nh_m2flow
-Optional protocol function to generate a flow ID and set
-.Dv M_FLOWID
-for packets that do not enter
+Optional protocol function to generate a flow ID and set a valid
+hashtype for packets that enter the
.Nm
with
-.Dv M_FLOWID
-defined.
+.Dv M_HASHTYPE_GET(m)
+equal to
+.Dv M_HASHTYPE_NONE .
Will be used only with
.Dv NETISR_POLICY_FLOW .
.It Vt netisr_m2cpuid_t Va nh_m2cpuid
OpenPOWER on IntegriCloud