forked from Minki/linux
i40e: Do not fall back to one queue model if the only feature enabled is ATR
FD_SB and FD_ATR needs to be checked independently in order to decide if we will support multiple queues or not. Change-ID: I9d3274f5924c79e29efdbcf66a2fcca1fee2107f Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8a3c91cce3
commit
bbe7d0e018
@ -8194,6 +8194,7 @@ static void i40e_determine_queue_usage(struct i40e_pf *pf)
|
|||||||
I40E_FLAG_VMDQ_ENABLED);
|
I40E_FLAG_VMDQ_ENABLED);
|
||||||
} else if (!(pf->flags & (I40E_FLAG_RSS_ENABLED |
|
} else if (!(pf->flags & (I40E_FLAG_RSS_ENABLED |
|
||||||
I40E_FLAG_FD_SB_ENABLED |
|
I40E_FLAG_FD_SB_ENABLED |
|
||||||
|
I40E_FLAG_FD_ATR_ENABLED |
|
||||||
I40E_FLAG_DCB_ENABLED))) {
|
I40E_FLAG_DCB_ENABLED))) {
|
||||||
/* one qp for PF */
|
/* one qp for PF */
|
||||||
pf->rss_size = pf->num_lan_qps = 1;
|
pf->rss_size = pf->num_lan_qps = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user