git: 03276e338a1b - main - netisr: Remove the now-unused NETISR_EPAIR queue index
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 15:46:48 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=03276e338a1b6ee0b36797071720ae0645a59811
commit 03276e338a1b6ee0b36797071720ae0645a59811
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-04-05 15:40:45 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-04-05 15:46:42 +0000
netisr: Remove the now-unused NETISR_EPAIR queue index
No functional change intended.
Fixes: 3dd5760aa5f8 ("if_epair: rework")
MFC after: 1 week
Sponsored by: Klara, Inc.
---
sys/net/netisr.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 32d2aa838fda..479ba844ffef 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -57,7 +57,6 @@
#define NETISR_ARP 4 /* same as AF_LINK */
#define NETISR_ETHER 5 /* ethernet input */
#define NETISR_IPV6 6
-#define NETISR_EPAIR 8 /* if_epair(4) */
#define NETISR_IP_DIRECT 9 /* direct-dispatch IPv4 */
#define NETISR_IPV6_DIRECT 10 /* direct-dispatch IPv6 */