svn commit: r331605 - head/sys/vm

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Tue Mar 27 03:27:02 2018 New Revision: 331605 URL: https://svnweb.freebsd.org/changeset/base/331605 Log: Move vm_ndomains to vm.h where it can be used with a single header include rather than requiring a half-dozen. Many non-vm files may want to know the number of valid

svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Tue Mar 27 03:37:04 2018 New Revision: 331606 URL: https://svnweb.freebsd.org/changeset/base/331606 Log: Only use CPUs in the domain the device is attached to for default assignment. Device drivers are able to override the default assignment if they bind directly. There

svn commit: r331603 - stable/11/sbin/sysctl

2018-03-26 Thread John Baldwin
Author: jhb Date: Tue Mar 27 00:35:35 2018 New Revision: 331603 URL: https://svnweb.freebsd.org/changeset/base/331603 Log: MFC 330711: Permit sysctl(8) to set an array of numeric values for a single node. Most sysctl nodes only return a single value, but some nodes return an array of

svn commit: r331604 - stable/11/sys/i386/linux

2018-03-26 Thread Ed Maste
Author: emaste Date: Tue Mar 27 01:02:42 2018 New Revision: 331604 URL: https://svnweb.freebsd.org/changeset/base/331604 Log: MFC r331234: Rationalize license text on Linuxolator files i386 linux.h missed in previous update. Approved by: sos Sponsored by: The FreeBSD Foundation

Re: svn commit: r331209 - head

2018-03-26 Thread Alexey Dokuchaev
On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote: > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote: > > > ... > > Right, but John had mentioned extra reboot *between* installkernel and > > installworld, which I've never heard of before. > > From the end up of

svn commit: r331542 - stable/11/sbin/ipfw

2018-03-26 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 26 07:54:11 2018 New Revision: 331542 URL: https://svnweb.freebsd.org/changeset/base/331542 Log: MFC r331203: Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is supported too. Modified: stable/11/sbin/ipfw/ipfw.8 Directory Properties:

svn commit: r331546 - head/etc/rc.d

2018-03-26 Thread Kristof Provost
Author: kp Date: Mon Mar 26 09:36:22 2018 New Revision: 331546 URL: https://svnweb.freebsd.org/changeset/base/331546 Log: pf: reload and resync do the same thing The reload and resync commands for the startup script do exactly the same thing, so implement one as a call to the other.

svn commit: r331543 - stable/11/sys/i386/i386

2018-03-26 Thread Konstantin Belousov
Author: kib Date: Mon Mar 26 07:55:37 2018 New Revision: 331543 URL: https://svnweb.freebsd.org/changeset/base/331543 Log: MFC r331431: Update comment to match current field names. Modified: stable/11/sys/i386/i386/vm86.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r331547 - head/stand/efi/loader

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 13:45:17 2018 New Revision: 331547 URL: https://svnweb.freebsd.org/changeset/base/331547 Log: loader efifb: implement uga_autoresize as a call to text_autoresize UGA does not have the same kind of mode enumeration that GOP does. Implement it instead as a

svn commit: r331554 - stable/11/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:21:23 2018 New Revision: 331554 URL: https://svnweb.freebsd.org/changeset/base/331554 Log: MFC r331135: Use __syscall(2) rather than syscall(2) in syscall/tst.args.c. Modified:

svn commit: r331557 - head/sys/vm

2018-03-26 Thread Konstantin Belousov
Author: kib Date: Mon Mar 26 16:31:12 2018 New Revision: 331557 URL: https://svnweb.freebsd.org/changeset/base/331557 Log: Allow to specify for vm_fault_quick_hold_pages() that nofault mode should be honored. We must not sleep or acquire any MI VM locks if TDP_NOFAULTING is specified.

svn commit: r331552 - stable/11/sys/vm

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:19:45 2018 New Revision: 331552 URL: https://svnweb.freebsd.org/changeset/base/331552 Log: MFC r331128: Have vm_page_replace() assert that the new page is not enqueued. Modified: stable/11/sys/vm/vm_page.c Directory Properties: stable/11/ (props

