common/cnxk: fix log level during MCAM allocation
Changed log level from info to debug for a log message printed during MCAM allocation. Fixes: 1f66919817ee ("common/cnxk: improve MCAM entries management") Cc: stable@dpdk.org Signed-off-by: Satheesh Paul <psatheesh@marvell.com> Reviewed-by: Kiran Kumar K <kirankumark@marvell.com>
This commit is contained in:
parent
b4e1325361
commit
0c585f8858
@ -635,7 +635,7 @@ retry:
|
||||
npc_find_mcam_ref_entry(flow, npc, &prio, &ref_entry, dir);
|
||||
rc = npc_allocate_mcam_entry(mbox, prio, rsp_local, ref_entry);
|
||||
if (rc && !retry_done) {
|
||||
plt_info(
|
||||
plt_npc_dbg(
|
||||
"npc: Failed to allocate lower priority entry. Retrying for higher priority");
|
||||
|
||||
dir = NPC_MCAM_HIGHER_PRIO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user