Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, On Sat, May 09, 2020 at 05:42:55PM +0200, Michael Tuexen wrote: > > On 9. May 2020, at 16:25, Gordon Bergling wrote: > > I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just > > posted the wrong error message. Both TCP stacks weren’t loadable as a > > kernel

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, with a kernel config which includes include GENERIC options RATELIMIT options TCPHPTS applied, I could successfully use net.inet.tcp.functions_default=bbr to switch the TCP stack. Thanks for the fast help, Gordon > Am 09.05.2020 um 16:25 schrieb Gordon Bergling : > > Hi Michael,

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 18:07, Gordon Bergling wrote: > > Hi Michael, > > On Sat, May 09, 2020 at 05:42:55PM +0200, Michael Tuexen wrote: >>> On 9. May 2020, at 16:25, Gordon Bergling wrote: >>> I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just >>> posted the wrong error

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, thanks for your reply. I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just posted the wrong error message. Both TCP stacks weren’t loadable as a kernel module with just the former mentioned build option. I currently have build running with both kernel options

Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Greetings, I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error when I try to load for example tcp_bbr.ko. kldload: an error occurred while loading module tcp_rack.ko. Please check dmesg(8) for more details. dmesg shows: KLD tcp_bbr.ko: depends on tcphpts - not

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 16:25, Gordon Bergling wrote: > > Hi Michael, > > thanks for your reply. > > I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just > posted the wrong error message. Both TCP stacks weren’t loadable as a kernel > module with just the former mentioned

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 14:18, Gordon Bergling wrote: > > Greetings, > > I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error > when I try to load for example tcp_bbr.ko. > z > kldload: an error occurred while loading module tcp_rack.ko. Please check > dmesg(8) for more

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread David Wolfskill
On Sat, May 09, 2020 at 02:18:51PM +0200, Gordon Bergling wrote: > Greetings, > > I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error > when I try to load for example tcp_bbr.ko. > > kldload: an error occurred while loading module tcp_rack.ko. Please check > dmesg(8)