[Bug 271371] e1000 driver falsely reports that it supports LRO

2023-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271371 Kevin Bowling changed: What|Removed |Added Assignee|n...@freebsd.org |ema...@freebsd.org

Re: CFT: lem(4), em(4) e1000 Ethernet TSO testing

2023-07-26 Thread Marius Strobl
On Tue, Jul 25, 2023 at 07:38:29PM -0700, Kevin Bowling wrote: > Hi, > > I have been working through various bugs and have come to a point > where TSO is working on systems I have available for testing. > > This results in higher throughput on resource constrained systems, and > less CPU/power

Re: CFT: lem(4), em(4) e1000 Ethernet TSO testing

2023-07-26 Thread Kevin Bowling
On Wed, Jul 26, 2023 at 6:43 AM Cheng Cui wrote: Hi Cheng, > I didn't see your post covering 82541 or 82546 chips. Does this new em(4) > change support TSO on these chips? If yes, I would be happy to test it on > them. 82541 would be excluded, while 82546 would be a candidate to enable TSO

Re: CFT: lem(4), em(4) e1000 Ethernet TSO testing

2023-07-26 Thread Cheng Cui
I didn't see your post covering 82541 or 82546 chips. Does this new em(4) change support TSO on these chips? If yes, I would be happy to test it on them. root@s1:~ # dmesg | grep 8254 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 em0:

[Bug 227450] [patch] Should not all packets processed by gif_output be deleted, when an running instance of if_gif(4) is member of an instance of if_bridge(4)?

2023-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227450 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8a0308722372a3ac6a94967ae4fe3123842309e2 commit 8a0308722372a3ac6a94967ae4fe3123842309e2 Author:

Re: tcp and udp traffic over IPv6 does not work from the latest e1000 git change 918c25677d

2023-07-26 Thread Kevin Bowling
Hi Cheng, Have you applied https://reviews.freebsd.org/D41170? Can you also try 'ifconfig emXX -txcsum6' on the DUT? On Wed, Jul 26, 2023 at 12:37 PM Cheng Cui wrote: > > Hello Kevin, > > TCP and UDP traffic over IPv4 are working, but not over IPv6. > On a pair of FreeBSD 14.0-CURRENT nodes

[Bug 264094] VNET and DPCPU defined in modules panic on use on arm64 after LLVM 14 import due to new linker relaxation

2023-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264094 --- Comment #27 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f1f27dfa4ad9da53fcdfc6aae644fab83bda4e76 commit f1f27dfa4ad9da53fcdfc6aae644fab83bda4e76

[Bug 264094] VNET and DPCPU defined in modules panic on use on arm64 after LLVM 14 import due to new linker relaxation

2023-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264094 --- Comment #28 from commit-h...@freebsd.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=98e7f836e65ee413cd0b383371a6aca0115084ed commit 98e7f836e65ee413cd0b383371a6aca0115084ed

tcp and udp traffic over IPv6 does not work from the latest e1000 git change 918c25677d

2023-07-26 Thread Cheng Cui
Hello Kevin, TCP and UDP traffic over IPv4 are working, but not over IPv6. On a pair of FreeBSD 14.0-CURRENT nodes that are using a kernel containing the latest e1000 git change 918c25677d: root@s1:~ # uname -a FreeBSD s1.testsiftr.fbsd-transport.emulab.net 14.0-CURRENT FreeBSD 14.0-CURRENT

Re: VLAN not working - jails, bridges, and VLANs

2023-07-26 Thread Ronald Klop
Van: Rudy Datum: zondag, 16 juli 2023 05:54 Aan: freebsd-net@freebsd.org Onderwerp: VLAN not working - jails, bridges, and VLANs Kernel: FreeBSD 13.1-RELEASE-p8 GENERIC amd64 Issue: vlan traffic not in the jail Weird issue today... I have a bridge with on the host, two jails, and a vlan in

Re: VLAN not working - jails, bridges, and VLANs

2023-07-26 Thread Patrick M. Hausen
Hi all, > Am 16.07.2023 um 05:54 schrieb Rudy : > Kernel: FreeBSD 13.1-RELEASE-p8 GENERIC amd64 > Issue: vlan traffic not in the jail To connect a VNET jail to a VLAN you - create the VLAN on top of a physical interface or lagg - create a bridge interface with that VLAN as a member interface -