Re: seperate LRO/TSO flags

2023-05-11 Thread Yuichiro NAITO
On 5/11/23 03:58, Todd C. Miller wrote: On Wed, 10 May 2023 20:55:24 +0200, Jan Klemkow wrote: For tcprecvoffload and ix(4) it's not possible to enable/disable it per address family. Its just one flag for the hardware. For tcpsendoffload its possible, but I won't do that till its necessary.

Re: rpki-client: provide more diagnostics to the operator

2023-05-11 Thread Job Snijders
Hi Theo, On Wed, May 10, 2023 at 09:02:13PM +0200, Theo Buehler wrote: > Again, try to keep the code as it was as far as possible. Indeed, thank you for the feedback! Below is an amended version. Kind regards, Job Index: extern.h

Re: syscall(SYS_sysctl) broken in 7.3

2023-05-11 Thread Alexander Bluhm
On Wed, May 10, 2023 at 07:19:52PM -0700, Philip Guenther wrote: > Ick. How about this instead, which preserves retguard protection for > syscall(2) and doesn't copy all of SYS.h? Much better. Works for me. OK bluhm@ > Index: lib/libc/arch/amd64/sys/syscall.S >

Re: rpki-client: provide more diagnostics to the operator

2023-05-11 Thread Job Snijders
On Thu, May 11, 2023 at 11:47:44AM +0200, Claudio Jeker wrote: > I'm not sure if this is quite right. > > valid_filehash() can be called twice first with the temp file and then > with the file from the valid repo. If the temp file has a bad hash then it > will result in a warning but the file

Re: rpki-client: provide more diagnostics to the operator

2023-05-11 Thread Claudio Jeker
On Thu, May 11, 2023 at 09:31:30AM +, Job Snijders wrote: > Hi Theo, > > On Wed, May 10, 2023 at 09:02:13PM +0200, Theo Buehler wrote: > > Again, try to keep the code as it was as far as possible. > > Indeed, thank you for the feedback! Below is an amended version. I'm not sure if this is

Re: Status of Virtual Function driver for Intel 82599 series port?

2023-05-11 Thread Paul B. Henson
On Thu, May 11, 2023 at 11:12:56AM +0900, Yuichiro NAITO wrote: > Hi, I believe my patch works on ESXi and Linux qemu. I'm looking for a > reviewer. It's welcome to testing and reporting the results if it works > or fails to work. Cool, thanks much. I'll give it a try and report back; hopefully

ifconfig: SIOCSIFFLAGS: device not configured

2023-05-11 Thread Hrvoje Popovski
Hi everyone, is it possible to change "ifconfig: SIOCSIFFLAGS: device not configured" message that it has an interface name in it, something like: ifconfig pfsync0: SIOCSIFFLAGS: device not configured <- in my case. I have many vlans and static routes in my setup and while testing some diffs, it

nd6 remove kernel lock

2023-05-11 Thread Alexander Bluhm
Hi, I would like to remove the kernel lock from nd6 resolve and use nd6 mutex instead. Access rt_llinfo and check for NULL without checking RTF_LLINFO flag before. They are changed togehter with the arp or nd6 mutex. Access rt_llinfo either with nd6 mutex or exclusive netlock. Remove some

give softnet threads their own names

2023-05-11 Thread David Gwynne
so in top you see softnet0, softnet1, etc. the real change is putting a struct softnet in place to wrap the name and taskq up with. ok? Index: if.c === RCS file: /cvs/src/sys/net/if.c,v retrieving revision 1.695 diff -u -p -r1.695