svn commit: r299548 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
Virtchnl offload for RSS PCTYPE V2 Eric Joyner ixl: Remove HP device IDs. Jesse Brandeburg i40e-shared: add small bit of debug Mitch Williamsi40e-shared: check for stopped admin queue Mitch Williamsi40e-shared: set aq count after memory

svn commit: r299549 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
Author: erj Date: Thu May 12 18:20:36 2016 New Revision: 299549 URL: https://svnweb.freebsd.org/changeset/base/299549 Log: ixl: Update to 1.4.12-k. Changes by author: Eric Joyner ixl: Remove substitution of EACCES for EPERM when perrno is set on an nvmupdate command return

svn commit: r299551 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
: Bump AQ minor version for FVL/FPK Eric Joyner ixl: Remove call to i40e_aq_set_mac_config() in init path. Eric Joyner ixl: Always add interface mac address to driver+hw filter list. Eric Joyner ixl: Edit comments. Eric Joyner ixl: Add more descriptive

svn commit: r299553 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
Author: erj Date: Thu May 12 18:21:34 2016 New Revision: 299553 URL: https://svnweb.freebsd.org/changeset/base/299553 Log: ixl: Update to 1.4.20-k. Changes by author: Eric Joyner ixl: Add more error messages/checks to ixl_vsi_assign_msix(). Eric Joyner ixl/ixlv: Clarify a

svn commit: r299554 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
Author: erj Date: Thu May 12 18:21:52 2016 New Revision: 299554 URL: https://svnweb.freebsd.org/changeset/base/299554 Log: ixl: Update to 1.4.24-k. Changes by author: Eric Joyner ixl: Fix compile error when IXL_DEBUG is defined. Eric Joyner ixl: Fix taskqueues

svn commit: r299552 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
remove L2 cloud filter Eric Joyner ixl: Update NVM version information shown. Eric Joyner ixl: Remove empty else block. Eric Joyner ixl: Slightly re-work ixl_init_msix(). Eric Joyner ixl: Remove duplicate queue enablement. Shannon Nelsoni40e-shared: implement the API

svn commit: r299555 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
some registers to program parser, FD and RSS logic Eric Joyner ixl: Fix errors in queue interrupt setup in MSIX mode. Shannon Nelsoni40e-shared: implement and use rx ctl helper functions Shannon Nelsoni40e-shared: don't use AQ calls from cle

svn commit: r299556 - head/sys/dev/ixl

2016-05-12 Thread Eric Joyner
Author: erj Date: Thu May 12 18:22:34 2016 New Revision: 299556 URL: https://svnweb.freebsd.org/changeset/base/299556 Log: ixl: Re-add a change to TC0 setup made in D5203. Differential Revision: https://reviews.freebsd.org/D6211 Reviewed by:sbruno, kmacy, jeffrey.e.pie...@intel.com

Re: svn commit: r358432 - in head/sys: kern sys vm

2020-03-04 Thread Eric Joyner
Hi Mark, Is the addition of #include in sys/sys/refcount.h actually necessary? I don't see anything in there used in refcount.h, and the kernel appears to compile without it, at least on amd64. - Eric On Fri, Feb 28, 2020 at 8:05 AM Mark Johnston wrote: > Author: markj > Date: Fri Feb 28 16:0

svn commit: r351152 - head/sys/net

2019-08-16 Thread Eric Joyner
Author: erj Date: Fri Aug 16 23:33:44 2019 New Revision: 351152 URL: https://svnweb.freebsd.org/changeset/base/351152 Log: iflib: add iflib_deregister to help cleanup on exit Commit message by Jake: The iflib_register function exists to allocate and setup some common structures used by

svn commit: r351153 - in head: sbin/ifconfig sys/net

2019-08-16 Thread Eric Joyner
types. Signed-off-by: Eric Joyner Reviewed by: gallatin@ MFC after:1 week Sponsored by: Intel Corporation Differential Revision:https://reviews.freebsd.org/D21041 Modified: head/sbin/ifconfig/sfp.c head/sys/net/sff8472.h Modified: head/sbin/ifconfig/

