]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_bond/rte_eth_bond_pmd.c
bond: change warning
[dpdk.git] / lib / librte_pmd_bond / rte_eth_bond_pmd.c
index a75b1638f2ecc5739a9d992cf5ace52f618fa0cc..7a17f53bccb40ecaae15e0b8cc1edff025e9f374 100644 (file)
@@ -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;