examples/l2fwd-cat: add sample application for PQoS CAT and CDP
authorWojciech Andralojc <wojciechx.andralojc@intel.com>
Mon, 14 Mar 2016 13:46:59 +0000 (13:46 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 21 Mar 2016 22:36:43 +0000 (23:36 +0100)
commitf6baccbc2b3b38c5ddb6c7a7fcd30552d7f08d6f
treef860a77a7494daa2726474ac660233216947461c
parent52c97adc1f0f30d2642cd158ed95142655fd4227
examples/l2fwd-cat: add sample application for PQoS CAT and CDP

This patch implements PQoS as a sample application.
PQoS allows management of the CPUs last level cache,
which can be useful for DPDK to ensure quality of service.
The sample app links against the existing 01.org PQoS library
(https://github.com/01org/intel-cmt-cat).

White paper demonstrating example use case "Increasing Platform Determinism
with Platform Quality of Service for the Data Plane Development Kit"
(http://www.intel.com/content/www/us/en/communications/increasing-platform-determinism-pqos-dpdk-white-paper.html)

Signed-off-by: Wojciech Andralojc <wojciechx.andralojc@intel.com>
Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
Signed-off-by: Marcel D Cornu <marcel.d.cornu@intel.com>
MAINTAINERS
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/l2_forward_cat.rst [new file with mode: 0644]
examples/Makefile
examples/l2fwd-cat/Makefile [new file with mode: 0644]
examples/l2fwd-cat/cat.c [new file with mode: 0644]
examples/l2fwd-cat/cat.h [new file with mode: 0644]
examples/l2fwd-cat/l2fwd-cat.c [new file with mode: 0644]