svn commit: r351276 - stable/12/sys/net

2019-08-20 Thread Eric Joyner
Author: erj Date: Tue Aug 20 20:15:32 2019 New Revision: 351276 URL: https://svnweb.freebsd.org/changeset/base/351276 Log: MFC various iflib fixes from head Included revisions: r347418 - iflib: use default ntxd and rxd when user value is not power of 2 r348372 - iflib: provide probe wra

svn commit: r351627 - stable/12/sys/sys

2019-08-30 Thread Eric Joyner
Author: erj Date: Fri Aug 30 17:36:45 2019 New Revision: 351627 URL: https://svnweb.freebsd.org/changeset/base/351627 Log: Bump __FreeBSD_version number for changes made in r351276 Sponsored by: Intel Corporation Modified: stable/12/sys/sys/param.h Modified: stable/12/sys/sys/param.h ==

svn commit: r345658 - head/sys/net

2019-09-03 Thread Eric Joyner
Author: erj Date: Thu Mar 28 20:46:45 2019 New Revision: 345658 URL: https://svnweb.freebsd.org/changeset/base/345658 Log: iflib: return ENETDOWN when the network device is down From Jake: iflib_if_transmit returns ENOBUFS when the device is down, or when the link isn't active. Thi

svn commit: r345657 - head/sys/net

2019-09-03 Thread Eric Joyner
Author: erj Date: Thu Mar 28 20:43:47 2019 New Revision: 345657 URL: https://svnweb.freebsd.org/changeset/base/345657 Log: iflib: hold the CTX lock in iflib_pseudo_register From Jake: The iflib_device_register function takes the CTX lock before calling IFDI_ATTACH_PRE, and releases it u

svn commit: r346336 - in stable/12/sys: dev/e1000 net

2019-09-03 Thread Eric Joyner
Author: erj Date: Wed Apr 17 22:45:19 2019 New Revision: 346336 URL: https://svnweb.freebsd.org/changeset/base/346336 Log: MFC r344817 Remove references to CONTIGMALLOC_WORKS in iflib and em From Jake: "The iflib_fl_setup() function tries to pick various buffer sizes based on the m

svn commit: r363876 - in stable/12/sys: conf dev/ixl modules/ixl

2020-08-04 Thread Eric Joyner
Author: erj Date: Tue Aug 4 23:30:10 2020 New Revision: 363876 URL: https://svnweb.freebsd.org/changeset/base/363876 Log: MFC r361992: ixl(4): Add FW recovery mode support and other things Update the iflib version of ixl driver based on the OOT version ixl-1.11.29. Major changes:

svn commit: r365231 - head/sys/dev/ixl

2020-09-01 Thread Eric Joyner
Author: erj Date: Tue Sep 1 23:16:38 2020 New Revision: 365231 URL: https://svnweb.freebsd.org/changeset/base/365231 Log: ixl(4): Add support for X710-T*L devices Add support for new devices which are capable of 2.5 and 5G speeds, as well as Energy Efficient Ethernet (EEE): - introd

svn commit: r365332 - in head/sys: conf contrib/dev/ice modules/ice_ddp

2020-09-04 Thread Eric Joyner
Author: erj Date: Fri Sep 4 17:37:58 2020 New Revision: 365332 URL: https://svnweb.freebsd.org/changeset/base/365332 Log: ice_ddp: Update package file to 1.3.16.0 This package is intended to be used with ice(4) version 0.26.16. That update will happen in a forthcoming commit. MFC af

svn commit: r365339 - stable/12/sys/dev/ixl

2020-09-04 Thread Eric Joyner
Author: erj Date: Fri Sep 4 21:21:23 2020 New Revision: 365339 URL: https://svnweb.freebsd.org/changeset/base/365339 Log: MFC r365231: ixl(4): Add support for X710-T*L devices PR: 249058 Sponsored by: Intel Corporation Modified: stable/12/sys/dev/ixl/i40e_adminq_cmd.h stab

<    1   2   3