From 960d1081c0f5cddc40455891571937e4049834de Mon Sep 17 00:00:00 2001 From: Michal Jastrzebski Date: Fri, 12 Dec 2014 09:14:40 +0000 Subject: [PATCH 1/1] bond: change warning Remove function name from warning. Signed-off-by: Pawel Wodkowski Acked-by: Declan Doherty --- lib/librte_pmd_bond/rte_eth_bond_pmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_bond/rte_eth_bond_pmd.c b/lib/librte_pmd_bond/rte_eth_bond_pmd.c index a75b1638f2..7a17f53bcc 100644 --- a/lib/librte_pmd_bond/rte_eth_bond_pmd.c +++ b/lib/librte_pmd_bond/rte_eth_bond_pmd.c @@ -913,9 +913,9 @@ bond_ethdev_mode_set(struct rte_eth_dev *eth_dev, int mode) eth_dev->rx_pkt_burst = bond_ethdev_rx_burst_8023ad; eth_dev->tx_pkt_burst = bond_ethdev_tx_burst_8023ad; - RTE_BOND_LOG(WARNING, + RTE_LOG(WARNING, PMD, "Using mode 4, it is necessary to do TX burst and RX burst " - "at least every 100ms."); + "at least every 100ms.\n"); break; case BONDING_MODE_ADAPTIVE_TRANSMIT_LOAD_BALANCING: eth_dev->tx_pkt_burst = bond_ethdev_tx_burst_tlb; -- 2.20.1