[Bug 248579] accept(2): IPv4 connections fail (IPv6 connections succeed) with dual IPv4/IPv6 TCP servers

2020-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248579 --- Comment #4 from Michael Tuexen --- (In reply to Michael Tuexen from comment #3) I meant: setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &no, sizeof(no)); -- You are receiving this mail because: You are the assignee for the bug. You are on t

[Bug 248579] accept(2): IPv4 connections fail (IPv6 connections succeed) with dual IPv4/IPv6 TCP servers

2020-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248579 Michael Tuexen changed: What|Removed |Added CC||tue...@freebsd.org --- Comment #3

FreeBSD TCP/IP Tasks I (a contributor) could work on?

2020-08-10 Thread Neel Chauhan
Hi freebsd-net@, Sorry if this is the wrong place to post this. In case you were wondering, I am responsible for patches like r357092 (IPFW/libalias RFC6598, original idea), r363403 and r362900 (related to routing KPI, suggested by melifaro@). However, despite my current accepted code, I am

[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647 Kubilay Kocak changed: What|Removed |Added Flags|mfc-stable12? |mfc-stable12+ See Also|

[Bug 248579] accept(2): IPv4 connections fail (IPv6 connections succeed) with dual IPv4/IPv6 TCP servers

2020-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248579 Kubilay Kocak changed: What|Removed |Added Summary|PRoblem with accept(2) and |accept(2): IPv4 connections

[Bug 248579] PRoblem with accept(2) and dual IPv4/IPv6 TCP servers

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

sfxge, lagg, cannot flush Tx/Rx queue and disconnects

2020-08-10 Thread sashk
Hi, Apologies, first email went out as html letter. Re-sending as plain text. I have a FreeBSD 12.1 system which has Solarflare SFN8522 network controller. Everything works perfectly fine, until at some point I loose connectivity to the server: it will stop responding to pings for some time,

sfxge, lagg and cannot flush Tx/Rx queue

2020-08-10 Thread sashk
___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647 --- Comment #26 from commit-h...@freebsd.org --- A commit references this bug: Author: vmaffione Date: Mon Aug 10 17:53:10 UTC 2020 New revision: 364085 URL: https://svnweb.freebsd.org/changeset/base/364085 Log: MFC r363378 iflib: ini

sfxge, lagg and cannot flush Tx/Rx queue

2020-08-10 Thread sashk
___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Yatırımcılar İçin Şirket Değerleme

2020-08-10 Thread Türkiye Sermaye Piyasaları Birliği
TSPB Birlikte Eğitim Mesleki Gelişim Eğitimleri Bülteni Daha İyi Görüntülemek İçin Tıklayın [http://track-5.n-mailer-email-marketing.com/0101D2389711|11009c00fdf926bb981d59ee664f79715a6a|01105444|0100469|01112485.html]TSPB Birlikte Eğitim Mesleki Gelişim Eğitimleri "Yatırımcılar İçin Şirket D

Re: somewhat reproducable vimage panic

2020-08-10 Thread Hans Petter Selasky
On 2020-07-23 21:26, Bjoern A. Zeeb wrote: That’ll probably work;  still, the deferred teardown work seems wrong to me;  I haven’t investigated;  the patch kind-of says exactly that as well: if “wait until deferred stuff is done” is all we are doing, why can we not do it on the spot then? Hi