numam-dpdk/app
Olivier Matz 62814bc2e9 mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
It seems that RTE_MBUF_SCATTER_GATHER is not the proper name for the
feature it provides. "Scatter gather" means that data is stored using
several buffers. RTE_MBUF_REFCNT seems to be a better name for that
feature as it provides a reference counter for mbufs.

The macro RTE_MBUF_SCATTER_GATHER is poisoned to ensure this
modification is seen by drivers or applications using it.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2014-09-17 11:27:50 +02:00
..
cmdline_test app: simplify makefiles 2014-08-26 17:52:33 +02:00
dump_cfg app: simplify makefiles 2014-08-26 17:52:33 +02:00
test mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT 2014-09-17 11:27:50 +02:00
test-acl acl: fix build and runtime for default target 2014-09-03 03:26:50 +02:00
test-pipeline app: simplify makefiles 2014-08-26 17:52:33 +02:00
test-pmd app/testpmd: fix crash in txonly mode and with tx_first 2014-09-01 12:56:06 +02:00
Makefile app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00