mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 09:46:54 +00:00
zebra: Drop new lines from zlog_debug for dpdk debug messages
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
b9cbecbd16
commit
c323b930ea
@ -611,11 +611,11 @@ static void zd_dpdk_port_init(void)
|
|||||||
if (rte_flow_isolate(port_id, 1, &error)) {
|
if (rte_flow_isolate(port_id, 1, &error)) {
|
||||||
if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
|
if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"Flow isolate on port %u failed %d\n",
|
"Flow isolate on port %u failed %d",
|
||||||
port_id, error.type);
|
port_id, error.type);
|
||||||
} else {
|
} else {
|
||||||
if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
|
if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
|
||||||
zlog_debug("Flow isolate on port %u\n",
|
zlog_debug("Flow isolate on port %u",
|
||||||
port_id);
|
port_id);
|
||||||
}
|
}
|
||||||
rc = rte_eth_dev_start(port_id);
|
rc = rte_eth_dev_start(port_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user