]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add support for tracking the default user priority to SR-IOV
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 2 Oct 2012 00:17:03 +0000 (00:17 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 23 Oct 2012 04:14:32 +0000 (21:14 -0700)
commit3f61fac9338c465f778d4e36c40adbed9613f699
tree457a62b6d4e68e8809cdc071e0a2bfd76c2aa7d1
parent672dbc9408370d2daff1fa318c346338e43388e9
ixgbe: Add support for tracking the default user priority to SR-IOV

It is necessary to track the default user priority in the PF so that we can
force it upon the VFs.  The motivation behind this is to keep the VFs from
getting access to user priorities meant for things like storage.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c