File tree Expand file tree Collapse file tree 8 files changed +33
-7
lines changed
Expand file tree Collapse file tree 8 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 1+ =======================================================================
2+ Release v4.6.0 2023-05-29
3+ =======================================================================
4+
5+ Contributors (alphabetical order):
6+ Boczkowski, AdrianX <adrianx.boczkowski@intel.com>
7+ Klosowski, Marcin <marcinx.klosowski@intel.com>
8+ Michal Aleksiński <michalx.aleksinski@intel.com>
9+ Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
10+ Roman Storozhenko <roman.storozhenko@intel.com>
11+ Shanahan, Corey <corey.shanahan@intel.com>
12+
13+ 1. Library:
14+ - Added Non-Contiguous CBM support
15+ 2. PQoS
16+ - Added Non-Contiguous CBM support
17+ 3. App QoS
18+ - Added Non-Contiguous CBM support
19+ 4. rdtset
20+ - Added Non-Contiguous CBM support
21+ 5. General:
22+ - Bug fixes
23+
124=======================================================================
225Release v4.5.0 2022-12-15
326=======================================================================
Original file line number Diff line number Diff line change 11---
22namespace : intel
33name : appqos
4- version : 1.0.3
4+ version : 4.6.0
55
66readme : README.md
77
Original file line number Diff line number Diff line change 3636App QoS software version
3737"""
3838
39- __version__ = "4.5 .0"
39+ __version__ = "4.6 .0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222]
2323
2424dependencies = [
25- " pqos == 4.5 .0" ,
25+ " pqos == 4.6 .0" ,
2626 " jsonschema" ,
2727 " pexpect" ,
2828 " flask" ,
Original file line number Diff line number Diff line change 3434# ##############################################################################
3535
3636LIB = libpqos
37- VERSION = 4.5 .0
37+ VERSION = 4.6 .0
3838SO_VERSION = 4
3939SHARED ?= y
4040LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ extern "C" {
6262 * =======================================
6363 */
6464
65- #define PQOS_VERSION 40500 /**< version 4.5 .0 */
65+ #define PQOS_VERSION 40600 /**< version 4.6 .0 */
6666#define PQOS_MAX_COS 16 /**< 16 x COS */
6767#define PQOS_MAX_L3CA_COS PQOS_MAX_COS
6868#define PQOS_MAX_L2CA_COS PQOS_MAX_COS
Original file line number Diff line number Diff line change 11[project ]
22name = " pqos"
3- version = " 4.5 .0"
3+ version = " 4.6 .0"
44description = " Python interface for Intel(R) RDT PQoS library"
55authors = [
66 { name = " Michal Aleksinski" , email = " michalx.aleksinski@intel.com" },
Original file line number Diff line number Diff line change 2424# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
2626%global githubname intel-cmt-cat
27- %global githubver 4.5 .0
27+ %global githubver 4.6 .0
2828
2929%if %{defined githubsubver }
3030%global githubfull %{githubname }-%{githubver }.%{githubsubver }
@@ -181,6 +181,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
181181%doc %{_usrsrc }/%{githubfull }/LICENSE
182182
183183%changelog
184+ * Mon May 15 2023 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> 4.6.0-1
185+ - New release 4.6.0
186+
184187* Fri Dec 02 2022 Michal Aleksinski <michalx.aleksinski@intel.com> 4.5.0-1
185188- New release 4.5.0
186189
You can’t perform that action at this time.
0 commit comments