Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 11:04:17 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        arybchik@FreeBSD.org, andrew@FreeBSD.org, adrian@FreeBSD.org,  jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #3324 - Fixed
Message-ID:  <735421794.26.1465038259975.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1278808223.22.1465030775689.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1278808223.22.1465030775689.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #3324 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3324/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3324/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3324/console

Change summaries:

301309 by arybchik:
sfxge(4): always be ready to receive batched events

When the low-latency firmware variant is running, it is reported as not
being capable of batching RX events, but it can still do so if the
FORCE_EV_MERGING flag is set on an RXQ.  Therefore we need to handle
batched RX events even if the capability isn't set.

If this bug is fixed in the firmware such that the capability is set
even when running the low-latency firmware variant, it will almost
always be reported so I don't think we lose much by removing the check.

Submitted by:   Mark Spender <mspender at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D6705

301308 by arybchik:
sfxge(4): add helper to compute timer quantum

This also adjusts the timer values used to match the Linux net
driver implementation:
a) non-zero time intervals should result in at least one quantum
b) timer load/reload values are only zero biased for Falcon/Siena

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D6704

301307 by adrian:
[ath] remove now unused parameters.

These will move to being part of the driver btcoex stuff I'm working
on, since the HAL doesn't know what to do with them.

301306 by andrew:
Use the UEFI event timer to update the time on arm and arm64. The current
code uses the GetTime function from the Runtime Service, however this has
been shown to not return a useable time on many arm64 UEFI implementations.

Reviewed by:	jhb, smh
Sponsored by:	ABT Systems Ltd
Differential Revision:	https://reviews.freebsd.org/D6709




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?735421794.26.1465038259975.JavaMail.jenkins>