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