svn commit: r331555 - stable/11/lib/libc/sys

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:22:25 2018 New Revision: 331555 URL: https://svnweb.freebsd.org/changeset/base/331555 Log: MFC r331260: Remove a lingering inaccuracy from mlock.2. Modified: stable/11/lib/libc/sys/mlock.2 Directory Properties: stable/11/ (props changed) Modified:

svn commit: r331549 - in stable: 10/release/tools 11/release/tools

2018-03-26 Thread Glen Barber
Author: gjb Date: Mon Mar 26 14:13:42 2018 New Revision: 331549 URL: https://svnweb.freebsd.org/changeset/base/331549 Log: MFC r331364: Remove google_accounts_manager from VM_RC_LIST in the GCE configuration file, no longer needed. PR: 221714 Sponsored by: The FreeBSD

svn commit: r331550 - stable/11/sys/vm

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:16:57 2018 New Revision: 331550 URL: https://svnweb.freebsd.org/changeset/base/331550 Log: MFC r331425: Correct a couple of assertion messages in vm_page_reclaim_run(). Modified: stable/11/sys/vm/vm_page.c Directory Properties: stable/11/ (props

svn commit: r331553 - stable/11/sys/cddl/contrib/opensolaris/uts/common/dtrace

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:20:42 2018 New Revision: 331553 URL: https://svnweb.freebsd.org/changeset/base/331553 Log: MFC r331134: Fix an access of an uninitialized variable in dtrace_probe(). Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c Directory

svn commit: r331548 - head/sys/arm/allwinner

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 14:03:39 2018 New Revision: 331548 URL: https://svnweb.freebsd.org/changeset/base/331548 Log: aw_sid(4): Release resources and destroy mutex on failure Submitted by: Eugene Sevastyanov Modified: head/sys/arm/allwinner/aw_sid.c Modified:

svn commit: r331549 - in stable: 10/release/tools 11/release/tools

2018-03-26 Thread Glen Barber
Author: gjb Date: Mon Mar 26 14:13:42 2018 New Revision: 331549 URL: https://svnweb.freebsd.org/changeset/base/331549 Log: MFC r331364: Remove google_accounts_manager from VM_RC_LIST in the GCE configuration file, no longer needed. PR: 221714 Sponsored by: The FreeBSD

svn commit: r331551 - stable/11/cddl/contrib/opensolaris/lib/libdtrace/common

2018-03-26 Thread Mark Johnston
Author: markj Date: Mon Mar 26 15:17:31 2018 New Revision: 331551 URL: https://svnweb.freebsd.org/changeset/base/331551 Log: MFC r331222: Given hidden visibility to symbols referenced by the DOF section. Modified: stable/11/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c Directory

Re: svn commit: r331364 - head/release/tools

2018-03-26 Thread Glen Barber
On Mon, Mar 26, 2018 at 03:20:25PM -0300, Renato Botelho wrote: > On 22/03/18 14:49, Glen Barber wrote: > > Author: gjb > > Date: Thu Mar 22 17:49:27 2018 > > New Revision: 331364 > > URL: https://svnweb.freebsd.org/changeset/base/331364 > > > > Log: > > Remove google_accounts_manager from

svn commit: r331563 - head/stand/lua

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:01:22 2018 New Revision: 331563 URL: https://svnweb.freebsd.org/changeset/base/331563 Log: lualoader: Implement try_include and use it for including the local module This provides a way to optionally include a module without having to wrap it in

svn commit: r331567 - head/sys/netinet/cc

2018-03-26 Thread Sean Bruno
Author: sbruno Date: Mon Mar 26 19:53:36 2018 New Revision: 331567 URL: https://svnweb.freebsd.org/changeset/base/331567 Log: CC Cubic: fix underflow for cubic_cwnd() Singed calculations in cubic_cwnd() can result in negative cwnd value which is then cast to an unsigned value. Values

