[Bug 230465] ixl: not working in netmap mode

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230465 --- Comment #44 from Vincenzo Maffione --- What if you set hw.ixl.enable_head_writeback = 0 in /boot/loader.conf and reboot? -- You are receiving this mail because: You are on the CC list for the bug.

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-18 Thread Vincenzo Maffione
Il giorno mar 18 mag 2021 alle ore 09:32 Kevin Bowling < kevin.bowl...@kev009.com> ha scritto: > > > On Mon, May 17, 2021 at 10:20 AM Marko Zec wrote: > >> On Mon, 17 May 2021 09:53:25 + >> Francois ten Krooden wrote: >> >> > On 2021/05/16 09:22, Vincenzo Maffione wrote: >> > >> > > >> > >

[Bug 255388] netinet/ip_input.c: Do not forward datagrams original from 169.254.0.0/16

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255388 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3d846e48227e2e78c1e7b35145f57353ffda56ba commit 3d846e48227e2e78c1e7b35145f57353ffda56ba Author:

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-18 Thread Vincenzo Maffione
+1 Thanks, Vincenzo Il giorno lun 17 mag 2021 alle ore 19:20 Marko Zec ha scritto: > On Mon, 17 May 2021 09:53:25 + > Francois ten Krooden wrote: > > > On 2021/05/16 09:22, Vincenzo Maffione wrote: > > > > > > > > Hi, > > > Yes, you are not using emulated netmap mode. > > > > > > In

Re: fib[46]_lookup_rt usage in netflow.c, sa_len comparison with AF_INET

2021-05-18 Thread Hans Petter Selasky
On 5/18/21 5:46 PM, Guy Yur wrote: Hi, I was looking for examples on how to use fib6_lookup_rt and noticed there are comparisons between sa_len and AF_ flags in netflow.c if (nh->gw_sa.sa_len == AF_INET) if (nh->gw_sa.sa_len == AF_INET6) Are these typos for sa_family? Hi, According to:

Re: rip6_output not in net epoch across call to ip6_setpktopts()

2021-05-18 Thread Hans Petter Selasky
On 5/18/21 9:18 PM, Ryan Stone wrote: The issue seems to be that rip6_output() calls into ip6_setpktopts() outside of the net epoch. Should I just wrap the setpktopts call in a net epoch enter/exit, or does anybody think that there's something cleverer that should be done there? Hi, Epoch

rip6_output not in net epoch across call to ip6_setpktopts()

2021-05-18 Thread Ryan Stone
Recently at work we saw a panic in ip6_setpktopt() while it's using an ifnet returned by ifnet_byindex, here: https://cgit.freebsd.org/src/tree/sys/netinet6/ip6_output.c#n2969 The issue seems to be that rip6_output() calls into ip6_setpktopts() outside of the net epoch. Should I just wrap the

fib[46]_lookup_rt usage in netflow.c, sa_len comparison with AF_INET

2021-05-18 Thread Guy Yur
Hi, I was looking for examples on how to use fib6_lookup_rt and noticed there are comparisons between sa_len and AF_ flags in netflow.c if (nh->gw_sa.sa_len == AF_INET) if (nh->gw_sa.sa_len == AF_INET6) Are these typos for sa_family?

[Bug 230465] ixl: not working in netmap mode

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230465 s...@zxy.spb.ru changed: What|Removed |Added CC||s...@zxy.spb.ru --- Comment #43

[Bug 236119] Intel Ethernet 82547 device cannot transfer data

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236119 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1a132077c2cb500410079f9120c3f676d15f7931 commit 1a132077c2cb500410079f9120c3f676d15f7931

[Bug 236119] Intel Ethernet 82547 device cannot transfer data

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236119 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a7e6edc7d70fbe5d82faeda0bc6ae37550c2080f commit a7e6edc7d70fbe5d82faeda0bc6ae37550c2080f

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-18 Thread Kevin Bowling
On Mon, May 17, 2021 at 10:20 AM Marko Zec wrote: > On Mon, 17 May 2021 09:53:25 + > Francois ten Krooden wrote: > > > On 2021/05/16 09:22, Vincenzo Maffione wrote: > > > > > > > > Hi, > > > Yes, you are not using emulated netmap mode. > > > > > > In the test setup depicted here > > >