New upstream version 18.08
[deb_dpdk.git] / drivers / net / softnic / firmware.cli
1 ; SPDX-License-Identifier: BSD-3-Clause
2 ; Copyright(c) 2018 Intel Corporation
3
4 link LINK dev 0000:02:00.0
5
6 pipeline RX period 10 offset_port_id 0
7 pipeline RX port in bsz 32 link LINK rxq 0
8 pipeline RX port out bsz 32 swq RXQ0
9 pipeline RX table match stub
10 pipeline RX port in 0 table 0
11 pipeline RX table 0 rule add match default action fwd port 0
12
13 pipeline TX period 10 offset_port_id 0
14 pipeline TX port in bsz 32 swq TXQ0
15 pipeline TX port out bsz 32 link LINK txq 0
16 pipeline TX table match stub
17 pipeline TX port in 0 table 0
18 pipeline TX table 0 rule add match default action fwd port 0
19
20 thread 1 pipeline RX enable
21 thread 1 pipeline TX enable