]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixl: Update to 1.4.9-k.
authorEric Joyner <erj@FreeBSD.org>
Thu, 12 May 2016 18:20:18 +0000 (18:20 +0000)
committerEric Joyner <erj@FreeBSD.org>
Thu, 12 May 2016 18:20:18 +0000 (18:20 +0000)
commit7f70bec62338523830975427ba20827d8d002c6f
treecc54e7a4cea57e5a71301e07d8e6d5f21762e1c8
parent223d846d93fe4f04cae073df1bee6554b35a3dc7
ixl: Update to 1.4.9-k.

Changes by author:

Kamil Krawczyk i40e-shared: use explicit cast from u16 to u8
Anjali Singhai Jain i40e-shared: Add a Virtchnl offload for RSS PCTYPE V2
Eric Joyner ixl: Remove HP device IDs.
Jesse Brandeburg i40e-shared: add small bit of debug
Mitch Williams i40e-shared: check for stopped admin queue
Mitch Williams i40e-shared: set aq count after memory allocation
Jesse Brandeburg i40e-shared: remove forever unused ID
Eric Joyner ixl: Fix bug where RSS does not hash to more than 16 queues.
Shannon Nelson i40e-shared: define function capabilities in only one place
Eric Joyner ixl: Change spacing, comments, and a single error message.
Eric Joyner ixl: Save admin queue phy interrupt mask as a define.
Eric Joyner ixl: Move callout_reset() to later in init_locked(), and stop clearing OACTIVE in driver flags.
Eric Joyner ixl: Add new reset+build flow to init() if it detects that the admin queue is stopped.
Eric Joyner ixl: Return EACCES instead of EPERM when an nvmupdate command fails.
Eric Joyner ixl: Remove KX_A device ID.

Differential Revision:  https://reviews.freebsd.org/D6211
Reviewed by:    sbruno, kmacy, jeffrey.e.pieper@intel.com
MFC after:      2 weeks
Sponsored by:   Intel Corporation
sys/dev/ixl/i40e_adminq.c
sys/dev/ixl/i40e_adminq_cmd.h
sys/dev/ixl/i40e_common.c
sys/dev/ixl/i40e_devids.h
sys/dev/ixl/i40e_lan_hmc.c
sys/dev/ixl/i40e_virtchnl.h
sys/dev/ixl/if_ixl.c
sys/dev/ixl/ixl_pf.h