mirror of https://gitee.com/openkylin/linux.git
i40e: Add log entry while creating or deleting TC0
Generate log entry when TC0 is created or deleted. Log entry is generated during main VSI setup. Before there was no log info about adding or deleting TC0. Signed-off-by: Piotr Kwapulinski <piotr.kwapulinski@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
4d607043fe
commit
d47186e7ef
|
@ -6960,6 +6960,10 @@ static int i40e_setup_tc(struct net_device *netdev, void *type_data)
|
|||
vsi->seid);
|
||||
need_reset = true;
|
||||
goto exit;
|
||||
} else {
|
||||
dev_info(&vsi->back->pdev->dev,
|
||||
"Setup channel (id:%u) utilizing num_queues %d\n",
|
||||
vsi->seid, vsi->tc_config.tc_info[0].qcount);
|
||||
}
|
||||
|
||||
if (pf->flags & I40E_FLAG_TC_MQPRIO) {
|
||||
|
|
Loading…
Reference in New Issue