app/testpmd: fix bonding initialization
[dpdk.git] / drivers / net / bonding / rte_eth_bond_alb.c
index 7f6884d..d9d3749 100644 (file)
@@ -80,7 +80,7 @@ bond_mode_alb_enable(struct rte_eth_dev *bond_dev)
                 * The value is chosen to be cache aligned.
                 */
                data_size = 256 + RTE_PKTMBUF_HEADROOM;
-               snprintf(mem_name, sizeof(mem_name), "%s_MODE6",
+               snprintf(mem_name, sizeof(mem_name), "%s_ALB",
                                bond_dev->device->name);
                internals->mode6.mempool = rte_pktmbuf_pool_create(mem_name,
                        512 * RTE_MAX_ETHPORTS,