[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread smh (Steven Hartland)
smh added a comment. book -> bool REVISION DETAIL https://reviews.freebsd.org/D9847 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: kczekirda, oshogbo, bapt, tsoome, glebius, freebsd-net-list, #network, gnn, smh Cc: smh

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread smh (Steven Hartland)
smh added inline comments. INLINE COMMENTS > pxe.c:296 > + > + if (dhcp_try_rfc1048(bootplayer.vendor.d, > BOOTP_DHCPVEND)) { > + if (pxe_debug) Didn't spot this before but does this need a more explicit test as this method returns and isn't not

[Bug 217413] panic: Assertion err == 0 failed at /usr/src/sys/net/iflib.c:2242 after 1000baseT physical link shutdown

2017-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217413 --- Comment #5 from b...@kobyla.org --- Sometimes link speed drops to 100baseTX (mostly on em/bce) without the any message to dmesg or syslog and then FreeBSD panics after the try of re-connect the cable to fix the speed (it gets 1G speed ag

[Bug 217413] panic: Assertion err == 0 failed at /usr/src/sys/net/iflib.c:2242 after 1000baseT physical link shutdown

2017-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217413 b...@kobyla.org changed: What|Removed |Added Summary|panic: Assertion err == 0 |panic: Assertion err == 0

[Bug 217413] panic: Assertion err == 0 failed at /usr/src/sys/net/iflib.c:2242 after 1000m physical link shutdown

2017-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217413 Shawn Webb changed: What|Removed |Added CC||shawn.w...@hardenedbsd.org --- Commen

Re: listening sockets as non sockets

2017-03-02 Thread Sepherosa Ziehau
On Fri, Mar 3, 2017 at 6:00 AM, Gleb Smirnoff wrote: > On Sun, Feb 26, 2017 at 11:37:59PM +0800, Sepherosa Ziehau wrote: > S> r314268 -> solisten > S> > S> 1KB: > S> Performance (reqs/s) > S> 77916.71 -> 26240.37 > S> Latency average > S> 121ms -> 294ms > ... > S> So what I have seen is solisten's

[Differential] D9451: Constrain IPv6 interface routes to each FIB

2017-03-02 Thread asomers (Alan Somers)
asomers added inline comments. INLINE COMMENTS > jhujhiti_adjectivism.org wrote in nd6.c:1295 > > It's totally valid for an interface to have multiple addresses assigned, > > each of which is on a different fib. > > Is this true? I'm not aware of a way this could happen. Interface routes are >

[Differential] D9451: Constrain IPv6 interface routes to each FIB

2017-03-02 Thread jhujhiti_adjectivism.org (Erick Turnquist)
jhujhiti_adjectivism.org added inline comments. INLINE COMMENTS > asomers wrote in nd6.c:1295 > Remember, the interface fib only matters for forwarding packets. It's > totally valid for an interface to have multiple addresses assigned, each of > which is on a different fib. So, to correctly d

Re: listening sockets as non sockets

2017-03-02 Thread Gleb Smirnoff
On Thu, Mar 02, 2017 at 02:00:51PM -0800, Gleb Smirnoff wrote: T> I did similar testing, and my results are the following, for three T> consecutive runs: T> T> solistenhead (r306199) T> req/s63k,63k,63k 46k,47k,44k T> latency 213,214,208 232,233,22

[Bug 217509] [patch] netinet/netinet6: missing curly braces in inm_merge/in6m_merge

2017-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217509 Ngie Cooper changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org Se

[Bug 217508] admins calling nfssvc() can cause a NULL dereference and a panic while exporting a filesystem

2017-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217508 Conrad Meyer changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You are

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread kczekirda (Kamil Czekirda)
kczekirda updated this revision to Diff 25917. kczekirda marked an inline comment as done. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9847?vs=25916&id=25917 REVISION DETAIL https://reviews.freebsd.org/D9847 AFFECTED FILES /usr/src/lib/libstand/bootp.c /usr/src/lib/libstand/bo

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread smh (Steven Hartland)
smh requested changes to this revision. smh added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > pxe.c:300 > + bootp(pxe_sock, BOOTP_PXE); > + } else if (pxe_debug) > + printf("pxe_open:

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread kczekirda (Kamil Czekirda)
kczekirda updated this revision to Diff 25916. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9847?vs=25915&id=25916 REVISION DETAIL https://reviews.freebsd.org/D9847 AFFECTED FILES /usr/src/lib/libstand/bootp.c /usr/src/lib/libstand/bootp.h /usr/src/sys/boot/i386/libi386/pxe.c

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread kczekirda (Kamil Czekirda)
kczekirda updated this revision to Diff 25915. kczekirda marked an inline comment as done. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9847?vs=25914&id=25915 REVISION DETAIL https://reviews.freebsd.org/D9847 AFFECTED FILES /usr/src/lib/libstand/bootp.c /usr/src/lib/libstand/bo

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread smh (Steven Hartland)
smh requested changes to this revision. smh added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > pxe.c:300 > + bootp(pxe_sock, BOOTP_PXE); > + } else { > + if (pxe_debug) You can squash

Re: listening sockets as non sockets

2017-03-02 Thread Gleb Smirnoff
On Sun, Feb 26, 2017 at 11:37:59PM +0800, Sepherosa Ziehau wrote: S> r314268 -> solisten S> S> 1KB: S> Performance (reqs/s) S> 77916.71 -> 26240.37 S> Latency average S> 121ms -> 294ms ... S> So what I have seen is solisten's performance is 1/3 of r314268, and S> average latency doubles. I did si

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread kczekirda (Kamil Czekirda)
kczekirda updated this revision to Diff 25914. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9847?vs=25913&id=25914 REVISION DETAIL https://reviews.freebsd.org/D9847 AFFECTED FILES /usr/src/lib/libstand/bootp.c /usr/src/lib/libstand/bootp.h /usr/src/sys/boot/i386/libi386/pxe.c

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread kczekirda (Kamil Czekirda)
kczekirda updated this revision to Diff 25913. kczekirda marked 3 inline comments as done. CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9847?vs=25843&id=25913 REVISION DETAIL https://reviews.freebsd.org/D9847 AFFECTED FILES /usr/src/lib/libstand/bootp.c /usr/src/lib/libstand/bo

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread smh (Steven Hartland)
smh requested changes to this revision. smh added a reviewer: smh. smh added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > bootp.h:151 > + > +#ifndef BOOTP > +#define BOOTP Is this needed as it looks like its to ensure its only included once by the _BOOTP_H_

[Differential] D9847: Try to extract the RFC1048 data from PXE

2017-03-02 Thread gnn (George Neville-Neil)
gnn accepted this revision. gnn added a reviewer: gnn. This revision has a positive review. REVISION DETAIL https://reviews.freebsd.org/D9847 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: kczekirda, oshogbo, bapt, tsoome, glebius, freebsd-net-list, #netwo

Why is MSI-X support disabled on bce(4)?

2017-03-02 Thread Kajetan Staszkiewicz
To whom it might concern: Well, at least it does concern me. Why is support for multiple interrupts and queues not enabled on bce(4)? Whole block of code is surrounded with #ifdef 0 ... #endif https://github.com/freebsd/freebsd/blob/master/sys/dev/bce/if_bce.c#L1108 -- | pozdrawiam / greeting