X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_bond%2Frte_eth_bond_args.c;fp=lib%2Flibrte_pmd_bond%2Frte_eth_bond_args.c;h=a3f7f55981fb08b047021aed1fe4e7c05998458c;hb=06fe78b98ccdfe08f20794ea7744eb0f66252978;hp=ca4de38fef6ec49ce868af666a20ee859d2db307;hpb=31db4d38de72445be9e33cc017b4e1de13826051;p=dpdk.git diff --git a/lib/librte_pmd_bond/rte_eth_bond_args.c b/lib/librte_pmd_bond/rte_eth_bond_args.c index ca4de38fef..a3f7f55981 100644 --- a/lib/librte_pmd_bond/rte_eth_bond_args.c +++ b/lib/librte_pmd_bond/rte_eth_bond_args.c @@ -175,6 +175,7 @@ bond_ethdev_parse_slave_mode_kvarg(const char *key __rte_unused, #endif case BONDING_MODE_8023AD: case BONDING_MODE_ADAPTIVE_TRANSMIT_LOAD_BALANCING: + case BONDING_MODE_ALB: return 0; default: RTE_BOND_LOG(ERR, "Invalid slave mode value (%s) specified", value);