Skip to content

Commit

Permalink
disable mtl manager
Browse files Browse the repository at this point in the history
Signed-off-by: Ric Li <[email protected]>
  • Loading branch information
ricmli committed Dec 28, 2023
1 parent 5f562b5 commit ef26b14
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/afxdp_build_with_gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ jobs:
run: |
./build.sh
sudo ldconfig
- name: Build XDP prog
run: |
cd tools/ebpf
make
Test:
needs: [changes, Build]
Expand All @@ -112,20 +107,11 @@ jobs:
sudo killall -SIGINT KahawaiTest || true
sudo killall -SIGINT KahawaiUfdTest || true
sudo killall -SIGINT KahawaiUplTest || true
sudo killall -SIGINT MtlManager || true
- name: Run MTL Manager at background
run: |
sudo MTL_XDP_PROG_PATH=${{ github.workspace }}/tools/ebpf/xsk.xdp.o ./build/manager/MtlManager &
- name: Run st2110 test case
run: |
sudo ./build/tests/KahawaiTest --auto_start_stop --p_port ${{ env.TEST_PORT_P }} --r_port ${{ env.TEST_PORT_R }} --gtest_filter=-St22_?x.*
sudo ./build/tests/KahawaiTest --auto_start_stop --p_port ${{ env.TEST_PORT_P }} --r_port ${{ env.TEST_PORT_R }} --gtest_filter=St*:-St22_?x.*
- name: Run st2110 st20p test case in simulation ENA environment
run: |
sudo ./build/tests/KahawaiTest --auto_start_stop --p_port ${{ env.TEST_PORT_P }} --r_port ${{ env.TEST_PORT_R }} --rss_mode l3_l4 --pacing_way tsc --iova_mode pa --multi_src_port --gtest_filter=Main.*:St20p*:-*ext*
- name: Kill MTL Manager
run: |
sudo killall -SIGINT MtlManager || true

0 comments on commit ef26b14

Please sign in to comment.