X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbonding%2Fmeson.build;h=00374edb2a9d9a84e6a773e49254fe35ed2c70f1;hb=0bf1e98f104384c124c8bd0a94a72c06d608f213;hp=44d5fd8e776d18cdcc296b9ebb0a5135c4cd4289;hpb=103c8412702e419ff431cd13e1ddd51859e7630f;p=dpdk.git diff --git a/drivers/net/bonding/meson.build b/drivers/net/bonding/meson.build index 44d5fd8e77..00374edb2a 100644 --- a/drivers/net/bonding/meson.build +++ b/drivers/net/bonding/meson.build @@ -3,7 +3,8 @@ name = 'bond' #, james bond :-) version = 2 -sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', +allow_experimental_apis = true +sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c', 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c') deps += 'sched' # needed for rte_bitmap.h