[Bug 265154] tcp: syncache_expand() potential race

2022-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265154 Michael Tuexen changed: What|Removed |Added CC||tue...@freebsd.org --- Comment #1

[Bug 265154] tcp: syncache_expand() potential race

2022-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265154 --- Comment #2 from Kristof Provost --- (In reply to Michael Tuexen from comment #1) Correct, yes. Here's a pcap with a few attempts, some successful, some failing: http://people.freebsd.org/~kp/265154.pcap -- You are receiving this mail

[Bug 265154] tcp: syncache_expand() potential race

2022-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265154 --- Comment #3 from Michael Tuexen --- (In reply to Kristof Provost from comment #2) It is great that we have a reproducer. I added Gleb, since we were discussing this in review D35730. My fix was wrong as indicated by Gleb, but I think you

[Bug 265154] tcp: syncache_expand() potential race

2022-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265154 Gleb Smirnoff changed: What|Removed |Added Assignee|n...@freebsd.org |gleb...@freebsd.org S

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 Inoki changed: What|Removed |Added CC||veyx.s...@gmail.com --- Comment #3 from In

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #4 from Inoki --- Created attachment 235278 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235278&action=edit Check IP address for broadcast after all branches -- You are receiving this mail because: You are the ass

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 Mike Karels changed: What|Removed |Added CC||kar...@freebsd.org --- Comment #5 fr

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #6 from Mike Karels --- Sorry, that's the IP_ONESBCAST option. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #7 from Inoki --- (In reply to Mike Karels from comment #5) Yes, I saw the option in the kernel code, there is. But as far as I can see, none of the applications/frameworks seems to have set the flag explicitly (at least the pi

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #8 from Mike Karels --- I have mixed feelings about restoring the checks for INADDR_BROADCAST and INADDR_ANY. The problem with a send to 255.255.255.255 for a broadcast is that it doesn't allow any way to select the outgoing in

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #9 from Inoki --- (In reply to Mike Karels from comment #8) Thanks very much for the comments ! Yes, a simple UDP broadcast using 255.255.255.255 with default route returns "Network is unreachable" because of no route. Our ap

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #10 from Mike Karels --- (In reply to Inoki from comment #9) > Yes, a simple UDP broadcast using 255.255.255.255 with default route returns > "Network is unreachable" because of no route. Did you mean "no default route"? If

Problem reports for n...@freebsd.org that need special attention

2022-07-17 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659

2022-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264257 --- Comment #82 from Dmitriy --- (In reply to Michael Tuexen from comment #78) Just sent the link with new core file in e-mail. Kernel was built with "options TCP_BLACKBOX", without any debug\diagnostic patches. Thank you! -- You are rece

[Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659

2022-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264257 --- Comment #83 from Michael Tuexen --- (In reply to Dmitriy from comment #82) Thank you very much for the core. Let me have a look, I'll report my findings. -- You are receiving this mail because: You are the assignee for the bug. You ar

[Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659

2022-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264257 --- Comment #84 from Chad Smith --- (In reply to Richard Scheffenegger from comment #80) Grabbed the netstat -s output from a recent crash file where the system had been up for an hour before it crashed again, also posting some additional

[Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659

2022-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264257 --- Comment #85 from Richard Scheffenegger --- Hi Chad, Thank you very much for your effort. Are you sure about this panic - in the backtrace, it looks like an issue happend in #6 0x80d55ec7 at pfil_run_hooks+0x97 #7 0x82

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #1 from f...@cantconnect.ru --- I think it is the same issue as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210726 which is marked as fixed but really still here. And there is proposed patch to fix it in that thread (see my

Problem reports for n...@freebsd.org that need special attention

2022-07-24 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 Mike Karels changed: What|Removed |Added CC||kar...@freebsd.org --- Comment #2 fr

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #3 from Mike Karels --- Oops, added comment for the wrong bug, sorry. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #4 from Mike Karels --- (In reply to Mike Karels from comment #3) No, I was looking at the wrong window. The reply was on the correct bug. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 258133] toggling TSO fixes latency/slowness

2022-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258133 --- Comment #9 from Daniel Ponte --- Just an update, this continues to occur on 13.1-STABLE #5 stable/13-n251918-7914eea8e65c: Mon Jul 25 02:29:48 EDT 2022. I can furnish pcaps on request, but I won't publish them here as they contain semip

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #5 from f...@cantconnect.ru --- (In reply to Mike Karels from comment #2) No, wildcard ipv6 bind() shouldn't fail just because ipv4 port for the specifiec ipv4 address is busy. I'm not sure how this error should be reported to u

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #6 from Mike Karels --- (In reply to firk from comment #5) > No, wildcard ipv6 bind() shouldn't fail just because ipv4 port > for the specifiec ipv4 address is busy. There is nothing specific in this bind() call. The address

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #7 from f...@cantconnect.ru --- Created attachment 235507 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235507&action=edit patch to fix connect EADDRINUSE (In reply to Mike Karels from comment #6) Ok, I misunderstoo

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #8 from Mike Karels --- (In reply to firk from comment #7) Thanks for the new patch. That's simpler (less invasive) than the patch I was working on, and I can simplify it just a little more. One question: why pass NULL for cr

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #9 from f...@cantconnect.ru --- (In reply to Mike Karels from comment #8) NULL cred is to fix bug 210276. It it not wrong in any case, it means "prevent reusing busy ports regardless of which creds they are using". Obtained stru

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #10 from f...@cantconnect.ru --- Made a differential revision for this: https://reviews.freebsd.org/D35967 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #11 from Mike Karels --- Created attachment 235512 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235512&action=edit alternative patch I'd prefer to keep the two patches separate, in part because I don't know enough

[Bug 265489] IPV6 Non-Local Bind Operation timeout.

2022-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265489 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 265382] VLAN hash-list table thrashing when adding and removing entries

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265382 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords

[Bug 265540] EADDRNOTAVAIL when leaving IPv6 multicast group and ipv6_mreq.ipv6mr_interface=0

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265540 Bug ID: 265540 Summary: EADDRNOTAVAIL when leaving IPv6 multicast group and ipv6_mreq.ipv6mr_interface=0 Product: Base System Version: CURRENT Hardware: Any

Problem reports for n...@freebsd.org that need special attention

2022-07-31 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 Goran Mekić changed: What|Removed |Added CC||meka@tilda.center --- Comment #9 fro

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 Zhenlei Huang changed: What|Removed |Added CC||zlei.hu...@gmail.com --- Comment #

[Bug 265489] IPV6 Non-Local Bind Operation timeout.

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265489 Zhenlei Huang changed: What|Removed |Added CC||zlei.hu...@gmail.com --- Comment #

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #11 from Goran Mekić --- (In reply to Zhenlei Huang from comment #10) It is complex and I just started learning about routing implementation in kernel, so this patch is far from perfect, but let me give some of the answers: 1.

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 Alexander V. Chernikov changed: What|Removed |Added CC||melif...@freebsd.org ---

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #13 from Goran Mekić --- (In reply to Alexander V. Chernikov from comment #12) I'm curious about 1. Does that mean if_addgroup() would be removed altogether and PF would handle egress internally? -- You are receiving this mail

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #14 from Alexander V. Chernikov --- (In reply to Goran Mekić from comment #13) Depends on the implementation. The code in the mentioned repository ( https://github.com/mekanix/freebsd-src/commit/afeff25d15b5d16b6402b36de8d61ee44

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #15 from Goran Mekić --- (In reply to Alexander V. Chernikov from comment #14) Continuing on what you wrote, I can see PF implementing something internal, then IPFW doing similar and we end up with a need for common implementati

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #16 from Alexander V. Chernikov --- (In reply to Goran Mekić from comment #15) IIRC ipfw doesn't do anything with the groups. It does have interface tracker, which is used to maintain efficient lookup for interface-name tables.

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #17 from Goran Mekić --- (In reply to Alexander V. Chernikov from comment #16) I didn't know you can subscribe from userspace, too. In that case, yes, my patch is completely wrong. I have to do some research now before I write n

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 Goran Mekić changed: What|Removed |Added Attachment #235606|text/x-csrc |text/plain mime type|

[Bug 265382] VLAN hash-list table thrashing when adding and removing entries

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265382 Mark Johnston changed: What|Removed |Added Status|New |In Progress Assignee|n..

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #19 from Alexander V. Chernikov --- (In reply to Goran Mekić from comment #18) The rest is the prefix information, in sockaddr form. Basically, rtm_addrs contains a bitmask of sockaddrs available, and these remaining bytes are

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #12 from Mike Karels --- Can someone test my alternative patch (above) with the Go test? btw, this patch passes with the test program. I ran it with a 3-port range, as IPv4 and IPv6 listeners allocate different ports with the

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #13 from Dmitri Goutnik --- (In reply to Mike Karels from comment #12) I'll test it later today, thanks. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #14 from Dmitri Goutnik --- Can confirm that the alternative patch fixes the issue. Thanks for looking into this! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 237973] pf: implement egress keyword to simplify rules across different hardware

2022-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237973 --- Comment #20 from Goran Mekić --- Initial version: https://github.com/mekanix/egress-monitor I found in ifconfig (https://github.com/freebsd/freebsd-src/blob/main/sbin/ifconfig/ifgroup.c#L60) that group name should not end in a digit, s

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #15 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=637f317c6d9c0c689677f499fc78ac545b192071 commit 637f317c6d9c0c689677f499fc78ac545b192071 Author:

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #16 from Dmitri Goutnik --- Can this be MFH? Thanks. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #17 from Mike Karels --- I forgot to add an MFC entry to the commit, but I plan to do it in about a week. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 Mike Karels changed: What|Removed |Added Assignee|n...@freebsd.org |kar...@freebsd.org Stat

[Bug 265489] IPV6 Non-Local Bind Operation timeout.

2022-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265489 --- Comment #2 from todene...@gmail.com --- (In reply to Zhenlei Huang from comment #1) #include #include #include #include #include const char *bind_ip = " "; // My /64 block ip. const char *HOST = "2a01:4f8:c0c:bd0a::1"; const int P

[Bug 265588] [TCP] - tcp send a retransmission identical sequence number packet with different payload

2022-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265588 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 265489] IPV6 Non-Local Bind Operation timeout.

2022-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265489 --- Comment #3 from todene...@gmail.com --- https://serverfault.com/questions/1106883/freebsd-bind-non-local-ipv6-address -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 Krzysztof Galazka changed: What|Removed |Added CC||krzysztof.gala...@intel.com --

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 Frank Behrens changed: What|Removed |Added CC||fr...@pinky.sax.de --- Comment #2

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 Anthael changed: What|Removed |Added Hardware|Any |mips Version|Unspecified

Problem reports for n...@freebsd.org that need special attention

2022-08-07 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 --- Comment #3 from Anthael --- Created attachment 235760 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235760&action=edit vmware hardware pci passthrought -- You are receiving this mail because: You are the assignee for the b

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 --- Comment #4 from Anthael --- (In reply to Anthael from comment #3) the pci passthrought seems refusing to be activated. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 265431] Ixgbe and vmware speed issue on Intel x520 10g network card

2022-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265431 --- Comment #5 from Anthael --- VMWare ESXi : 7.0.3 Build: 20036589 Virtual Machine Opnsense running FreeBsd 13 FreeBSD 13.1-RELEASE stable/22.7-n250212-a26d6065f1f SMP amd64 4 NIC 1G binded on driver VMXNEXT3 2 NIC 10G binded on driver V

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 Hiroki Sato changed: What|Removed |Added CC||h...@freebsd.org --- Comment #3 from

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 --- Comment #4 from Frank Behrens --- (In reply to Hiroki Sato from comment #3) In my case I have also a router lifetime of 0. The reason is that the FreeBSD router is only responsible for the ULA prefix and is the gateway for this and one

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 Hiroki Sato changed: What|Removed |Added Status|New |In Progress --- Comment #5 from Hiro

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 --- Comment #6 from Frank Behrens --- (In reply to Hiroki Sato from comment #5) Your are right, (without my patch) the state switches from initial fdxx::xxx:::/64 if=net3 flags=LO vltime=infinity, pltime=infinity, expire=Never, re

[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807 Kubilay Kocak changed: What|Removed |Added CC||wirel...@freebsd.org

[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 221354] No connection with Atheros Killer 220x Ethernet Chipset

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221354 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807 --- Comment #14 from Ed Maste --- OpenBSD's version of the driver has a slightly different approach for the same thing, but it all involves the code around the comment /* * Force maximum payload size to 128

[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807 Kubilay Kocak changed: What|Removed |Added CC|wirel...@freebsd.org| Assignee|wirel...@freeb

[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

2022-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807 Bjoern A. Zeeb changed: What|Removed |Added Flags|maintainer-feedback?(bz@Fre | |eBSD.org)

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 --- Comment #7 from Filipe Mendonça --- (In reply to Hiroki Sato from comment #3) Like Frank's cenario, my ULA prefix router has a zero Router Lifetime due not being a default router for the segment. It is only responsible for the ULA pref

[Bug 263986] IPv6 address gets detached when using multiple IPv6 routers

2022-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263986 --- Comment #8 from Filipe Mendonça --- (In reply to Hiroki Sato from comment #5) Here's my output of "ndp -p" command: # ndp -p 2001:::::/64 if=em0 flags=LAO vltime=9, pltime=9, expire=1d0h58m24s, ref=1 advertised b

[Bug 257268] Panic via kyua test netpfil/common/tos:ipfw_tos: Bad link elm 0xfffff8003d66ffd8 prev->next != elm in slab_free_item * at /boiler/nfs/src/sys/vm/uma_core.c:4733

2022-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257268 Gordon Bergling changed: What|Removed |Added Resolution|--- |Overcome By Events S

[Bug 255421] alc(4): Qualcomm Atheros QCA8172 fails get DHCP IP

2022-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255421 ykla changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 265718] ip_fragment() does not call IPSTAT() in one error case

2022-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265718 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

Problem reports for n...@freebsd.org that need special attention

2022-08-14 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set

2022-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265857 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set

2022-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265857 --- Comment #1 from benoitc --- looking at the source code: https://cgit.freebsd.org/src/tree/sys/dev/qlnx/qlnxe/qlnx_os.c#n2675 it seems that this snippet initialising the ha record : ``` ifp->if_flags |= IFF_UP;

[Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set

2022-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265857 --- Comment #2 from benoitc --- looking at the source code: https://cgit.freebsd.org/src/tree/sys/dev/qlnx/qlnxe/qlnx_os.c#n2675 it seems that this snippet initialising the ha record : ``` ifp->if_flags |= IFF_UP;

Problem reports for n...@freebsd.org that need special attention

2022-08-21 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 256820] netinet6: etherip over ipv6 doesn't work

2022-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256820 Koichiro Iwao changed: What|Removed |Added CC||m...@freebsd.org --- Comment #5 fr

[Bug 230009] [patch] [ipfw_pmod] support module build outside of kernel build environment for VIMAGE-enabled kernel

2022-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230009 Eugene Grosbein changed: What|Removed |Added Resolution|--- |Overcome By Events S

[Bug 263046] drivers for BCM57504 NetXtreme-E quad-port NICs ?

2022-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263046 step...@thirdvantage.com changed: What|Removed |Added CC||step...@thirdvantage.com

[Bug 266048] [ixgbe] 82599ES reports IPv4 UDP as input errors

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266048 Andrey V. Elsukov changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are r

[Bug 266048] [ixgbe] 82599ES reports IPv4 UDP with zero checksum as input errors

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266048 Andrey V. Elsukov changed: What|Removed |Added Summary|[ixgbe] 82599ES reports |[ixgbe] 82599ES reports

[Bug 266048] [ixgbe] 82599ES reports IPv4 UDP with zero checksum as input errors

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266048 Eric Joyner changed: What|Removed |Added CC||e...@freebsd.org --- Comment #1 from

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Piotr Kubaj changed: What|Removed |Added CC||bartosz.sobc...@intel.com

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #1 from Hans Petter Selasky --- Can you go to frame #10 and dump all the variables, including: print *addr --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #2 from Hans Petter Selasky --- Like this: frame 10 info local print /x *(struct sockaddr_in6 *)addr --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Eric Joyner changed: What|Removed |Added CC||e...@freebsd.org --- Comment #3 from

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Mike Karels changed: What|Removed |Added CC||kar...@freebsd.org --- Comment #4 fr

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #5 from Eric Joyner --- (In reply to Mike Karels from comment #4) That's what I would assume! But I don't know how VIMAGE works, so I am not the right person to respond to this question. -- You are receiving this mail because

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Kyle Evans changed: What|Removed |Added CC||kev...@freebsd.org --- Comment #6 fro

[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

2022-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Hans Petter Selasky changed: What|Removed |Added Status|New |In Progress --- Comment #7 f

<    1   2   3   4   5   6   7   8   9   10   >