diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-12-02 18:48:48 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-12-02 18:48:48 +0000 |
commit | 93c67567e01582731f3075bc68b1fc5f1fd5e5a2 (patch) | |
tree | b523eb97fa872fd8d01749722d8e939b3657ebec /sys/net | |
parent | 1cec1c5831b02307f8273ae6fa5b10470bfcee4b (diff) | |
download | src-93c67567e01582731f3075bc68b1fc5f1fd5e5a2.tar.gz src-93c67567e01582731f3075bc68b1fc5f1fd5e5a2.zip |
Remove "options PCBGROUP"
With upcoming changes to the inpcb synchronisation it is going to be
broken. Even its current status after the move of PCB synchronization
to the network epoch is very questionable.
This experimental feature was sponsored by Juniper but ended never to
be used in Juniper and doesn't exist in their source tree [sjg@, stevek@,
jtl@]. In the past (AFAIK, pre-epoch times) it was tried out at Netflix
[gallatin@, rrs@] with no positive result and at Yandex [ae@, melifaro@].
I'm up to resurrecting it back if there is any interest from anybody.
Reviewed by: rrs
Differential revision: https://reviews.freebsd.org/D33020
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/rss_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/rss_config.c b/sys/net/rss_config.c index 5efa1ab3b5c1..ee15ed3da2bf 100644 --- a/sys/net/rss_config.c +++ b/sys/net/rss_config.c @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet6.h" -#include "opt_pcbgroup.h" #include <sys/param.h> #include <sys/mbuf.h> |