svn commit: r331566 - head/sys/dev/vmware/vmci

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 19:53:02 2018 New Revision: 331566 URL: https://svnweb.freebsd.org/changeset/base/331566 Log: vmci(4): Fix GCC build and rationalize vmci_kernel_defs.h To fix the GCC build, remove multiple redundant declarations of vmci_send_datagram() (the copy in vmci.h as

svn commit: r331559 - head/release/tools

2018-03-26 Thread Glen Barber
Author: gjb Date: Mon Mar 26 18:24:16 2018 New Revision: 331559 URL: https://svnweb.freebsd.org/changeset/base/331559 Log: Escape trailing newlines in a long variable list for consistency. Submitted by: garga MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

svn commit: r331564 - head/stand/lua

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:06:25 2018 New Revision: 331564 URL: https://svnweb.freebsd.org/changeset/base/331564 Log: lualoader: Actually re-raise error in try_include It was previously only printed, but we do actually want to raise it as a full blown error so that things don't

svn commit: r331570 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:01:58 2018 New Revision: 331570 URL: https://svnweb.freebsd.org/changeset/base/331570 Log: MFC r325661: Expose the current hardware MTU in mlx5en(4) as a separate entry in the sysctl tree. Sponsored by: Mellanox Technologies Modified:

svn commit: r331568 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 19:59:00 2018 New Revision: 331568 URL: https://svnweb.freebsd.org/changeset/base/331568 Log: MFC r325659: Add support for disabling and enabling RX and TX DMA rings in mlx5en(4). This is useful for supporting setups similar to Netmap. Sponsored by:

Re: svn commit: r331364 - head/release/tools

2018-03-26 Thread Renato Botelho
On 22/03/18 14:49, Glen Barber wrote: > Author: gjb > Date: Thu Mar 22 17:49:27 2018 > New Revision: 331364 > URL: https://svnweb.freebsd.org/changeset/base/331364 > > Log: > Remove google_accounts_manager from VM_RC_LIST in the GCE configuration > file, no longer needed. > > PR:

svn commit: r331565 - head/tools/boot

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:08:19 2018 New Revision: 331565 URL: https://svnweb.freebsd.org/changeset/base/331565 Log: lua-lint: Hint that try_include is now an accepted global try_include was added in r331563. Modified: head/tools/boot/lua-lint.sh Modified:

svn commit: r331572 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:06:37 2018 New Revision: 331572 URL: https://svnweb.freebsd.org/changeset/base/331572 Log: MFC r330599: Fix potential deadlock in command mode change in mlx5core. Call command completion handler in case of timeout when working in interrupts mode.

svn commit: r331574 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:09:36 2018 New Revision: 331574 URL: https://svnweb.freebsd.org/changeset/base/331574 Log: MFC r330603: Make sure default VNET is set when adding a new interface in mlx5core. Adding an interface might be done outside the device_attach() routine and

svn commit: r331592 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:11:43 2018 New Revision: 331592 URL: https://svnweb.freebsd.org/changeset/base/331592 Log: MFC r330670: Make mlx5 compilable on ILP32 arches. Sponsored by: Mellanox Technologies Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c Directory

svn commit: r331585 - in stable/11/sys: conf dev/mlx5 dev/mlx5/mlx5_core modules/mlx5

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:54:21 2018 New Revision: 331585 URL: https://svnweb.freebsd.org/changeset/base/331585 Log: MFC r330651: Add vendor specific capability interface support in mlx5core. Add the ability to access the vendor specific space gateway in order to support

svn commit: r331588 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:02:20 2018 New Revision: 331588 URL: https://svnweb.freebsd.org/changeset/base/331588 Log: MFC r330657: Use vport rather than physical-port MTU in mlx5en(4). Set and report vport MTU rather than physical MTU, The driver will set both vport and

svn commit: r331590 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:04:47 2018 New Revision: 331590 URL: https://svnweb.freebsd.org/changeset/base/331590 Log: MFC r330659: Avoid more LFENCE/SFENCe on x86 in mlx5en(4), by using the FreeBSD native fences. Submitted by: kib@ Sponsored by: Mellanox Technologies

