Re: nfslockd kernel module fails to load

2020-04-22 Thread Alexander Leidinger
Quoting Konstantin Belousov (from Thu, 23 Apr 2020 09:19:08 +0300): On Thu, Apr 23, 2020 at 08:08:09AM +0200, Alexander Leidinger wrote: Hi, link_elf_obj: symbol xdr_free undefined linker_load_file: /boot/kernel/nfslockd.ko - unsupported file type KLD nfsd.ko: depends on nfslockd - not avai

nfslockd kernel module fails to load

2020-04-22 Thread Alexander Leidinger
Hi, link_elf_obj: symbol xdr_free undefined linker_load_file: /boot/kernel/nfslockd.ko - unsupported file type KLD nfsd.ko: depends on nfslockd - not available or version mismatch linker_load_file: /boot/kernel/nfsd.ko - unsupported file type The xdr kernel module is loaded. Bye, Alexander. --

Re: nfslockd kernel module fails to load

2020-04-22 Thread Konstantin Belousov
On Thu, Apr 23, 2020 at 08:08:09AM +0200, Alexander Leidinger wrote: > Hi, > > link_elf_obj: symbol xdr_free undefined > linker_load_file: /boot/kernel/nfslockd.ko - unsupported file type > KLD nfsd.ko: depends on nfslockd - not available or version mismatch > linker_load_file: /boot/kernel/nfsd.k

Re: CFT: if_bridge performance improvements

2020-04-22 Thread peter . blok
Just using pf is enough to provoke this panic. I had the same back trace. This patch from Kristof fixed it for me. diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 373fa096d70..83c453090bb 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -2529,7 +2529,6 @@ bridge_input(st

Re: CFT: if_bridge performance improvements

2020-04-22 Thread Xin Li
On 4/22/20 01:45, Kristof Provost wrote: > On 22 Apr 2020, at 10:20, Xin Li wrote: >> Hi, >> >> On 4/14/20 02:51, Kristof Provost wrote: >>> Hi, >>> >>> Thanks to support from The FreeBSD Foundation I’ve been able to work on >>> improving the throughput of if_bridge. >>> It changes the (data path)

Re: CFT: if_bridge performance improvements

2020-04-22 Thread Kristof Provost
On 22 Apr 2020, at 10:20, Xin Li wrote: Hi, On 4/14/20 02:51, Kristof Provost wrote: Hi, Thanks to support from The FreeBSD Foundation I’ve been able to work on improving the throughput of if_bridge. It changes the (data path) locking to use the NET_EPOCH infrastructure. Benchmarking shows

Re: CFT: if_bridge performance improvements

2020-04-22 Thread Xin Li
Hi, On 4/14/20 02:51, Kristof Provost wrote: > Hi, > > Thanks to support from The FreeBSD Foundation I’ve been able to work on > improving the throughput of if_bridge. > It changes the (data path) locking to use the NET_EPOCH infrastructure. > Benchmarking shows substantial improvements (x5 in te