svn commit: r343698 - head/sbin/ifconfig

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 3 03:02:59 2019 New Revision: 343698 URL: https://svnweb.freebsd.org/changeset/base/343698 Log: ifconfig(8): display management / multicast wlan(4) rates properly For 11n / 11ac we are still using non-11n rates for management and multicast traffic by default;

svn commit: r343697 - head/sys/net80211

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 3 02:32:13 2019 New Revision: 343697 URL: https://svnweb.freebsd.org/changeset/base/343697 Log: net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto' Do not try to clear 'basic rate' bit from roamRate; it cannot be here and, actually,

svn commit: r343696 - head/sys/net80211

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 3 01:32:02 2019 New Revision: 343696 URL: https://svnweb.freebsd.org/changeset/base/343696 Log: net80211(4): do not setup roaming parameters for unsupported modes. ifconfig(8) prints per-mode parameters if they are non-zero; since we have 13 possible modes

Re: svn commit: r343688 - head/sys/dev/vmware/vmxnet3

2019-02-02 Thread Patrick Kelsey
On Sat, Feb 2, 2019 at 7:27 PM Enji Cooper wrote: > Hi Patrick, > > On Feb 2, 2019, at 13:14, Patrick Kelsey wrote: > > Author: pkelsey > Date: Sat Feb 2 21:14:53 2019 > New Revision: 343688 > URL: https://svnweb.freebsd.org/changeset/base/343688 > > Log: > Fix interrupt index configuratoin

Re: svn commit: r343688 - head/sys/dev/vmware/vmxnet3

2019-02-02 Thread Enji Cooper
Hi Patrick, > On Feb 2, 2019, at 13:14, Patrick Kelsey wrote: > > Author: pkelsey > Date: Sat Feb 2 21:14:53 2019 > New Revision: 343688 > URL: https://svnweb.freebsd.org/changeset/base/343688 > > Log: > Fix interrupt index configuratoin when using MSI interrupts. > > When in MSI mode, the

svn commit: r343690 - head/sbin/ifconfig

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 3 00:18:29 2019 New Revision: 343690 URL: https://svnweb.freebsd.org/changeset/base/343690 Log: ifconfig(8): interpret VHT rates correctly for 'list roam / txparam' options They are represented via MCS rate index, not as a 'speed in MBps' * 2. MFC after:

svn commit: r343689 - in head/sys: dev/netmap net

2019-02-02 Thread Vincenzo Maffione
Author: vmaffione Date: Sat Feb 2 22:39:29 2019 New Revision: 343689 URL: https://svnweb.freebsd.org/changeset/base/343689 Log: netmap: upgrade sync-kloop support Add SYNC_KLOOP_MODE option, and add support for direct mode, where application executes the TXSYNC and RXSYNC in the context

Re: svn commit: r343291 - in head/sys: dev/vmware/vmxnet3 net

2019-02-02 Thread Patrick Kelsey
On Sat, Feb 2, 2019 at 3:29 PM Patrick Kelsey wrote: > > > On Sat, Feb 2, 2019 at 9:28 AM Yuri Pankov wrote: > >> Patrick Kelsey wrote: >> > Author: pkelsey >> > Date: Tue Jan 22 01:11:17 2019 >> > New Revision: 343291 >> > URL: https://svnweb.freebsd.org/changeset/base/343291 >> > >> > Log: >>

svn commit: r343688 - head/sys/dev/vmware/vmxnet3

2019-02-02 Thread Patrick Kelsey
Author: pkelsey Date: Sat Feb 2 21:14:53 2019 New Revision: 343688 URL: https://svnweb.freebsd.org/changeset/base/343688 Log: Fix interrupt index configuratoin when using MSI interrupts. When in MSI mode, the device was only being configured with one interrupt index, but it needs two -

Re: svn commit: r343291 - in head/sys: dev/vmware/vmxnet3 net

2019-02-02 Thread Patrick Kelsey
On Sat, Feb 2, 2019 at 9:28 AM Yuri Pankov wrote: > Patrick Kelsey wrote: > > Author: pkelsey > > Date: Tue Jan 22 01:11:17 2019 > > New Revision: 343291 > > URL: https://svnweb.freebsd.org/changeset/base/343291 > > > > Log: > > onvert vmx(4) to being an iflib driver. > > > > Also, expose

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Andriy Voskoboinyk
Sat, 02 Feb 2019 19:30:53 +0200 було написано Rodney W. Grimes : [ Charset UTF-8 unsupported, converting... ] Author: avos Date: Sat Feb 2 16:15:46 2019 New Revision: 343682 URL: https://svnweb.freebsd.org/changeset/base/343682 Log: sys/dev/wtap: Check return value from malloc(...,

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Andriy Voskoboinyk
Sat, 02 Feb 2019 19:43:31 +0200 було написано Rodney W. Grimes : Sat, 02 Feb 2019 19:25:56 +0200 Rodney W. Grimes : >> Author: avos >> Date: Sat Feb 2 16:15:46 2019 >> New Revision: 343682 >> URL: https://svnweb.freebsd.org/changeset/base/343682 >> >> Log: >> sys/dev/wtap:

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Rodney W. Grimes
> Sat, 02 Feb 2019 19:25:56 +0200 Rodney W. Grimes > : > > >> Author: avos > >> Date: Sat Feb 2 16:15:46 2019 > >> New Revision: 343682 > >> URL: https://svnweb.freebsd.org/changeset/base/343682 > >> > >> Log: > >> sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Andriy Voskoboinyk
Sat, 02 Feb 2019 19:25:56 +0200 було написано Rodney W. Grimes : [ Charset UTF-8 unsupported, converting... ] Author: avos Date: Sat Feb 2 16:15:46 2019 New Revision: 343682 URL: https://svnweb.freebsd.org/changeset/base/343682 Log: sys/dev/wtap: Check return value from malloc(...,

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: avos > Date: Sat Feb 2 16:15:46 2019 > New Revision: 343682 > URL: https://svnweb.freebsd.org/changeset/base/343682 > > Log: > sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and > drop unneeded cast. > > MFC after: 3