svn commit: r331584 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:52:02 2018 New Revision: 331584 URL: https://svnweb.freebsd.org/changeset/base/331584 Log: MFC r330650: Use device_printf() instead of printf() when printing warnings and errors to dmesg(8) in mlx5core. Submitted by: Matthew Finlay

svn commit: r331591 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:06:23 2018 New Revision: 331591 URL: https://svnweb.freebsd.org/changeset/base/331591 Log: MFC r330660: Add call to setup firmware data dump structure during device load in mlx5core. Do not consider the inability to create a firmware dump fatal, but

svn commit: r331593 - stable/11/usr.sbin/mlx5tool

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:14:20 2018 New Revision: 331593 URL: https://svnweb.freebsd.org/changeset/base/331593 Log: MFC r330654: Check that the address is specified in mlx5tool(8). Submitted by: kib@ Sponsored by: Mellanox Technologies Modified:

svn commit: r331595 - head/cddl/contrib/opensolaris/common/ctf

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:02:36 2018 New Revision: 331595 URL: https://svnweb.freebsd.org/changeset/base/331595 Log: libctf: Don't construct pointers to out of bounds array offsets Just attempting to do the pointer arithmetic is undefined behavior. No functional change intended.

svn commit: r331594 - head/cddl/contrib/opensolaris/lib/libctf/common

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 21:57:44 2018 New Revision: 331594 URL: https://svnweb.freebsd.org/changeset/base/331594 Log: libctf: Appease Coverity overrun warnings Rather than zeroing and reading into the a smaller union member the full union size, just zero and read directly into the

Re: svn commit: r331591 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread John Baldwin
On Monday, March 26, 2018 09:06:23 PM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 26 21:06:23 2018 > New Revision: 331591 > URL: https://svnweb.freebsd.org/changeset/base/331591 > > Log: > MFC r330660: > Add call to setup firmware data dump structure during device load in >

Re: svn commit: r331591 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread John Baldwin
On Tuesday, March 27, 2018 12:15:33 AM Hans Petter Selasky wrote: > On 03/27/18 00:04, John Baldwin wrote: > > On Monday, March 26, 2018 09:06:23 PM Hans Petter Selasky wrote: > >> Author: hselasky > >> Date: Mon Mar 26 21:06:23 2018 > >> New Revision: 331591 > >> URL:

svn commit: r331597 - head/tools/tools/crypto

2018-03-26 Thread John Baldwin
Author: jhb Date: Mon Mar 26 22:30:17 2018 New Revision: 331597 URL: https://svnweb.freebsd.org/changeset/base/331597 Log: Update the license to note my work on cryptocheck was sponsored. Sponsored by: Chelsio Communications Modified: head/tools/tools/crypto/cryptocheck.c Modified:

svn commit: r331600 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 23:20:37 2018 New Revision: 331600 URL: https://svnweb.freebsd.org/changeset/base/331600 Log: ctfconvert/ctfmerge: Fix a memory leak enumerating DWARF files Reported by: Coverity Sponsored by: Dell EMC Isilon Modified:

svn commit: r331601 - stable/11/include

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 23:23:11 2018 New Revision: 331601 URL: https://svnweb.freebsd.org/changeset/base/331601 Log: Fix buildworld after r331586 by adapting the installation of dev/mlx5/mlx5io.h to the build system in FreeBSD 11-stable. This is a direct commit. Found by:

svn commit: r331571 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:05:22 2018 New Revision: 331571 URL: https://svnweb.freebsd.org/changeset/base/331571 Log: MFC r330598: Use a macro in mlx5_command_str() instead of copying OP name. linux commit 42ca502e179d0654ef441333a9d0f35c948734f3 Sponsored by: Mellanox

svn commit: r331569 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:00:30 2018 New Revision: 331569 URL: https://svnweb.freebsd.org/changeset/base/331569 Log: MFC r325660: Add support for configuring local multicast and unicast data traffic loopback in mlx5en(4) driver via the sysctl interface. Sponsored by:

