X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_bond%2FMakefile;h=d4e10bf5a757a2023201f4741de183f658825b2b;hb=80083092aa44a0582d8705656a280f3aa7e53817;hp=953d75e48eb719001a99ceeb3157f4b605e2bb6e;hpb=2efb58cbab6e91f8581fc8dc9032b72d7b53ffd3;p=dpdk.git diff --git a/lib/librte_pmd_bond/Makefile b/lib/librte_pmd_bond/Makefile index 953d75e48e..d4e10bf5a7 100644 --- a/lib/librte_pmd_bond/Makefile +++ b/lib/librte_pmd_bond/Makefile @@ -46,6 +46,10 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += rte_eth_bond_api.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += rte_eth_bond_pmd.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += rte_eth_bond_args.c +ifeq ($(CONFIG_RTE_MBUF_REFCNT),n) +$(info WARNING: Link Bonding Broadcast mode is disabled because it needs MBUF_REFCNT.) +endif + # # Export include files #