From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C71F62C47 for ; Mon, 7 Mar 2016 18:19:49 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 07 Mar 2016 09:19:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,552,1449561600"; d="scan'208";a="918683083" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2016 09:19:46 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 7 Mar 2016 17:19:45 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.19]) by irsmsx155.ger.corp.intel.com ([169.254.14.201]) with mapi id 14.03.0248.002; Mon, 7 Mar 2016 17:19:45 +0000 From: "Van Haaren, Harry" To: "Andralojc, WojciechX" , "dev@dpdk.org" Thread-Topic: [PATCH v3] examples/skeleton-cat: PQoS CAT and CDP, example of libpqos usage Thread-Index: AQHReJKeIrjqbq55WEy73zn0qk7hcJ9OOW0Q Date: Mon, 7 Mar 2016 17:19:45 +0000 Message-ID: References: <1456499233-66251-1-git-send-email-wojciechx.andralojc@intel.com> <1457369659-101377-1-git-send-email-wojciechx.andralojc@intel.com> In-Reply-To: <1457369659-101377-1-git-send-email-wojciechx.andralojc@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGI4NmEyZmQtMzE5YS00OTAzLWFmOWItNDM5YzJhY2MyOTk2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IndJMWNIZWwybmtvVkFiblhuRkFkeWFSQTJmY1FLSHFaRkF1WXNtRVRIY1E9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "Cornu, Marcel D" , "Kantecki, Tomasz" Subject: Re: [dpdk-dev] [PATCH v3] examples/skeleton-cat: PQoS CAT and CDP, example of libpqos usage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 17:19:50 -0000 > From: Andralojc, WojciechX > Sent: Monday, March 7, 2016 4:54 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; Andralojc, WojciechX > ; Kantecki, Tomasz ; Cornu, > Marcel D > Subject: [PATCH v3] examples/skeleton-cat: PQoS CAT and CDP, example of l= ibpqos usage >=20 > This patch implements PQoS as an 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). >=20 > Signed-off-by: Wojciech Andralojc > Signed-off-by: Tomasz Kantecki > Signed-off-by: Marcel D Cornu Acked-by: Harry van Haaren