svn commit: r331575 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:10:49 2018 New Revision: 331575 URL: https://svnweb.freebsd.org/changeset/base/331575 Log: MFC r330604: Add log message for unsupported QSFPs in mlx5core. Submitted by: Matthew Finlay Sponsored by: Mellanox Technologies

svn commit: r331577 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:27:08 2018 New Revision: 331577 URL: https://svnweb.freebsd.org/changeset/base/331577 Log: MFC r330607: Implement rate limit per traffic class in mlx5core. Add support for rate limiting traffic class via sysctl. Submitted by: Slava Shwartsman

svn commit: r331579 - head/sys/opencrypto

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 20:30:07 2018 New Revision: 331579 URL: https://svnweb.freebsd.org/changeset/base/331579 Log: cryptodev: Match intent for enc_xform ciphers with blocksize != ivsize No functional change for Skipjack, AES-ICM, Blowfish, CAST-128, Camellia, DES3, Rijndael128,

svn commit: r331580 - in stable/11/sys/dev/mlx5: . mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:33:31 2018 New Revision: 331580 URL: https://svnweb.freebsd.org/changeset/base/331580 Log: MFC r330644 and r330714: Updates for PCI and health monitor recovery in mlx5core. This patch accumulates the following Linux commits: mlx5_health.c -

svn commit: r331596 - head/usr.sbin/wpa/wpa_supplicant

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:10:20 2018 New Revision: 331596 URL: https://svnweb.freebsd.org/changeset/base/331596 Log: wpa_supplicant.conf.5: Document minimal eduroam configuration PR: 226939 Submitted by: Mateusz Piotrowski (0mp@) Sponsored by: Dell EMC Isilon Modified:

svn commit: r331583 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:50:28 2018 New Revision: 331583 URL: https://svnweb.freebsd.org/changeset/base/331583 Log: MFC r330649: Add support for per priority flow control, PFC, to mlx5en(4). Add support for PFC and implement reading the per priority statistics using the

svn commit: r331586 - in stable/11: etc/mtree include share/man/man4 share/man/man5 share/mk sys/conf sys/dev/mlx5 sys/dev/mlx5/mlx5_core sys/modules/mlx5 targets/pseudo/userland tools/build/option...

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:59:26 2018 New Revision: 331586 URL: https://svnweb.freebsd.org/changeset/base/331586 Log: MFC r330653: Add kernel and userspace code to dump the firmware state of supported ConnectX-4/5 devices in mlx5core. The dump is obtained by reading a

Re: svn commit: r331591 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
On 03/27/18 00:04, John Baldwin wrote: On Monday, March 26, 2018 09:06:23 PM Hans Petter Selasky wrote: Author: hselasky Date: Mon Mar 26 21:06:23 2018 New Revision: 331591 URL: https://svnweb.freebsd.org/changeset/base/331591 Log: MFC r330660: Add call to setup firmware data dump

svn commit: r331589 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:03:33 2018 New Revision: 331589 URL: https://svnweb.freebsd.org/changeset/base/331589 Log: MFC r330658: Fix mlx5en(4) driver to properly call m_defrag(). When the mlx5en(4) driver was converted to using BUSDMA(9) the call to m_defrag() was moved

svn commit: r331598 - head/sys/opencrypto

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:31:29 2018 New Revision: 331598 URL: https://svnweb.freebsd.org/changeset/base/331598 Log: OCF: CRYPTDEB(): Enhance to allow formatted logging Sponsored by: Dell EMC Isilon Modified: head/sys/opencrypto/crypto.c head/sys/opencrypto/cryptodev.h

svn commit: r331561 - head/sys/kern

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Mon Mar 26 18:36:17 2018 New Revision: 331561 URL: https://svnweb.freebsd.org/changeset/base/331561 Log: Fix a bug introduced in r329612 that slowly invalidates all clean bufs. Reported by: bde Reviewed by: bde Sponsored by: Netflix, Dell/EMC Isilon Modified:

svn commit: r331562 - head/release/arm

