commit | dcc23e3ab6e86e49a234e9def1e001722fdb48f4 | [log] [tgz] |
---|---|---|
author | ethan.zhao <ethan.zhao@oracle.com> | Thu Jan 16 19:41:04 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 17 18:37:31 2014 -0800 |
tree | be8d2afc49de2905d501df851427f254db0af590 | |
parent | 6c7e7610ff6888ea15a901fbcb30c5d461816b34 [diff] |
ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63 Because ixgbe driver limit the max number of VF functions could be enabled to 63, so define one macro IXGBE_MAX_VFS_DRV_LIMIT and cleanup the const 63 in code. v3: revised for net-next tree. Signed-off-by: Ethan Zhao <ethan.kernel@gmail.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>