Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sf1999817 authored Apr 22, 2024
2 parents 9c13591 + 51bec6c commit 991e595
Show file tree
Hide file tree
Showing 1,357 changed files with 1,147,785 additions and 16,655 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/Memory_Subsystem__paf.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/Memory_Subsystem__pr.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/Memory_Subsystem__procstat.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/Memory_Subsystem__sysstat.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/dns_cache.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/eBPF_FUSE_read.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/eBPF_hub_test.yml

This file was deleted.

14 changes: 4 additions & 10 deletions .github/workflows/eBPF_proc_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,12 @@ jobs:
- name: Run proc_image
run: |
cd eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image
make proc_image
sudo ./proc_image -a -p 1 -t 1
- name: Run mutex_test
run: |
cd eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/test
sudo make
sudo insmod mutex_test1.ko
sudo insmod mutex_test2.ko
make
sudo ./proc_image -a &
sudo ./controller -f
- name: Run test_proc
run: |
cd eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/test
gcc test_proc.c -o test_proc
make
./test_proc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/cpu_watcher.yml'

jobs:
libbpf-project-build-and-test:
cpu_watcher-project-build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/ebpf_ddos.yml

This file was deleted.

40 changes: 40 additions & 0 deletions .github/workflows/ebpf_fast_fuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: fast_fuse

on:
push:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Filesystem_Subsystem/fast_fuse/**'
- '.github/workflows/fast_fuse.yml'
pull_request:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Filesystem_Subsystem/fast_fuse/**'
- '.github/workflows/ebpf_FUSE_read.yml'

jobs:
fast_fuse-build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Run fusedemo
run: |
cd eBPF_Supermarket/Filesystem_Subsystem/fast_fuse/fusedemo/
sudo apt update
sudo apt install fuse libfuse-dev meson wget git
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.16.2/fuse-3.16.2.tar.gz
tar -zxvf fuse-3.16.2.tar.gz
mv fuse-3.16.2 libfuse
cd libfuse
cp ../fusedemo.c ./example/
cp ../Makefile ./
rm ./example/meson.build
cp ../meson.build ./example/
make
cd ./build/example/
mkdir ./yourdir
./fusedemo ./yourdir
df -T ./yourdir
Loading

0 comments on commit 991e595

Please sign in to comment.