[Bug 239240] igb: TX(2) desc avail = 1024, pidx = 0

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239240 Richard Gallamore changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are r

[Bug 235787] ixgbe no carrier problem - TX(7) desc avail = 2048, pidx = 0

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235787 Richard Gallamore changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Differential] D19422: if_vxlan(4) Allow set MTU more than 1500 bytes.

2019-07-15 Thread aleksandr.fedorov_itglobal.com (Aleksandr Fedorov)
aleksandr.fedorov_itglobal.com added a comment. Can anyone commit this patch? CHANGES SINCE LAST ACTION https://reviews.freebsd.org/D19422/new/ REVISION DETAIL https://reviews.freebsd.org/D19422 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: aleksan

[Bug 238642] netmap: fix kernel pointer printing in netmap_generic.c

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238642 --- Comment #8 from Kubilay Kocak --- Regression fix committed in base r349966 MFC'd to stable/11 in base r350007 and stable/12 in base r350006 @Vincenzo If you could include PR: references in all commits (and mfc's) where possible that wo

[Bug 239224] Virtual Interface: Not Working in Netmap Mode on 11.3 STABLE

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239224 Kubilay Kocak changed: What|Removed |Added Resolution|--- |DUPLICATE Assignee|n...@

[Bug 238642] netmap: fix kernel pointer printing in netmap_generic.c

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238642 Kubilay Kocak changed: What|Removed |Added CC||halfl...@halfling.com.br --- Comme

[Bug 239224] Virtual Interface: Not Working in Netmap Mode on 11.3 STABLE

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239224 Vincenzo Maffione changed: What|Removed |Added Status|New |In Progress --- Comment #3 fro

[Bug 238796] ipfilter: fix unremovable rules and rules checksum for comparison

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238796 Cy Schubert changed: What|Removed |Added Attachment #205744|0 |1 is obsolete|

[Differential] D19422: if_vxlan(4) Allow set MTU more than 1500 bytes.

2019-07-15 Thread jhb (John Baldwin)
jhb accepted this revision. jhb added a comment. This revision is now accepted and ready to land. Thanks! CHANGES SINCE LAST ACTION https://reviews.freebsd.org/D19422/new/ REVISION DETAIL https://reviews.freebsd.org/D19422 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/em

[Bug 239224] Virtual Interface: Not Working in Netmap Mode on 11.3 STABLE

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239224 --- Comment #2 from Charles Goncalves --- (In reply to Vincenzo Maffione from comment #1) Yeah it’s the same bug when a run command like Aleksandr Fedorov: root@current:~ # ifconfig vlan0 create up ro

[Bug 239224] Virtual Interface: Not Working in Netmap Mode on 11.3 STABLE

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239224 --- Comment #1 from Vincenzo Maffione --- Hi, Maybe you hit the bug introduced by r349922 (fixed in HEAD, will MFC today)? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238642 Can you check if the stack trace is the same? -- You ar

[Bug 239224] Virtual Interface: Not Working in Netmap Mode on 11.3 STABLE

2019-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239224 Mark Linimon changed: What|Removed |Added Keywords||regression Assignee|b...@

[Bug 239216] Problem with ix(4) driver on systems with two Intel X520 cards

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

[Differential] D19422: if_vxlan(4) Allow set MTU more than 1500 bytes.

2019-07-15 Thread aleksandr.fedorov_itglobal.com (Aleksandr Fedorov)
aleksandr.fedorov_itglobal.com marked an inline comment as done. CHANGES SINCE LAST ACTION https://reviews.freebsd.org/D19422/new/ REVISION DETAIL https://reviews.freebsd.org/D19422 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: aleksandr.fedorov_itglob

[Differential] D19422: if_vxlan(4) Allow set MTU more than 1500 bytes.

2019-07-15 Thread aleksandr.fedorov_itglobal.com (Aleksandr Fedorov)
aleksandr.fedorov_itglobal.com updated this revision to Diff 59753. aleksandr.fedorov_itglobal.com added a comment. VXLAN encapsulate ethernet frames within UDP/IP packets. So, we can calculate maximum overhead for IPv4: - IP_MAXPACKET = 65K - constant from netinet/ip.h. - Maximum IP he