Jenkins build is still unstable: FreeBSD_stable_10 #138

2016-03-14 Thread jenkins-admin
See 

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: releng/10.3 rc netwait disabled by ipfw dependency

2016-03-14 Thread Ian Lepore
On Sat, 2016-03-12 at 16:46 +1100, John Marshall wrote:
> I recently upgraded a server from 10.2-RELEASE to 10.3-RC2.  The
> server
> has ipfw configured and also has netwait enabled in rc.conf.  All was
> good in 10.2-RELEASE.
> 
> Now, rc pauses during netwait for the full ${netwait_timeout} failing
> to
> ping ${netwait_ip}, prints a WARNING about the network likely not
> being
> properly up, then proceeds to enable the firewall and start other
> components with varying degrees of success (now that the interfaces
> can
> pass packets and has started configuring itself - think IPv6 SLAAC).
> The netwait rc script used to "REQUIRE: NETWORKING", until r294680
> when
> (among other things) this happened...
> 
>  # PROVIDE: netwait
> -# REQUIRE: NETWORKING
> +# REQUIRE: devd routing
>  # KEYWORD: nojail
> 
> Adding ipfw to the netwait REQUIRE list makes things work for me (see
> Bug 207916) but I am sure there is more that ought to be taken into
> account and perhaps the dependency ought to be resolved in a
> different
> way.
> 

Just a quick followup for the archives, this was turned into PR 207916
and a workaround was committed as r296807.  A better fix, I think,
would be to separate waiting for the network interfaces to appear from
waiting for network connectivity to be functional (ping test), but I
ran into some circular-dependency problems, so I committed a "good
enough for now" workaround.

-- Ian

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Jenkins build is still unstable: FreeBSD_stable_10 #137

2016-03-14 Thread jenkins-admin
See 

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Virtio network: poor network with KVM hypervisor (latest Proxmox)

2016-03-14 Thread Gala IT
Hi Alexey,

Can’t bring in much light, but here are our settings under QEMU-KVM 2.1.0 
(qemu-system-x86_64):

kern.ipc.maxsockbuf=4194304
net.inet.tcp.sendbuf_max=4194304
net.inet.tcp.recvbuf_max=4194304
net.inet.tcp.recvspace=262144
net.inet.tcp.sendspace=262144
net.inet.tcp.mssdflt=1460
net.inet.tcp.minmss=1300

net.inet.tcp.sendbuf_inc=16384
net.inet.tcp.recvbuf_inc=524288

We dind’t change any of the eth. settings:
em0: flags=8843 metric 0 mtu 1500
options=80028
nd6 options=29
media: Ethernet 10Gbase-T  (this is autodetected, we’re 
not enforcing it in any way)
status: active

We didn’t have as huge of a problem as you do, but we usually didn’t get over 
10-15 Mbps both inbound and outbound for a single TCP connection. Now we easily 
see 50Mbps ratios, which is way more reasonable, although not impressive.

IIRC the biggest change came after changing:

net.inet.tcp.mssdflt=1460
net.inet.tcp.minmss=1300

net.inet.tcp.sendbuf_inc=16384
net.inet.tcp.recvbuf_inc=524288

We’re on 9.3-RELEASE-p5.

I can’t seem to enable/disable TSO or LRO via ifconfig, neither I can find any 
sysctl tunables related to this (man vtnet reads that there should be some):

# sysctl hw. | grep vtnet
# (no output)

Hope it helps. Please let us know if you find out anything else, as we’re also 
interested in getting some more throughput out of those interfaces!

Best,
David

> El 1 març 2016, a les 12:30, Alexey Tarasov  va escriure:
> 
> Hi all! 
> 
> I am using the latest Proxmox 4.1 with all updates installed. 
> I have several VM's with FreeBSD guests and 1 VM with Ubuntu 14 (all KVM). 
> Host system file download speed: 60 MBps. 
> FreeBSD guest download speed: 2 MBps on virtio network with TSO enabled, 5-9 
> MBps with TSO disabled; 12 MBps on e1000 network. 
> Ubuntu guest: 60 MBps with virtio. 
> 
> I've tried the following: 
> 1) Different FreeBSD versions: 9.3, 10.2, 10.3-BETA3. 
> 2) Different TSO settings, enabling/disabling RXCSUM. 
> 3) Different TSO settings on host system. 
> 
> The best results I got described above :( 
> 
> Does anyone have any ideas how to get full network performance inside FreeBSD 
> guests? 
> 
> --
> Alexey Tarasov
> 
> (\__/) 
> (='.'=) 
> E[: | | | | :]З 
> (")_(")
> 

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Jenkins build became unstable: FreeBSD_stable_10 #136

2016-03-14 Thread jenkins-admin
See 

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"