; SPDX-License-Identifier: BSD-3-Clause ; Copyright(c) 2020 Intel Corporation ; ; Customize the LINK parameters to match your setup. ; mempool MEMPOOL0 buffer 2304 pool 32K cache 256 cpu 0 link LINK0 dev 0000:18:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on link LINK1 dev 0000:18:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on link LINK2 dev 0000:3b:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on link LINK3 dev 0000:3b:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on ; ; PIPELINE0 setup. ; pipeline PIPELINE0 create 0 pipeline PIPELINE0 port in 0 link LINK0 rxq 0 bsz 32 pipeline PIPELINE0 port in 1 link LINK1 rxq 0 bsz 32 pipeline PIPELINE0 port in 2 link LINK2 rxq 0 bsz 32 pipeline PIPELINE0 port in 3 link LINK3 rxq 0 bsz 32 pipeline PIPELINE0 port out 0 link LINK0 txq 0 bsz 32 pipeline PIPELINE0 port out 1 link LINK1 txq 0 bsz 32 pipeline PIPELINE0 port out 2 link LINK2 txq 0 bsz 32 pipeline PIPELINE0 port out 3 link LINK3 txq 0 bsz 32 pipeline PIPELINE0 build ./examples/pipeline/examples/fib.spec ; ; Initial set of table entries. ; ; The table entries can later be updated at run-time through the CLI commands. Once the application ; has been successfully started, the command to get the CLI prompt is: telnet 0.0.0.0 8086. ; pipeline PIPELINE0 table routing_table add ./examples/pipeline/examples/fib_routing_table.txt pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group add pipeline PIPELINE0 selector nexthop_group_table group member add ./examples/pipeline/examples/fib_nexthop_group_table.txt pipeline PIPELINE0 table nexthop_table add ./examples/pipeline/examples/fib_nexthop_table.txt pipeline PIPELINE0 commit ; ; Pipelines-to-threads mapping. ; thread 1 pipeline PIPELINE0 enable