AMD EPYC Embedded 3000 10Gig NIC

2023-05-13 Thread Denis Fondras
Allow detection of AMD EPYC Embedded 3000 10Gig NIC. OK ? Index: dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.2036 diff -u -p -r1.2036 pcidevs --- dev/pci/pcidevs 12 May 2023 11:42:22 -

Re: nd6 remove kernel lock

2023-05-13 Thread Alexander Bluhm
On Fri, May 12, 2023 at 11:43:42AM +, Klemens Nanni wrote: > On Fri, May 12, 2023 at 12:18:12AM +0200, Alexander Bluhm wrote: > > Access rt_llinfo either with nd6 mutex or exclusive netlock. > > Can you leave a comment at the read-only ioctl wrt. exclusive net lock? Even better. nd6_lookup()

Re: seperate LRO/TSO flags

2023-05-13 Thread Christian Weisgerber
Jan Klemkow: > This diff introduces separate flags for TCP offloading. We split this > into LRO (large receive offloading) and TSO (TCP segmentation > offloading). Thus, we are able to turn it on/off separately. Wait, why do we even have a knob for TSO? We specifically decided not to have a kn