mbuf: remove build option to disable refcnt
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Wed, 18 Feb 2015 11:03:03 +0000 (11:03 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 18:31:24 +0000 (19:31 +0100)
commit4769bc5a27ccaeb736542c4064ffc182bbd7e439
tree3447d31bb7ab25785a9e396800c39abb810d9483
parente8b9ef877e4fd4bf723bb4d987e4bece5d276a88
mbuf: remove build option to disable refcnt

This patch removes all references to RTE_MBUF_REFCNT, setting the refcnt
field in the mbuf struct permanently.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
20 files changed:
app/test/test_link_bonding.c
app/test/test_mbuf.c
config/common_bsdapp
config/common_linuxapp
examples/Makefile
examples/ip_fragmentation/Makefile
examples/ip_pipeline/Makefile
examples/ip_pipeline/main.c
examples/ipv4_multicast/Makefile
examples/vhost/main.c
lib/librte_ip_frag/Makefile
lib/librte_ip_frag/rte_ip_frag.h
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_pmd_bond/Makefile
lib/librte_pmd_bond/rte_eth_bond.h
lib/librte_pmd_bond/rte_eth_bond_args.c
lib/librte_pmd_bond/rte_eth_bond_pmd.c
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c
lib/librte_port/Makefile