mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
i40e: fix confusing message
This patch fixes the confusing kernel message of enabled RSS size, by reporting it together with the hardware maximum RSS size. Change-ID: I64864dbfbc13beccc180a7871680def1f3d5a339 Signed-off-by: Helin Zhang <helin.zhang@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
2b2426a760
commit
e36b0b111b
@ -8110,7 +8110,8 @@ int i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count)
|
||||
|
||||
i40e_pf_config_rss(pf);
|
||||
}
|
||||
dev_info(&pf->pdev->dev, "RSS count: %d\n", pf->alloc_rss_size);
|
||||
dev_info(&pf->pdev->dev, "RSS count/HW max RSS count: %d/%d\n",
|
||||
pf->alloc_rss_size, pf->rss_size_max);
|
||||
return pf->alloc_rss_size;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user