commit | 2a72c31ee4aa31b6a762390e4811a0edf5eefcef | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Wed Jul 20 02:27:05 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 04 05:03:27 2011 -0700 |
tree | 80d6aaf32576180b132d585e6d8bed8a6541f5ca | |
parent | 6d337dce664b6872ddf1655f6b1fcab76ce35b08 [diff] |
ixgbe: fix __ixgbe_notify_dca() bail out code The way __ixgbe_notify_dca() was currently set up it would not be possible to add a requester. Both cases of the IXGBE_FLAG_DCA_ENABLED bit being on and off would lead to the function exiting for a DCA_PROVIDER_ADD. Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>