From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] examples/l2fwd-cat: PQoS CAT and CDP, example of libpqos usage Date: Mon, 21 Mar 2016 23:35:57 +0100 Message-ID: <1872096.gGrKCIls9m@xps13> References: <1456499233-66251-1-git-send-email-wojciechx.andralojc@intel.com> <1457963219-142470-1-git-send-email-wojciechx.andralojc@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Tomasz Kantecki , Marcel D Cornu To: Wojciech Andralojc Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id DB1E92C6C for ; Mon, 21 Mar 2016 23:37:36 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id r129so69403025wmr.1 for ; Mon, 21 Mar 2016 15:37:36 -0700 (PDT) In-Reply-To: <1457963219-142470-1-git-send-email-wojciechx.andralojc@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-14 13:46, Wojciech Andralojc: > 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 > Signed-off-by: Tomasz Kantecki > Signed-off-by: Marcel D Cornu Applied, thanks