svn commit: r292113 - stable/10/sys/ofed/drivers/net/mlx4

2015-12-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Dec 11 15:35:47 2015 New Revision: 292113 URL: https://svnweb.freebsd.org/changeset/base/292113 Log: Enable the mlx4en TSO limits. This is a direct commit to stable/10. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/drivers/net/mlx4/en_ne

svn commit: r292107 - in stable/10/sys: modules/mlxen ofed/drivers/net/mlx4 ofed/include/linux/mlx4

2015-12-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Dec 11 14:21:58 2015 New Revision: 292107 URL: https://svnweb.freebsd.org/changeset/base/292107 Log: MFC r290710, r291694, r291699 and r291793: - Fix print formatting compile warnings for Sparc64 and PowerPC platforms. - Updated the mlx4 and mlxen drivers to the la

svn commit: r292105 - stable/10/sys/ofed/include/linux

2015-12-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Dec 11 13:30:49 2015 New Revision: 292105 URL: https://svnweb.freebsd.org/changeset/base/292105 Log: MFC r291693: Add some structures and defines which will be used when decoding small form factor, SFF, standards compliant ethernet EEPROMs. Obtained from:

svn commit: r292104 - stable/10/sys/vm

2015-12-11 Thread Konstantin Belousov
Author: kib Date: Fri Dec 11 13:20:51 2015 New Revision: 292104 URL: https://svnweb.freebsd.org/changeset/base/292104 Log: MFC r291408: In vm_pageout_grow_cache(), do not re-try the inactive queue when active queue scan initiated write, to avoid infinite loop. Modified: stable/10/sys/vm/v

svn commit: r292103 - stable/10/sys/ofed/include/linux

2015-12-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Dec 11 13:19:33 2015 New Revision: 292103 URL: https://svnweb.freebsd.org/changeset/base/292103 Log: MFC r291690: Remove incorrect defines. The proper version of these macros is defined in linux/etherdevice.h. Sponsored by: Mellanox Technologies Modified: s

svn commit: r292102 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 13:15:22 2015 New Revision: 292102 URL: https://svnweb.freebsd.org/changeset/base/292102 Log: MFC r289231: Fix used function warnings in ixl(4) Sponsored by: Multiplay Modified: stable/10/sys/dev/ixl/if_ixl.c Directory Properties: stable/10/ (props change

svn commit: r292101 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 13:12:52 2015 New Revision: 292101 URL: https://svnweb.freebsd.org/changeset/base/292101 Log: MFC r285768: LAA MAC/VLAN filter + success check Sponsored by: Multiplay Modified: stable/10/sys/dev/ixl/if_ixl.c Directory Properties: stable/10/ (props changed

svn commit: r292100 - in stable/10/sys: dev/ixl modules/ixl modules/ixlv

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 13:08:38 2015 New Revision: 292100 URL: https://svnweb.freebsd.org/changeset/base/292100 Log: MFC r284049: Update SW4 to the Intel ixl/ixlv Sponsored by: Multiplay Added: stable/10/sys/dev/ixl/i40e_devids.h - copied unchanged from r284049, head/sys/dev/i

svn commit: r292099 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 13:05:18 2015 New Revision: 292099 URL: https://svnweb.freebsd.org/changeset/base/292099 Log: MFC r283119: Remove executable property from ixl Sponsored by: Multiplay Modified: Directory Properties: stable/10/ (props changed) stable/10/sys/dev/ixl/i40e_ad

svn commit: r292098 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 12:58:19 2015 New Revision: 292098 URL: https://svnweb.freebsd.org/changeset/base/292098 Log: MFC r280043: Remove redundant sysctl_handle_string Sponsored by: Multiplay Modified: stable/10/sys/dev/ixl/if_ixl.c Directory Properties: stable/10/ (props chang

svn commit: r292097 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 12:47:49 2015 New Revision: 292097 URL: https://svnweb.freebsd.org/changeset/base/292097 Log: MFC r279858 & r279860: SRIOV & 20G support Sponsored by: Multiplay Modified: stable/10/sys/dev/ixl/i40e_adminq_cmd.h stable/10/sys/dev/ixl/i40e_common.c stable/1

svn commit: r292096 - in stable/10/sys/dev: ixl netmap

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 12:24:11 2015 New Revision: 292096 URL: https://svnweb.freebsd.org/changeset/base/292096 Log: MFC r279232: Add native netmap support to ixl Sponsored by: Multiplay Added: stable/10/sys/dev/netmap/if_ixl_netmap.h - copied unchanged from r279232, head/sys/

Re: svn commit: r292094 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
This should have referenced https://reviews.freebsd.org/D4265 On 11/12/2015 12:16, Steven Hartland wrote: Author: smh Date: Fri Dec 11 12:16:05 2015 New Revision: 292094 URL: https://svnweb.freebsd.org/changeset/base/292094 Log: MFC r277084,r277088,r277130,r277143,r277151,r277262 r277

svn commit: r292095 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 12:20:58 2015 New Revision: 292095 URL: https://svnweb.freebsd.org/changeset/base/292095 Log: MFC r279033: Bring the XL710 drivers up to the SW3 Sponsored by: Multiplay Modified: stable/10/sys/dev/ixl/i40e_adminq.c stable/10/sys/dev/ixl/i40e_adminq_cmd.h

svn commit: r292094 - stable/10/sys/dev/ixl

2015-12-11 Thread Steven Hartland
Author: smh Date: Fri Dec 11 12:16:05 2015 New Revision: 292094 URL: https://svnweb.freebsd.org/changeset/base/292094 Log: MFC r277084,r277088,r277130,r277143,r277151,r277262 r277084: Intel I40E updates ixl v1.3.0 and ixlv 1.2.0 featuring RSS r277088, r277130, r277143, r277151 & r277262: