[Bug 211062] [ixv] sr-iov virtual function driver fails to attach

2021-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211062 xygzen changed: What|Removed |Added CC||j...@iamplugged.in --- Comment #15 from x

[Bug 232451] [igb] I210 NIC can not send more than ~670Mbit/s with flow control enabled.

2021-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232451 Kevin Bowling changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 232451] [igb] I210 NIC can not send more than ~670Mbit/s with flow control enabled.

2021-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232451 --- Comment #5 from Lev A. Serebryakov --- Looks like latest stable12 doesn't have this problem. -- You are receiving this mail because: You are the assignee for the bug.

NULL pointer crash in iflib_rxd_pkt_get with vmxnet3

2021-10-18 Thread Andriy Gapon
This happened on FreeBSD 12.2 running as an ESXi guest with vmxnet3 network interface. Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read data, page not present instruction pointer = 0x20:0xfff

Re: Iterating all VNETs from userspace application

2021-10-18 Thread Özkan KIRIK
I'll have a look On Mon, Oct 18, 2021 at 11:07 AM Özkan KIRIK wrote: > > Thank you Bjoern, I'll have al > > On Mon, Oct 18, 2021 at 10:49 AM Bjoern A. Zeeb > wrote: > > > > On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: > > > > > Hi, > > > > > > I'm trying to gather all even within jails/vnet inter

Re: Iterating all VNETs from userspace application

2021-10-18 Thread Özkan KIRIK
Thank you Bjoern, I'll have al On Mon, Oct 18, 2021 at 10:49 AM Bjoern A. Zeeb wrote: > > On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: > > > Hi, > > > > I'm trying to gather all even within jails/vnet interface stats which > > interface type ifmd_data.ifi_type == IFT_ETHER (6) for bsnmpd. Related

Re: Iterating all VNETs from userspace application

2021-10-18 Thread Bjoern A. Zeeb
On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: Hi, I'm trying to gather all even within jails/vnet interface stats which interface type ifmd_data.ifi_type == IFT_ETHER (6) for bsnmpd. Related function (not modified) is here: https://github.com/freebsd/freebsd-src/blob/main/contrib/bsnmp/snmp_mibI