[dpdk-dev] [PATCH] lib: Initial implementation of PQoS lib with CAT and CDP support

2016-02-16 Thread Thomas Monjalon
Hi, 2016-01-29 13:17, Wojciech Andralojc: > 25 files changed, 2111 insertions(+) The patch is too big to be easily reviewed. > +PQoS API > +M: Kantecki, Tomasz > +K: RTE_LIBRTE_PQOS > +F: lib/librte_pqos/ > > Drivers > --- > diff --git a/config/common_linuxapp b/config/common_linuxapp

[dpdk-dev] [PATCH] lib: Initial implementation of PQoS lib with CAT and CDP support

2016-01-29 Thread Wojciech Andralojc
Please see initial implementation of DPDK PQoS library which enables Cache Allocation Technology (CAT) and its extension, Code Data Prioritization (CDP). Current library version uses MSR registers to program these technologies. This is due to lack of broad enabling in OS frameworks. As the OS supp