Re: svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: avos > Date: Sat Feb 2 16:15:46 2019 > New Revision: 343682 > URL: https://svnweb.freebsd.org/changeset/base/343682 > > Log: > sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and > drop unneeded cast. > > MFC after: 3

svn commit: r343684 - head/sys/net80211

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:23:45 2019 New Revision: 343684 URL: https://svnweb.freebsd.org/changeset/base/343684 Log: Drop unused M_80211_COM malloc(9) type. It is not used since r287197. MFC after:3 days Modified: head/sys/net80211/ieee80211_freebsd.c Modified:

svn commit: r343683 - head/sys/net80211

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:21:23 2019 New Revision: 343683 URL: https://svnweb.freebsd.org/changeset/base/343683 Log: Do not acquire IEEE80211_LOCK twice in cac_timeout(); reuse locked function instead. It is externally visible since r257065. MFC after:5 days Modified:

Re: svn commit: r343681 - head/sys/dev/usb/wlan

2019-02-02 Thread Andriy Voskoboinyk
Sat, 02 Feb 2019 18:07:56 +0200 було написано Andriy Voskoboinyk : Author: avos Date: Sat Feb 2 16:07:56 2019 New Revision: 343681 URL: https://svnweb.freebsd.org/changeset/base/343681 Log: run(4): fix allocated memory type for ieee80211_node(4). Wrong man page number, it should be

svn commit: r343682 - head/sys/dev/wtap

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:15:46 2019 New Revision: 343682 URL: https://svnweb.freebsd.org/changeset/base/343682 Log: sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and drop unneeded cast. MFC after:3 days Modified: head/sys/dev/wtap/if_wtap.c Modified:

svn commit: r343681 - head/sys/dev/usb/wlan

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:07:56 2019 New Revision: 343681 URL: https://svnweb.freebsd.org/changeset/base/343681 Log: run(4): fix allocated memory type for ieee80211_node(4). PR: 177366 MFC after:3 days Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r343680 - head/sys/dev/usb/wlan

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:06:06 2019 New Revision: 343680 URL: https://svnweb.freebsd.org/changeset/base/343680 Log: run(4): revert previous commit; there were no compiler warning (at least, from clang(1)). Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r343679 - head/sys/dev/usb/wlan

2019-02-02 Thread Andriy Voskoboinyk
Author: avos Date: Sat Feb 2 16:01:16 2019 New Revision: 343679 URL: https://svnweb.freebsd.org/changeset/base/343679 Log: run(4): fix allocated memory type and -Wincompatible-pointer-types compiler warning. PR: 177366 MFC after:3 days Modified:

Re: svn commit: r343291 - in head/sys: dev/vmware/vmxnet3 net

2019-02-02 Thread Yuri Pankov
Patrick Kelsey wrote: > Author: pkelsey > Date: Tue Jan 22 01:11:17 2019 > New Revision: 343291 > URL: https://svnweb.freebsd.org/changeset/base/343291 > > Log: > onvert vmx(4) to being an iflib driver. > > Also, expose IFLIB_MAX_RX_SEGS to iflib drivers and add > iflib_dma_alloc_align()

Re: svn commit: r343633 - head/usr.bin/shar

2019-02-02 Thread Joerg Sonnenberger
On Thu, Jan 31, 2019 at 03:29:03PM -0800, Bryan Drewery wrote: > On 1/31/19 3:21 PM, Bryan Drewery wrote: > > Author: bdrewery > > Date: Thu Jan 31 23:21:18 2019 > > New Revision: 343633 > > URL: https://svnweb.freebsd.org/changeset/base/343633 > > > > Log: > > Shar files may be seen as binary

svn commit: r343674 - in head/sys: conf powerpc/powernv powerpc/pseries

2019-02-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 2 04:15:16 2019 New Revision: 343674 URL: https://svnweb.freebsd.org/changeset/base/343674 Log: powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controller The XIVE (External Interrupt Virtualization Engine) is a new interrupt controller present

svn commit: r343673 - head/sys/vm

2019-02-02 Thread Alexander Motin
Author: mav Date: Sat Feb 2 04:11:59 2019 New Revision: 343673 URL: https://svnweb.freebsd.org/changeset/base/343673 Log: Fix integer math overflow in UMA hash_alloc(). 512GB of ZFS ABD ARC means abd_chunk zone of 128M 4KB items. To manage them UMA tries to allocate 2GB hash table,