net/bnxt: change PTP message to debug level
This message doesn't need to be at INFO level, it is a normal situation and only useful for debugging. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
parent
57c0e2494c
commit
a7aef386be
@ -591,7 +591,7 @@ static int __bnxt_hwrm_func_qcaps(struct bnxt *bp)
|
||||
bp->pf.total_vnics = rte_le_to_cpu_16(resp->max_vnics);
|
||||
if (flags & HWRM_FUNC_QCAPS_OUTPUT_FLAGS_PTP_SUPPORTED) {
|
||||
bp->flags |= BNXT_FLAG_PTP_SUPPORTED;
|
||||
PMD_DRV_LOG(INFO, "PTP SUPPORTED\n");
|
||||
PMD_DRV_LOG(DEBUG, "PTP SUPPORTED\n");
|
||||
HWRM_UNLOCK();
|
||||
bnxt_hwrm_ptp_qcfg(bp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user