git: 37ef513a3c08 - stable/13 - netisr: Remove the now-unused NETISR_EPAIR queue index
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 14:22:16 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=37ef513a3c08a533b78c64125b4b3d78cb00963f
commit 37ef513a3c08a533b78c64125b4b3d78cb00963f
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-04-05 15:40:45 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-04-12 14:18:08 +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.
(cherry picked from commit 03276e338a1b6ee0b36797071720ae0645a59811)
---
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 */