Ordem 647240 inclusão em CPF
Documento 429kb (Visualizar) Boa tarde, segue em anexo Guia do pedido,Cadastramento da inclusão em CPF. Atenciosamente,MIRIAM DA SILVA SANTOS ___ 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 242890] vmxnet3 problem when RSS option is configured
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242890 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: avg Date: Thu Jan 23 11:05:03 UTC 2020 New revision: 357042 URL: https://svnweb.freebsd.org/changeset/base/357042 Log: vmxnet3: add support for RSS kernel option We observe at least one problem: if a UDP socket is connect(2)-ed, then a received packet that matches the connection cannot be matched to the corresponding PCB because of an incorrect flow ID. That was oberved for DNS requests from the libc resolver. We got this problem because FreeBSD r343291 enabled code that can set rsstype of received packets to values other than M_HASHTYPE_OPAQUE_HASH. Earlier that code was under 'ifdef notyet'. The essence of this change is to use the system-wide RSS key instead of some historic hardcoded key when the software RSS is enabled and it is configured to use Toeplitz algorithm (the default). In all other cases, the driver reports the opaque hash type for received packets while still using Toeplitz algorithm with the internal key. PR: 242890 Reviewed by: pkelsey Sponsored by: Panzura Differential Revision: https://reviews.freebsd.org/D23147 Changes: head/sys/dev/vmware/vmxnet3/if_vmx.c head/sys/dev/vmware/vmxnet3/if_vmxvar.h head/sys/modules/vmware/vmxnet3/Makefile -- You are receiving this mail because: You are the assignee for the bug. ___ 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 226217] if_qlxgb (QLogic cLOM8214) not working for me when configured via netif
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226217 ednt changed: What|Removed |Added CC||b...@ednt.de --- Comment #3 from ednt --- It happens also to me with OPNsense wich uses (up to now 11.1) But they swap to 12.1 this month. And the bufg is also in 12.x see: https://forums.freebsd.org/threads/qlxgb-kernel-driver-errors-out-when-configured.68702/ Is there any progress? -- You are receiving this mail because: You are the assignee for the bug. ___ 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 242890] vmxnet3: Problem when RSS option is configured
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242890 Kubilay Kocak changed: What|Removed |Added URL||https://reviews.freebsd.org ||/D23147 Keywords||regression Summary|vmxnet3 problem when RSS|vmxnet3: Problem when RSS |option is configured|option is configured Severity|Affects Only Me |Affects Some People Assignee|n...@freebsd.org |a...@freebsd.org CC||n...@freebsd.org Status|New |In Progress Flags||mfc-stable12?, ||mfc-stable11- --- Comment #5 from Kubilay Kocak --- ^Triage: Assign to committer resolving Assume the iflib changes didn't end up in stable/11, so mark this not for merging there. If they did and the plan is to also MFC base r357042 there, please set the mfc-stable11 flag to ? accordingly @Andriy/Patrick Would we want a new issue for bnxt if it turns out it's affected too, or will we track that here, and close when both drivers fixes are committed/merged? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ 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 243463] ix0: Watchdog timeout
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243463 --- Comment #3 from Jiri --- I have had applied the patch. No timeouts or messages like "queue can't be marked as hung if interface is down" has appeared. Next I'll try switch port shutdown and traffic torture. I'll let you know if something happened. Jiri -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ 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 235342] [em] em0 hangs when vnet jail starts while transferring files
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235342 Yuichiro NAITO changed: What|Removed |Added Resolution|--- |FIXED Status|New |Closed --- Comment #7 from Yuichiro NAITO --- r356310 has fixed this problem. Thanks! -- You are receiving this mail because: You are the assignee for the bug. ___ 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"
Action required: Email account shutdown alert [ freebsd-net@freebsd.org ]
This is to notify you that you that we received an instruction from your email settings to shutdown your account. Cancel request and keep my account safe ( http://psoindia.org/01.php?email=freebsd-net@freebsd.org ) If this attempt was not made by you, then we strongly recommend that you cancel this command now. You received this email to let you know about important changes on your account and services. © 2019 ___ 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 235342] em(4): em0 hangs when vnet jail starts while transferring files
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235342 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable12?, ||mfc-stable11- Assignee|n...@freebsd.org |e...@freebsd.org Summary|[em] em0 hangs when vnet|em(4): em0 hangs when vnet |jail starts while |jail starts while |transferring files |transferring files CC||n...@freebsd.org --- Comment #8 from Kubilay Kocak --- ^Triage: - Assign to committer resolving (base r239240) - Mark no mfc-stable11 (assuming iflib conversions didnt make it there). Please reset mfc-stable11 flag (to ?) if it is indeed going to be merged there -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ 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 235342] em(4): em0 hangs when vnet jail starts while transferring files
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235342 Kubilay Kocak changed: What|Removed |Added Status|Closed |In Progress Resolution|FIXED |--- --- Comment #9 from Kubilay Kocak --- ^Triage: Re-open pending merge. @Eric could you please include this PR: reference in the merge so that the merge is tracked in this issue. Thanks! -- You are receiving this mail because: You are on the CC list for the bug. ___ 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"