Skip to content

Commit 13e53e5

Browse files
committed
The appqos and appqos_client components are deprecated. So these components are removed.
Signed-off-by: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
1 parent 17629d0 commit 13e53e5

File tree

283 files changed

+0
-66497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+0
-66497
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [ ] library
1010
- [ ] pqos utility
1111
- [ ] rdtset utility
12-
- [ ] App QoS
1312
- [ ] other: (please specify)
1413

1514
## Motivation and Context

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,3 @@ jobs:
4040
run: make -C lib
4141
- name: Execute
4242
run: LD_LIBRARY_PATH=`pwd`/lib make -C lib/python test
43-
44-
appqos:
45-
name: Execute App QoS unit tests
46-
runs-on: ubuntu-latest
47-
steps:
48-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
49-
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
50-
with:
51-
python-version: '3.x'
52-
- name: Install Dependencies
53-
run: |
54-
sudo apt install gcc
55-
python -m pip install --upgrade pip
56-
pip install pipenv
57-
make -C appqos setup-dev
58-
- name: Build
59-
run: make -C lib
60-
- name: Execute
61-
run: LD_LIBRARY_PATH=`pwd`/lib make -C appqos test

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ examples/c/PSEUDO_LOCK/pseudo_lock
2424

2525
tools/membw/membw
2626

27-
appqos/appqos.crt
28-
appqos/appqos.key
29-
appqos/ca/*.key
30-
appqos/ca/*.crt
31-
appqos/ca/*.csr
32-
appqos/ca/*.srl
33-
appqos/env_*
34-
appqos/venv_*
35-
appqos/.coverage
36-
appqos/dist
37-
appqos/appqos.egg-info
38-
appqos/Pipfile.lock
39-
appqos/build
40-
4127
lib/python/.coverage
4228
lib/python/test_env
4329
lib/python/venv_*

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ script:
1515
- make
1616
- sudo make install
1717
- LD_LIBRARY_PATH=`pwd`/lib make -C lib/python test
18-
- LD_LIBRARY_PATH=`pwd`/lib make -C appqos test
1918
- cd lib/perl && perl Makefile.PL && make && sudo make install
2019
language: c
2120
compiler:

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ all:
6060
$(MAKE) -C examples/c/PSEUDO_LOCK
6161

6262
setup-dev:
63-
$(MAKE) -C appqos setup-dev
6463
$(MAKE) -C lib/python setup-dev
6564
$(MAKE) -C tests setup-dev
6665

@@ -73,7 +72,6 @@ clean:
7372
$(MAKE) -C examples/c/CMT_MBM clean
7473
$(MAKE) -C examples/c/PSEUDO_LOCK clean
7574
$(MAKE) -C tests clean
76-
$(MAKE) -C appqos clean
7775
$(MAKE) -C unit-test clean
7876

7977
style:
@@ -84,8 +82,6 @@ style:
8482
$(MAKE) -C examples/c/CAT_MBA style
8583
$(MAKE) -C examples/c/CMT_MBM style
8684
$(MAKE) -C examples/c/PSEUDO_LOCK style
87-
$(MAKE) -C appqos style
88-
$(MAKE) -C appqos_client style
8985
$(MAKE) -C tests style
9086
$(MAKE) -C unit-test style
9187

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ Please refer to the utility README for more details "rdtset/README".
9898
Manual page of "rdtset" utility also provides information about tool usage:
9999
$ man rdtset
100100

101-
**"appqos" directory:**\
102-
Includes source files for an application that allows to group apps into
103-
priority based pools. Each pool is assigned an Intel(R) RDT and Intel(R) SST
104-
configuration that can be set on startup or at runtime through a REST API.
105-
Please refer to the application README for more details "appqos/README".
106-
107-
**"appqos_client" directory:**\
108-
Includes source files for an App QoS client web application. The app
109-
provides a simple user interface to remotely configure Intel(R) RDT and
110-
Intel(R) SST on systems where App QoS is running.
111-
Please refer to the application README for more details "appqos_client/README".
112-
113101
**"examples" directory:** \
114102
Includes C and Perl examples of Intel(R) RDT usage via the library API's.
115103
Please refer to README file for more details "examples/README".

appqos/.coveragerc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)