2018-03-26 Thread Emmanuel Vadot
Author: manu Date: Mon Mar 26 18:39:38 2018 New Revision: 331562 URL: https://svnweb.freebsd.org/changeset/base/331562 Log: release: arm: Copy boot.scr from ports Latest u-boot update need u-boot script to load and start ubldr. (See D14230 for more details) Copy this file for our arm

svn commit: r331573 - in stable/11/sys/dev/mlx5: . mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:08:21 2018 New Revision: 331573 URL: https://svnweb.freebsd.org/changeset/base/331573 Log: MFC r330600: Add timeout handle to commands with callback in mlx5core. The current implementation does not handle timeout in case of command with callback

svn commit: r331576 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en mlx5_ib

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:25:24 2018 New Revision: 331576 URL: https://svnweb.freebsd.org/changeset/base/331576 Log: MFC r330606: Implement support for querying the current port rate in mlx5core. The mlx5ib(4) part will be merged separately. - Factor out port speed

svn commit: r331578 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:28:50 2018 New Revision: 331578 URL: https://svnweb.freebsd.org/changeset/base/331578 Log: MFC r330608: Implement priority to traffic class mapping in mlx5core. Add support for mapping priority to traffic class via sysctl Submitted by: Slava

svn commit: r331581 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:35:12 2018 New Revision: 331581 URL: https://svnweb.freebsd.org/changeset/base/331581 Log: MFC r330645: Avoid calling sleeping function from the health poll thread in mlx5core. linux commit c1d4d2e92ad670168a17a57dfa182a5a5baa72d4 Submitted by:

svn commit: r331587 - stable/11/sys/dev/mlx5/mlx5_en

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 21:00:57 2018 New Revision: 331587 URL: https://svnweb.freebsd.org/changeset/base/331587 Log: MFC r330656: Use the device unit number for naming the ifnet interface in mlx5en(4). Currently the ifnet interface is named mceX, where X is a monotonically

svn commit: r331582 - in stable/11/sys/dev/mlx5: . mlx5_core

2018-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 26 20:36:32 2018 New Revision: 331582 URL: https://svnweb.freebsd.org/changeset/base/331582 Log: MFC r330646: Fix race between PCI error handlers and health work in mlx5core. linux commit 05ac2c0b7438ea08c5d54b48797acf9b22cb2f6f Submitted by: Matthew

Re: svn commit: r331591 - stable/11/sys/dev/mlx5/mlx5_core

2018-03-26 Thread Hans Petter Selasky
On 03/27/18 00:15, Hans Petter Selasky wrote: On 03/27/18 00:04, John Baldwin wrote: On Monday, March 26, 2018 09:06:23 PM Hans Petter Selasky wrote: Author: hselasky Date: Mon Mar 26 21:06:23 2018 New Revision: 331591 URL: https://svnweb.freebsd.org/changeset/base/331591 Log:    MFC r330660:

Re: svn commit: r331601 - stable/11/include

2018-03-26 Thread John Baldwin
On Monday, March 26, 2018 11:23:11 PM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 26 23:23:11 2018 > New Revision: 331601 > URL: https://svnweb.freebsd.org/changeset/base/331601 > > Log: > Fix buildworld after r331586 by adapting the installation of > dev/mlx5/mlx5io.h to

svn commit: r331602 - in head/sys/contrib/zstd: . contrib/gen_html contrib/meson contrib/seekable_format doc doc/images lib lib/common lib/compress lib/decompress lib/dictBuilder lib/legacy program...

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 23:54:59 2018 New Revision: 331602 URL: https://svnweb.freebsd.org/changeset/base/331602 Log: Update to Zstandard 1.3.4 Includes our local patch to conditionalize use of __builtin_clz(ll) on Clang's __has_builtin() (which is just defined to false when

Re: svn commit: r331563 - head/stand/lua

2018-03-26 Thread Devin Teske
Woot! That is all. -- Devin > On Mar 26, 2018, at 12:01 PM, Kyle Evans wrote: > > Author: kevans > Date: Mon Mar 26 19:01:22 2018 > New Revision: 331563 > URL: https://svnweb.freebsd.org/changeset/base/331563 > > Log: > lualoader: Implement try_include and use it for