ip4_select_id use rte_atomic32_add_return #480
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run | |
on: | |
push: | |
branches: [master, devel, DPVS-1.8-LTS] | |
release: | |
branches: [master] | |
types: [published] | |
schedule: | |
- cron: '30 3 * * 1' | |
pull_request: | |
branches: [master, devel, DPVS-1.8-LTS] | |
types: [labeled] | |
jobs: | |
run-dpvs: | |
runs-on: self-hosted | |
env: | |
PKG_CONFIG_PATH: /data/dpdk/dpdklib/lib64/pkgconfig | |
steps: | |
- uses: actions/checkout@v2 | |
- name: make | |
run: make -j | |
- name: install | |
run: make install | |
- name: run-dpvs | |
run: sudo dpvsci $(pwd)/bin/dpvs |